[6.808] NTP Server is always blocked?

We tried to get the NTP server working, but it seems that no matter what we do, NTP requests to the firewall get dropped. Anyone else able to get it working?
Parents Reply
  • Do you see the dropped packets in the packetfilter log? Are you sure they are dropped by packetfilter? Maybe there is another problem? I made a test on my ASG v7. The packetfilter wasn't the problem. On my machine the problem was that the ntp client was not able to syncronize, because on the ASG the hardware clock was not set to the systemtime.
    Is your v7 installed on a VMWare? If yes, that's the problem. On VMWare the systemclock might run slower or faster than on a normal hardware.
    If you are familiar with linux, login to console and execute `hwclock --systohc`. This syncronized the systemtime to hwardwareclock. Then try again to use ntp.

    cheers
    Xeno
Children