I've had a RT-AC66U for over a year and it has been working flawlessly even on stock firmware.
I recently moved to a new house; and had to move from fiber to cable. So a new ISP and new HW, and the setup has been unstable to say the least. The problem is that the router looses internet connection.
After I started having issues I upgraded to Merlin, but the situation is just the same.
I purchased an Arris 6184 modem and I'm connected to Time Warner in SoCal.
The issue seems to be related to udhcp and the renewal of the dhcp address.
Issue happens frequently when the dhcp lease expires or the modem reboots (Cable Modem Reboot due to T4 timeout).
The router logs
WAN(0) Connection: ISP's DHCP did not function properly.
stop_nat_rules: apply the redirect_rules!
The following will resolve the issue
* Router reboot
* Remove and reinsert the WAN cable in the router.
* Restart udhcpc manually
* Toggle Internet Connection in the web UI
Without the above it seems like udhcpc has given up and never retries to renew.
It seems as if the modem has a built in dhcp server, although on initial boot it gets its IP from the TWC server my thought is that on disconnect / reboot the router gets confused by a reply from the modem instead. I called TWC who sent some config changes to my modem. Not sure what they did, but modem still says dhcp enabled. Situation got slightly better but it's still not at an acceptable level.
Is it possible to turn on verbose logging in udhcpc? I can't find much info from udhcpc in the syslog
Any scripts I could run? I'm considering adding a dhcpc-event script on deconfig checking if wan_gateway is not set (will need to verify that it's actually not set) and then send SIGUSR1 and SIGUSR2 to dhcpc. Problem is that it might end up in a endless loop if it's not possible to renew, and besides I'm not even sure if deconfig will be called in this situation.
Any suggestions or experiences with similar situations?
I recently moved to a new house; and had to move from fiber to cable. So a new ISP and new HW, and the setup has been unstable to say the least. The problem is that the router looses internet connection.
After I started having issues I upgraded to Merlin, but the situation is just the same.
I purchased an Arris 6184 modem and I'm connected to Time Warner in SoCal.
The issue seems to be related to udhcp and the renewal of the dhcp address.
Issue happens frequently when the dhcp lease expires or the modem reboots (Cable Modem Reboot due to T4 timeout).
The router logs
WAN(0) Connection: ISP's DHCP did not function properly.
stop_nat_rules: apply the redirect_rules!
The following will resolve the issue
* Router reboot
* Remove and reinsert the WAN cable in the router.
* Restart udhcpc manually
* Toggle Internet Connection in the web UI
Without the above it seems like udhcpc has given up and never retries to renew.
It seems as if the modem has a built in dhcp server, although on initial boot it gets its IP from the TWC server my thought is that on disconnect / reboot the router gets confused by a reply from the modem instead. I called TWC who sent some config changes to my modem. Not sure what they did, but modem still says dhcp enabled. Situation got slightly better but it's still not at an acceptable level.
Is it possible to turn on verbose logging in udhcpc? I can't find much info from udhcpc in the syslog
Any scripts I could run? I'm considering adding a dhcpc-event script on deconfig checking if wan_gateway is not set (will need to verify that it's actually not set) and then send SIGUSR1 and SIGUSR2 to dhcpc. Problem is that it might end up in a endless loop if it's not possible to renew, and besides I'm not even sure if deconfig will be called in this situation.
Any suggestions or experiences with similar situations?