My goal was to enable NTP so this system could synchronize its clock with NTP servers, without allowing any other machines to connect to it as an NTP server.
I enabled nptd(8) in /etc/rc.conf and my /etc/ntp.conf looks like this:
Somehow this also prevents ssh logins that were working fine until I enabled ntpd(8).
I'm guessing my /etc/ntp.conf settings are wrong.. if someone could offer some corrections, that would be really helpful.
Thanks,
-bg
I enabled nptd(8) in /etc/rc.conf and my /etc/ntp.conf looks like this:
Code:
server 0.freebsd.pool.ntp.org iburst
server 1.freebsd.pool.ntp.org iburst
server 2.freebsd.pool.ntp.org iburst
restrict 127.0.0.1
restrict -6 ::1
restrict 127.127.1.0
restrict default ignore
restrict -6 default ignore
Somehow this also prevents ssh logins that were working fine until I enabled ntpd(8).
I'm guessing my /etc/ntp.conf settings are wrong.. if someone could offer some corrections, that would be really helpful.
Thanks,
-bg