I had a working installation at one point, but Spectrum had an outage and the router never recovered. Spectrum support indicates my router should just "work" if I plug it in.
This is what happens when I plug the WAN port in.
> logread -f
Fri Oct 20 05:23:10 2023 daemon.notice netifd: Network device 'wan' link is up
Fri Oct 20 05:23:10 2023 daemon.notice netifd: Interface 'WAN' has link connectivity
Fri Oct 20 05:23:10 2023 daemon.notice netifd: Interface 'WAN' is setting up now
Fri Oct 20 05:23:10 2023 daemon.notice netifd: WAN (3309): udhcpc: started, v1.35.0
Fri Oct 20 05:23:10 2023 daemon.notice netifd: WAN (3309): udhcpc: broadcasting discover
Fri Oct 20 05:23:13 2023 daemon.notice netifd: WAN (3309): udhcpc: broadcasting discover
Fri Oct 20 05:23:16 2023 daemon.notice netifd: WAN (3309): udhcpc: broadcasting discover
Modem Details:
- internet connectivity works with the spectrum router.
- Model E31T2V1
- ethernet port blinks steady and constant in both cases.
/etc/config/network
config interface 'loopback'
option device 'lo'
option proto 'static'
option ipaddr '127.0.0.1'
option netmask '255.0.0.0'
config globals 'globals'
option ula_prefix 'fdcc:725d:0aa3::/48'
config device
option name 'br-lan'
option type 'bridge'
list ports 'lan1'
list ports 'lan2'
list ports 'lan3'
list ports 'lan4'
config interface 'lan'
option device 'br-lan'
option proto 'static'
option ipaddr '192.168.1.1'
option netmask '255.255.255.0'
option ip6assign '60'
config device
option name 'wan'
config device
option name 'eth0'
config interface 'WAN'
option proto 'dhcp'
option device 'wan'
option broadcast '1'
Potentially Related (shots in the dark):
- Fixes for udhcpc DHCP renewal bugs in Busybox 1.30 used in 19.07
- (Not Related, but useful debugging) [SOLVED] DHCP lease on WAN interface - #3 by sirizha
- Wiki Article on how to troubleshoot DHCP https://openwrt.org/docs/guide-user/network/protocol.dhcp#troubleshooting unfortunately I don't have internet connectivity so I likely won't be able to install
tcpdump
.