How to know which client is referring ntp server

ntpntpd

I'm on process to migrate ntp server to another server.
I already setup the ntp server on the new PC, reconfigure clients for the new server, but want to know nobody refers the older ntp server before shutting down the older ntp server.
But as long as seeing the log files, there is no log about which client accessed the server, besides the log how the ntp-server synced with the public ntp-server.

How can I make sure who is referring the ntp server?
Platform is x86 Debian sarge.

Thanks,

Best Answer

You can put a filter in you iptables (in ACCEPT) for port 123, with a log. All the connections will be logged to your kern.log file. Your will have all the IPs. I don't see how solve your problem with ntpdc.