Thanks Hal - that's the one! Everything appears working now. I had expected that a server line wouldn't require a restrict rule. I figured it was relevant only to clients.
Thanks Harlan for your feedback also. -Adam Hal Murray wrote: >> 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. > > _______________________________________________ questions mailing list [email protected] https://lists.ntp.org/mailman/listinfo/questions
