Interesting problem causing all the local machines syncing with ntp to fail. This was after an upgrade to wheezy but think it may have been there before.
Anyhow fix config is:
driftfile /var/lib/ntp/ntp.drift
tos maxdist 2.5
statsdir /var/log/ntpstats/
statistics loopstats peerstats clockstats filegen loopstats file loopstats type day enable filegen peerstats file peerstats type day enable filegen clockstats file clockstats type day enable
restrict default ignore restrict -6 default ignore
restrict 127.0.0.1 restrict -6 ::1
server ntp.bbeyond.nl iburst restrict ntp.bbeyond.nl mask 255.255.255.255 nomodify notrap nopeer noquery
server 0.europe.pool.ntp.org iburst restrict 0.europe.pool.ntp.org mask 255.255.255.255 nomodify no trap nopeer noquery
server 1.europe.pool.ntp.org iburst restrict 1.europe.pool.ntp.org mask 255.255.255.255 nomodify notrap nopeer noquery
server 2.europe.pool.ntp.org iburst restrict 2.europe.pool.ntp.org mask 255.255.255.255 nomodify notrap nopeer noquery
server 3.europe.pool.ntp.org iburst restrict 3.europe.pool.ntp.org mask 255.255.255.255 nomodify notrap nopeer noquery
restrict 192.168.150.0 mask 255.255.255.0 nomodify notrap nopeer restrict 192.168.130.0 mask 255.255.255.0 nomodify notrap nopeer restrict 192.168.160.0 mask 255.255.255.0 nomodify notrap nopeer
For any feedback or corrections, please write in to: Simon Quantrill