This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

Use the UTM as an NTP server

Is it possible to use the UTM as an NTP server? I've created a firewall rule that allows NTP to the UTM, but when I ask a Windows machine to sync time, I get an error and the firewall logs show a dropped packet going to port 123.

Do I have to set the computers to sync off the UTM or is it possible to redirect all requests to port 123 to the UTM? (I'd rather do the latter)


This thread was automatically locked due to age.
Parents
  • no point your AD machine to the firewall..then the other machines in your domain will synch from the DC.  I have my host mahcine(which is a AD DC) synching to my firewall(UTM) and then the other DC and the rest of the workstations synch to that automatically.  NO NAT needed.

    First, locate your PDC Server. Open the command prompt and type: C:>netdom /query fsmo
    Log in to your PDC Server and open the command prompt.
    Stop the W32Time service: C:>net stop w32time
    Configure the external time sources, type: C:> w32tm /config /syncfromflags:manual /manualpeerlist:”ip of your firewall”
    Make your PDC a reliable time source for the clients. Type: C:>w32tm /config /reliable:yes
    Start the w32time service: C:>net start w32time
    The windows time service should begin synchronizing the time. You can check the external NTP servers in the time configuration by typing: C:>w32tm /query /configuration
    Check the Event Viewer for any errors.
Reply
  • no point your AD machine to the firewall..then the other machines in your domain will synch from the DC.  I have my host mahcine(which is a AD DC) synching to my firewall(UTM) and then the other DC and the rest of the workstations synch to that automatically.  NO NAT needed.

    First, locate your PDC Server. Open the command prompt and type: C:>netdom /query fsmo
    Log in to your PDC Server and open the command prompt.
    Stop the W32Time service: C:>net stop w32time
    Configure the external time sources, type: C:> w32tm /config /syncfromflags:manual /manualpeerlist:”ip of your firewall”
    Make your PDC a reliable time source for the clients. Type: C:>w32tm /config /reliable:yes
    Start the w32time service: C:>net start w32time
    The windows time service should begin synchronizing the time. You can check the external NTP servers in the time configuration by typing: C:>w32tm /query /configuration
    Check the Event Viewer for any errors.
Children
No Data