On Mon, 20 Oct 2008 22:47:11 GMT, [EMAIL PROTECTED] (John Zornig) wrote: > receive: at 35 10.10.1.9<-10.10.9.1 flags 39 restrict 000 > receive: at 35 10.10.1.9<-10.10.9.1 mode 5 code 6 keyid 00000002 len > 48 mac 20 auth 2
Your server is adding an MD5 key to the time packet but the client isn't configured for it: "auth 2" is an authentication error. Fix the client to accept the key, or fix the server not to send it. On the client, something like this in ntp.conf: enable auth keys ntp.keys # key file copied from the server trustedkey 2 # assumed from "keyid 00000002" Adjust as appropriate. -- Ronan Flood <[EMAIL PROTECTED]> _______________________________________________ questions mailing list [email protected] https://lists.ntp.org/mailman/listinfo/questions
