ntpd ignores 'interface lo' config option and still listens all interfaces
Shouldn't the correct options be: interface ignore all interface listen lo if you want ntp to not listen on all interfaces and just listen on 'lo'? at least that is my reading of the man page section on the interface parameter: If none of those options are used and no interface actions are specified in the configuration file, all available network addresses are opened.
micah anderson said: And your ntpd will not be able to poll its remote time servers ...
I want NTP to only adjust time for the machine it is running on, not provide any service to any externally connecting ntp client. How can I configure NTP to not listen on every interface (this seems to be the default), but provide ntp time adjustment for the local machine? Shouldn't ntp simply use the default route for making outgoing connecting, utilizing a random source port, this is how most daemons operate. micah