Blacklistedcard
Senior Member
something to look at - add the ntp-server to the /etc/dnsmasq.conf file
first - confirm if your dnsmasq supports option 42 (ntp-server) - dnsmasq -w dhcp - I've confirmed that the dnsmasq that is included with AsusWRT-RMerlin definitely supports the option...
now - add the line below at the tail end of the dnsmasq.conf file...
# add the LAN Network Time Serverthen either reboot the router, or do a killhup on the dnsmasq process.
dhcp-option=42,hostip
# example - dhcp-option=42,192.168.1.53
Most DHCP clients should support the option - as belt and suspenders, one can add the iptables rule as discussed above.
I noticed on my AC86U that every time I reboot the router dsnmasq.conf get replaced? So I added it to dnsmasq.conf.add file.