>server 192.168.1.1 ># by default ignore all ntp packets >restrict default ignore > ># allow localhost >restrict 127.0.0.1 mask 255.255.255.255 > ># accept packets from... >restrict 192.168.2.0 mask 255.255.255.0 nomodify notrap >restrict 192.168.3.0 mask 255.255.255.0 nomodify notrap >restrict 192.168.4.0 mask 255.255.255.0 nomodify notrap >restrict 192.168.5.0 mask 255.255.255.0 nomodify notrap
I don't see a restrict line that lets the answers from 192.168.1.1 in so the "default ignore" line will drop them. -- These are my opinions, not necessarily my employer's. I hate spam. _______________________________________________ questions mailing list [email protected] https://lists.ntp.org/mailman/listinfo/questions
