Skip to content

Instantly share code, notes, and snippets.

@ahruschka
Last active March 31, 2019 08:31
Show Gist options
  • Save ahruschka/4d7949a97257172971481bec3c902bca to your computer and use it in GitHub Desktop.
Save ahruschka/4d7949a97257172971481bec3c902bca to your computer and use it in GitHub Desktop.
NTP server fix for GSU

NTP server fix for GSU

GSU requires all internal devices to only use their NTP server so we need to change the default NTP servers.

$ sudo nano /etc/ntp.conf

Scroll down to NTP servers and add

server ntp.gsu.edu iburst

Comment out all other servers and the following two lines

restrict 127.0.0.1
restrict ::1

Exit and run

$ sudo /etc/init.d/ntp restart

Verify with $ date

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment