FreeBSD timezone & time sync(ntpdate)

#cp /usr/share/zoneinfo/America/Los_Angeles /etc/localtime
#cd /usr/ports/net/ntp
#make install clean;
- Open port udp 123 on your firewall
#vi /etc/rc.conf
-------------------------------------------------------------------------------------
ntpdate_enable="YES"
ntpdate_hosts="pool.ntp.org"
-------------------------------------------------------------------------------------

Popular Posts