http://support.ntp.org/bin/view/Support/AccessRestri...
6.5.1.1.2. Blocking Unauthorized Access
If your ntpd is publicly accessible, do you really need to block all connections from unauthorized hosts?
If the answer is "No", skip to 6.5.1.1.3. Allow Queries?
If the answer is "Yes" use the following default restriction (and keep in mind that you will have to add restrict lines for every authorized server and client host/subnet as described in 6.5.1.2.1. If you used 'restrict default ignore'):
IPV4: restrict default ignore
IPv6: restrict -6 default ignore
What I did was firewall off port 123 (after the horse has bolted) and added this to ntp.conf:
restrict 12.34.56.0 mask 255.255.255.0 nomodify notrap
which allows my local network access (not real IP there) but nobody else.
Maybe you need something like it but with IPV6 addresses.
Nick
EDIT: I pasted wrong info
Edited by deleted (Sat 15-Feb-14 12:23:52)



Pages in this thread:
Print Thread
deleted