Closed Thread
Results 1 to 3 of 3

Thread: How do I sync up my Linux with NTP?

  1. #1
    Lop Guest

    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?

  2. CODECALL Circuit advertisement

     
  3. #2
    Jordan Guest
    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

  4. #3
    Jordan Guest

Closed Thread

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Similar Threads

  1. Very handy SVN 'sync' script
    By 7SLEVIN in forum Bash / Shell Scripting
    Replies: 0
    Last Post: 05-29-2011, 05:47 AM
  2. sync stream it
    By jsr26 in forum JavaScript and CSS
    Replies: 9
    Last Post: 01-23-2010, 09:35 AM
  3. Sync a Directory
    By ptt3 in forum Linux/Unix General
    Replies: 1
    Last Post: 07-01-2008, 06:50 AM
  4. issue with scroll sync
    By jiggsroger in forum C# Programming
    Replies: 3
    Last Post: 04-09-2008, 10:07 AM

Tags for this Thread

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts