I want to tell dnsmasq to send out my router's own address as the LAN's ntp server. There is a dnsmasq option for this (option:ntp-server), but I can't see a way to specify manual options to dnsmasq.
Is there a way to do this?
I want to tell dnsmasq to send out my router's own address as the LAN's ntp server. There is a dnsmasq option for this (option:ntp-server), but I can't see a way to specify manual options to dnsmasq.
Is there a way to do this?
In LuCI, under Network Interfaces, LAN, DHCP Server, Advanced Settings, populate the DHCP-Options field with 42,192.168.1.1
or option:ntp-server,192.168.1.1
assuming that is your router IP address.
Thank-you! I keep forgetting about the per-interface DHCP settings.
This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.