Go Back   Linux Forums by TotalPenguin! Get linux Help! > Linux > Linux Networking

Linux Networking This forum is for Linux Networking Only. Routing, servers, etc.

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1 (permalink)  
Old 07-04-2007, 06:30 PM
Lop
Guest
 
Posts: n/a
Default How do I sync up my Linux with NTP?

I need my Linux flavor to be synced with an NTP time Server. Can anyone walk me through those steps?
Reply With Quote

Sponsored Links
  #2 (permalink)  
Old 07-05-2007, 11:29 PM
Jordan's Avatar
Administrator
 
Join Date: Nov 2006
Posts: 570
Jordan is on a distinguished road
Default

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
Reply With Quote
  #3 (permalink)  
Old 07-20-2007, 06:32 PM
Jordan's Avatar
Administrator
 
Join Date: Nov 2006
Posts: 570
Jordan is on a distinguished road
Default

Reply With Quote
Reply

Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On



All times are GMT. The time now is 04:46 AM.


Powered by vBulletin® Version 3.7.0
Copyright ©2000 - 2009, Jelsoft Enterprises Ltd.