Results 1 to 5 of 5

Thread: NTP Server

  1. #1
    Join Date
    Dec 2007
    Location
    San Antonio
    Beans
    43
    Distro
    Ubuntu 8.04 Hardy Heron

    [Solved] NTP Server

    Here at the University we have a touch control panel that will not sync time with Windows Domain Controllers. What do I need to do to setup a Ubuntu system to simply serve time to these devices? They will not sync with anything not on the LAN so it has to be a local option. Thanks.
    Last edited by rschapman; April 29th, 2009 at 08:53 PM.

  2. #2
    Join Date
    Nov 2006
    Location
    Belgium
    Beans
    3,025
    Distro
    Ubuntu 10.04 Lucid Lynx

    Re: NTP Server

    Code:
    apt-get install ntp
    then look in /etc/ntp.conf for configurable options and modify as needed.
    restart ntpd when done

  3. #3
    Join Date
    Jan 2006
    Location
    Orlando, FL
    Beans
    Hidden!
    Distro
    Ubuntu 12.04 Precise Pangolin

    Re: NTP Server

    Quote Originally Posted by koenn View Post
    Code:
    apt-get install ntp
    then look in /etc/ntp.conf for configurable options and modify as needed.
    restart ntpd when done
    Yup - just as noted above. Make sure you point your machines to the IP / host of the NTP server.

    Code:
    /etc/init.d/ntp restart
    "It said install Windows 98 or better so I installed Linux..."

  4. #4
    Join Date
    Dec 2007
    Location
    San Antonio
    Beans
    43
    Distro
    Ubuntu 8.04 Hardy Heron

    Re: NTP Server

    You guys are awesome. Thanks.

  5. #5
    Join Date
    Nov 2006
    Location
    Belgium
    Beans
    3,025
    Distro
    Ubuntu 10.04 Lucid Lynx

    Re: NTP Server

    you're welcome.

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
  •