# ntpd echo '# NTP server ntp.ix.ru iburst maxpoll 9 prefer server ntp2.aas.ru iburst maxpoll 9 server 0.freebsd.pool.ntp.org iburst maxpoll 9 server 1.freebsd.pool.ntp.org iburst maxpoll 9 restrict default ignore restrict 127.0.0.1 restrict ntp.ix.ru restrict ntp2.aas.ru restrict 0.freebsd.pool.ntp.org interface ignore wildcard interface listen igb0 logfile /var/log/ntp.log driftfile /var/db/ntp.drift ' > /etc/ntp.conf touch /var/db/ntp.drift touch /var/log/ntp.log sysrc ntpd_enable="YES" sysrc ntpdate_enable="YES" sysrc ntpdate_hosts="127.0.0.1" sysrc ntpd_sync_on_start="NO" service ntpd start