I have an Asus RT-AC3100 on which the 2.5GHz wifi band died. I also have an old Asus RT-N66U on which the 5GHz wifi band died. So, I decided to disable the 2.5GHz channel on the AC3100, disable the 5GHz channel on the N66U, and connect the N66U as a client to the AC3100, thereby extending the network. The N66U doesn't assign IPs; all are assigned by the AC3100. It works well so far.
My AC3100 has been acting up lately and I decided to create a JFFS script to reboot it nightly. That also works well. But the N66U has problems syncing the time through the AC3100. I read somewhere that the problem is that NTPD needs access to the WAN interface. So, what I did was, enable the NTPD server on the AC3100, and specify the NTP service on the N66U to sync the time against the NTDP server on the AC3100. Like so:
pool.ntp.org => WAN/AC3100 => ntpd <= N66U
On the N66U admin GUI, it works like a charm; the time gets synchronized. So I set up a JFFS script to run on a cron/cru job to reboot the router nightly one hour after the AC3100 reboots. That however, isn't working. The time isn't being synchronized until I go to the Admin > System panel on the N66U. I know by looking at the logs.
My guess is that there is some process that runs when the Admin > System panel is loaded, but I don't know what that is. I'd like to know to create another cron job to run that process after the system reboots, synchronizing the time.
Any ideas? Thank you!
My AC3100 has been acting up lately and I decided to create a JFFS script to reboot it nightly. That also works well. But the N66U has problems syncing the time through the AC3100. I read somewhere that the problem is that NTPD needs access to the WAN interface. So, what I did was, enable the NTPD server on the AC3100, and specify the NTP service on the N66U to sync the time against the NTDP server on the AC3100. Like so:
pool.ntp.org => WAN/AC3100 => ntpd <= N66U
On the N66U admin GUI, it works like a charm; the time gets synchronized. So I set up a JFFS script to run on a cron/cru job to reboot the router nightly one hour after the AC3100 reboots. That however, isn't working. The time isn't being synchronized until I go to the Admin > System panel on the N66U. I know by looking at the logs.
My guess is that there is some process that runs when the Admin > System panel is loaded, but I don't know what that is. I'd like to know to create another cron job to run that process after the system reboots, synchronizing the time.
Any ideas? Thank you!