I want to use ntpd as a background service to keep my system clock in sync at all times. But for some reason the service wants to start itself as a sort of time relay instead. How can I stop it from opening port 123 to the Universe, short of dropping connections in the firewall? There has got to be a way to put ntpd in "client mode only", I just can't figure out what it is.
Per the manual I tried putting
restrict default ignore
in /etc/ntp.conf, but sockstat -4 -l is still showing the port as active even after doing "killall ntpd" and then /etc/rc.d/ntpd start
Per the manual I tried putting
restrict default ignore
in /etc/ntp.conf, but sockstat -4 -l is still showing the port as active even after doing "killall ntpd" and then /etc/rc.d/ntpd start