Skip to content

Instantly share code, notes, and snippets.

@farrokhi
Created January 19, 2020 11:18
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/5e32bc2495f8cb7ee8a5d17a3605a6ba to your computer and use it in GitHub Desktop.
Save farrokhi/5e32bc2495f8cb7ee8a5d17a3605a6ba 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