Skip to content

Instantly share code, notes, and snippets.

@farrokhi
Created June 18, 2018 14:41
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save farrokhi/4ffc93ceb2f3c3b8683296b95bcf73ae to your computer and use it in GitHub Desktop.
Save farrokhi/4ffc93ceb2f3c3b8683296b95bcf73ae to your computer and use it in GitHub Desktop.
Bind FreeBSD ntpd to given IP address

In order to avoid FreeBSD ntpd listen on wildcard interface, add following lines to /etc/ntp.conf:

interface ignore wildcard
interface listen 10.0.0.1
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment