Hi, we have ~50 PC's in 5 Subnets and want to synchronize them to a local NTP Server. I've installed the ntp Package on Debian and configured it like described on http://www.brennan.id.au/09-Network_Time_Protocol.html so my ntp.conf looks like this:
server ntp1.uni-erlangen.de server ntp2.uni-erlangen.de server europe.pool.ntp.org restrict default kod nomodify notrap noquery nopeer restrict 127.0.0.1 restrict 0.pool.ntp.org mask 255.255.255.255 nomodify notrap noquery restrict ntp1.uni-erlangen.de mask 255.255.255.255 nomodify notrap noquery restrict europe.pool.ntp.org mask 255.255.255.255 nomodify notrap noquery restrict 192.168.0.0 mask 255.255.0.0 nomodify notrap server 127.127.1.0 # local clock fudge 127.127.1.0 stratum 5 driftfile /var/lib/ntp/drift broadcastdelay 0.008 keys /etc/ntp/keys But everytime I want to sync one of the Clients Clock I get an error like "ntpdate [xxxxx] no server suitable for synchronisation found" or on Windows something like "timecheck refused: Peer stratum lower than host Stratum" can someone help me? Greetings Tom _______________________________________________ questions mailing list [email protected] https://lists.ntp.isc.org/mailman/listinfo/questions
