I'm going to create my internal time server, what do you think it I set ntp.conf so:
restrict default ignore restrict 127.0.0.1 restrict 1.europe.pool.ntp.org mask 255.255.255.255 nomodify noquery notrap #for stratum 1 time server restrict 196.200.3.0 mask 255.255.255.0 nomodify noquery notrap #for clients server 1.it.pool.ntp.org #time server of stratum 1 driftfile /var/lib/ntp/drift I noted that if I set bad time my server , ntpd service synchronizes it correctly but how it's possibile if it's set "restrict 1.europe.pool.ntp.org mask 255.255.255.255 nomodify noquery notrap" ? should "Nomodify" option avoid to change status of my internal server (time should not be set) ? _______________________________________________ questions mailing list [email protected] https://lists.ntp.isc.org/mailman/listinfo/questions
