Skip to content

Instantly share code, notes, and snippets.

@atomic-penguin
Created June 27, 2011 15:35
Show Gist options
  • Select an option

  • Save atomic-penguin/1049105 to your computer and use it in GitHub Desktop.

Select an option

Save atomic-penguin/1049105 to your computer and use it in GitHub Desktop.
# ---- ntp.conf ----
# Created by Weasel (ESX Installer)
# Permit time synchronization with our time source, but do not
# permit the source to query or modify the service on this system.
restrict default kod nomodify notrap nopeer noquery
restrict -6 default kod nomodify notrap nopeer noquery
restrict 127.0.0.1
server time.marshall.edu
driftfile /var/lib/ntp/drift
# ---- ntp.conf ----
# Example for VMWare Guest
tinker panic 0
driftfile /var/lib/ntp/drift
server time.marshall.edu iburst
server time.marshall.edu iburst
server time.marshall.edu iburst
restrict time.marshall.edu nomodify notrap noquery
restrict default kod notrap nomodify nopeer noquery
restrict 127.0.0.1 nomodify
restrict -6 default kod notrap nomodify nopeer noquery
restrict -6 ::1 nomodify
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment