NTP problems: authentication
My ntp.conf file:
restrict default noserve nomodify
restrict 127.0.0.1
server 192.168.0.52
driftfile /etc/ntp/drift
authenticate yes
keys /etc/ntp/keys
trustedkey 1
My keys file:
1 M 12345678
My step-tickers file:
192.168.0.52
My problem:
I have a Stratum 1 NTP server on 192.168.0.52. I can connect to it and get the time with no problems. However I am required to use MD5 authentication, and I can't set it up. No matter what I try, even if I disable authentication or change the keys, or anything else - I am able to get the time from the server. It seems like nothing is being hashed at all, just like normal NTP request/reply.
Any suggestions?
Thanks
Update: used Ethereal, found out that the NTP packets are being sent as without authentication... but I've done everything possible to make it authenticate!!
Last edited by lnxnb; 06-03-2003 at 10:51 AM.
|