I need my Linux flavor to be synced with an NTP time Server. Can anyone walk me through those steps?
It is fairly simple. Add your servers to /etc/ntp
EX:
/etc/ntp.conf
server 10.225.1.1
server 10.88.1.10
Then make sure they start at boot
chkconfig --level 2345 ntpd on
chkconfig --list ntpd
To start the service now:
service ntpd start
Wrote a guide: http://www.totalpenguin.com/index.ph...d=26&Itemid=41
There are currently 1 users browsing this thread. (0 members and 1 guests)
Bookmarks