Created
June 27, 2011 15:35
-
-
Save atomic-penguin/1049105 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| # ---- 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 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| # ---- 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