Netgate Discussion Forum
    • Categories
    • Recent
    • Tags
    • Popular
    • Users
    • Search
    • Register
    • Login

    NTP server issues

    Scheduled Pinned Locked Moved General pfSense Questions
    45 Posts 5 Posters 6.3k Views
    Loading More Posts
    • Oldest to Newest
    • Newest to Oldest
    • Most Votes
    Reply
    • Reply as topic
    Log in to reply
    This topic has been deleted. Only users with topic management privileges can see it.
    • stephenw10S
      stephenw10 Netgate Administrator
      last edited by

      After they sync'd with some other server are they able to sync with pfSense? I could imagine the time being so far out they refused to sync at some point.

      Steve

      4 1 Reply Last reply Reply Quote 0
      • 4
        4o4rh @stephenw10
        last edited by

        @stephenw10 no. 100% failure rate and either gives "bad data encoded" or "request timeout"

        1 Reply Last reply Reply Quote 0
        • johnpozJ
          johnpoz LAYER 8 Global Moderator
          last edited by johnpoz

          @gwaitsi said in NTP server issues:

          I am surprised no one else has found this issue,

          Found what issue - that you have some issue in your network or your setup.

          he message the switch gives is that “Request Timed Out” and Address type “unknown”. Any suggestions?

          Show us what you have done, lets see the ntp request and answer via a sniff, etc..

          Show us the status of ntp on pfsense, let see your rules allowing said traffic.. Lets see your ntp setup on your switch..

          i NAT'd 123 to the pfsense box and my PC's

          That makes no sense at all..

          An intelligent man is sometimes forced to be drunk to spend time with his fools
          If you get confused: Listen to the Music Play
          Please don't Chat/PM me for help, unless mod related
          SG-4860 24.11 | Lab VMs 2.8, 24.11

          4 1 Reply Last reply Reply Quote 0
          • 4
            4o4rh @johnpoz
            last edited by

            @johnpoz I originally NAT'd 123 to 127.0.0.1 to force all NTP requests to pfsense. everything (win10, linux, dd-wrt) worked except the near gear. I turned this off and allow 123 to pass now. Everything still works, only this time netgear also works.

            1 Reply Last reply Reply Quote 0
            • johnpozJ
              johnpoz LAYER 8 Global Moderator
              last edited by johnpoz

              So if you forwarded all traffic to loopback on 123.. and your other clients worked - but only this switch didn't, that points to something on in the switch.. Not pfsense.. If it was pfsense - how would any clients work?

              I have never seen a device hard code an IP for ntp... They always use either a vendor fqdn, pool, or other tqdn. So if you want your local clients to use your local ntp, and you can not set them, or they don't accept dhcp ntp.. Then see what they query for fqdn for the ntp and just create a host override..

              Example: I have a couple of smart outlets, you know you can turn off power via app, etc. or have alexa turn lights on and off with them... They like to use uk.ntp.pool.org - which is just moronic to be honest.. I am not in the uk... I am in the US.. These are US devices.. why would they be set to use uk pool.. They should be using a vendor ntp pool fqdn, but anyway... So I just setup a host override to resolve that to my local ntp server.

              C:\WINDOWS\system32>dig uk.pool.ntp.org
              
              ; <<>> DiG 9.16.1 <<>> uk.pool.ntp.org
              ;; global options: +cmd
              ;; Got answer:
              ;; ->>HEADER<<- opcode: QUERY, status: NOERROR, id: 14704
              ;; flags: qr rd ra; QUERY: 1, ANSWER: 1, AUTHORITY: 0, ADDITIONAL: 1
              
              ;; OPT PSEUDOSECTION:
              ; EDNS: version: 0, flags:; udp: 4096
              ;; QUESTION SECTION:
              ;uk.pool.ntp.org.               IN      A
              
              ;; ANSWER SECTION:
              uk.pool.ntp.org.        2665    IN      A       192.168.3.32
              
              ;; Query time: 1 msec
              ;; SERVER: 192.168.3.10#53(192.168.3.10)
              ;; WHEN: Sun Apr 12 05:17:17 Central Daylight Time 2020
              ;; MSG SIZE  rcvd: 60
              
              
              C:\WINDOWS\system32>w32tm /stripchart /computer:uk.pool.ntp.org
              Tracking uk.pool.ntp.org [192.168.3.32:123].
              The current time is 4/12/2020 5:17:33 AM.
              05:17:33, d:+00.0006882s o:-00.0005237s  [                           *                           ]
              05:17:35, d:+00.0008071s o:-00.0005022s  [                           *                           ]
              05:17:37, d:+00.0008540s o:-00.0005418s  [                           *                           ]
              05:17:39, d:+00.0008378s o:-00.0005332s  [                           *                           ]
              05:17:41, d:+00.0008126s o:-00.0005193s  [                           *                           ]
              05:17:43, d:+00.0008444s o:-00.0005247s  [                           *                           ]
              ^C
              C:\WINDOWS\system32>
              

              You can see that resolves to my ntp server, and if query time via that name - get back time from local server..

              An intelligent man is sometimes forced to be drunk to spend time with his fools
              If you get confused: Listen to the Music Play
              Please don't Chat/PM me for help, unless mod related
              SG-4860 24.11 | Lab VMs 2.8, 24.11

              4 JKnottJ 2 Replies Last reply Reply Quote 0
              • 4
                4o4rh @johnpoz
                last edited by 4o4rh

                @johnpoz forget setting to local ntp, i have already said i am passing through 123. it is the only way to get the netgear devices to pickup time. I know the issue is to do with the netgear devices, hence the first guys post.

                What i don't know is, is it something specific to pfsense or to debian in general. But i think netgear are pretty widely used, so i can well imagine someone is most likely using them with pfsense and may have solved the issue of picking up the time from the local pfsense box

                p.s. what you describe is what i was doing before i got these netgear switches. i.e. i simply pointed all 123 request to the pfsense box. this has worked fine for a long time, but i had to stop doing that, because i can't get the netgear devices to latch the time from the pfsense ntp daemon

                1 Reply Last reply Reply Quote 0
                • stephenw10S
                  stephenw10 Netgate Administrator
                  last edited by

                  There is a difference between having a host resolve as a local IP and redirecting to the same local IP though.

                  Perhaps the switches are using some ntp authentication and will only sync to Netgear's pool? It would be the first time I've seen that though.

                  Run a packet capture and find out. Whatever they are using it's clearly on port 123 since redirecting that breaks it. Should be easy enough to capture.

                  Steve

                  1 Reply Last reply Reply Quote 0
                  • johnpozJ
                    johnpoz LAYER 8 Global Moderator
                    last edited by johnpoz

                    pfsense is a standard ntp service - running the latest version 4.2.8p14.. Anything designed to use ntp would work...

                    There is nothing fancy about gs108v3 - pretty sure I have one of those on the shelf even..

                    Yup, sure do... Give me a sec to plug it in and sent its ntp up...

                    Ok - the GS108Ev3 doesn't even have time settings..

                    settime.jpg

                    An intelligent man is sometimes forced to be drunk to spend time with his fools
                    If you get confused: Listen to the Music Play
                    Please don't Chat/PM me for help, unless mod related
                    SG-4860 24.11 | Lab VMs 2.8, 24.11

                    4 1 Reply Last reply Reply Quote 0
                    • JKnottJ
                      JKnott @johnpoz
                      last edited by JKnott

                      @johnpoz said in NTP server issues:

                      I have never seen a device hard code an IP for ntp... They always use either a vendor fqdn, pool, or other tqdn.

                      My tablet does that. I have an Asus Zenpad 10 which uses 5.144.132.2.123 for ntp. The host command does not return a host name.

                      host 5.144.132.2.123
                      Host 5.144.132.2.123 not found: 3(NXDOMAIN)

                      There is no ntp setting on this tablet that I can find.

                      PfSense running on Qotom mini PC
                      i5 CPU, 4 GB memory, 32 GB SSD & 4 Intel Gb Ethernet ports.
                      UniFi AC-Lite access point

                      I haven't lost my mind. It's around here...somewhere...

                      4 1 Reply Last reply Reply Quote 0
                      • johnpozJ
                        johnpoz LAYER 8 Global Moderator
                        last edited by johnpoz

                        5-144-132-2.static.hostiran.name

                        That is IP in Iran...

                        Why would they hard code an IP in iran? That makes ZERO sense!!

                        its part of the pool for global, asia and iran..
                        https://www.ntppool.org/scores/5.144.132.2

                        So what is likely is you missed the query where it found that IP via dns via a query to ntp pool..

                        You would have to be a complete an utter moron to hard code an IP for some mass produced device to use.. When if that IP goes away, what if can not run ntp on it. What if you sell 10 million devices that all now point to a single IP, etc. etc..

                        They query a pool fqdn, and pick and IP.. or multiples from this pool..

                        But its clear why his switch gs108Ev3 can not sync time - is because it has no settings for that at all.. It has no log that I can see.. so what point of time would it have?

                        An intelligent man is sometimes forced to be drunk to spend time with his fools
                        If you get confused: Listen to the Music Play
                        Please don't Chat/PM me for help, unless mod related
                        SG-4860 24.11 | Lab VMs 2.8, 24.11

                        JKnottJ 1 Reply Last reply Reply Quote 0
                        • JKnottJ
                          JKnott @johnpoz
                          last edited by

                          @johnpoz said in NTP server issues:

                          So what is likely is you missed the query where it found that IP via dns via a query to ntp pool..

                          Actually, I did watch for DNS when I first noticed that and didn't see any. Also, if it queried pool.ntp.org, it should have got an address on my LAN, as I have a host override to point to my pfSense firewall.

                          It's not the first time I've seen a manufacturer do something stupid. Seems to me there's a switch & AP manufacturer that couldn't do VLANs right. 😉

                          PfSense running on Qotom mini PC
                          i5 CPU, 4 GB memory, 32 GB SSD & 4 Intel Gb Ethernet ports.
                          UniFi AC-Lite access point

                          I haven't lost my mind. It's around here...somewhere...

                          1 Reply Last reply Reply Quote 0
                          • 4
                            4o4rh @johnpoz
                            last edited by

                            @johnpoz I have the pro version, you have the plus. You don't seem to have many of the features that i have.
                            Time is under System, Management, Time. But like i say, you are missing a whole bunch of stuff like switching, routing, qos, etc

                            1 Reply Last reply Reply Quote 0
                            • johnpozJ
                              johnpoz LAYER 8 Global Moderator
                              last edited by johnpoz

                              @JKnott said in NTP server issues:

                              it should have got an address on my LAN

                              How do you know it didn't query asia.pool.ntp.org or 0.pool.ntp.org, 1.pool.ntp.org, do you have a wildcard setup?

                              Again any sntp client could query the ntp service that pfsense is running... It is the the ntp server that owns the internet to be honest.. Sniff the traffic.. What do you see.

                              An intelligent man is sometimes forced to be drunk to spend time with his fools
                              If you get confused: Listen to the Music Play
                              Please don't Chat/PM me for help, unless mod related
                              SG-4860 24.11 | Lab VMs 2.8, 24.11

                              JKnottJ 1 Reply Last reply Reply Quote 0
                              • 4
                                4o4rh @JKnott
                                last edited by

                                @JKnott i removed all timeservers except for the pfsense box and i am getting TCP 66 to 52.211.208.165

                                1 Reply Last reply Reply Quote 0
                                • JKnottJ
                                  JKnott @johnpoz
                                  last edited by

                                  @johnpoz

                                  While you were posting that, I checked again and it is indeed querying asia.pool.ntp.org. I don't know how I missed that before.

                                  This is one example of where using Wireshark is better than Packet Capture. With Wireshark I can filter on both DNS and NTP at the same time, along with the MAC address, whereas Packet Capture can only filter on 1 protocol at a time, along with MAC or IP address.

                                  Still, given that the tablets are used around the world, it would be better if they just used pool.ntp.org, instead of asia.pool.ntp.org. Using pool.ntp.org will provide a regional address.

                                  Guess it's time for another host override.

                                  PfSense running on Qotom mini PC
                                  i5 CPU, 4 GB memory, 32 GB SSD & 4 Intel Gb Ethernet ports.
                                  UniFi AC-Lite access point

                                  I haven't lost my mind. It's around here...somewhere...

                                  1 Reply Last reply Reply Quote 0
                                  • johnpozJ
                                    johnpoz LAYER 8 Global Moderator
                                    last edited by johnpoz

                                    yup same sort of nonsense with my smart plugs using uk.pool ;) hehehe

                                    you can download the pcap.. Your pfsense box sure and the F is not 52.211.x.x is it??

                                    That is a aws IP, and is not in the pool.

                                    And I don't show it answering ntp.. And TCP is not what sntp or ntp uses.. anyway. Are you trying to say port tcp 66 to that IP? That sure and the hell has nothing to do with time. Or is the packet size... sniff on port 123 UDP.. And then open it in wireshark - attach a copy..

                                    An intelligent man is sometimes forced to be drunk to spend time with his fools
                                    If you get confused: Listen to the Music Play
                                    Please don't Chat/PM me for help, unless mod related
                                    SG-4860 24.11 | Lab VMs 2.8, 24.11

                                    4 1 Reply Last reply Reply Quote 0
                                    • 4
                                      4o4rh @johnpoz
                                      last edited by

                                      @johnpoz how can i export just the 4 ntp lines from wireshark
                                      ntp client
                                      ntp server
                                      ntp client
                                      ntp server

                                      1 Reply Last reply Reply Quote 0
                                      • johnpozJ
                                        johnpoz LAYER 8 Global Moderator
                                        last edited by johnpoz

                                        Attache the pcap.. If you sniffed on 123 and the IP of your switch all that would be in there is its query for ntp and answers.

                                        An intelligent man is sometimes forced to be drunk to spend time with his fools
                                        If you get confused: Listen to the Music Play
                                        Please don't Chat/PM me for help, unless mod related
                                        SG-4860 24.11 | Lab VMs 2.8, 24.11

                                        JKnottJ 4 2 Replies Last reply Reply Quote 0
                                        • JKnottJ
                                          JKnott @johnpoz
                                          last edited by

                                          @johnpoz

                                          I often filter on the MAC, to capture both IPv4 and IPv6.

                                          PfSense running on Qotom mini PC
                                          i5 CPU, 4 GB memory, 32 GB SSD & 4 Intel Gb Ethernet ports.
                                          UniFi AC-Lite access point

                                          I haven't lost my mind. It's around here...somewhere...

                                          1 Reply Last reply Reply Quote 0
                                          • johnpozJ
                                            johnpoz LAYER 8 Global Moderator
                                            last edited by johnpoz

                                            Thats fine - is is switch running IPv6.. He made no mention of that.. Here is query from my pc to my ntp server.. That captured with pfsense

                                            Since its routed from my lan to my segment my pi ntp server sites in.

                                            ntp.pcap

                                            You can download that and open in wireshark as example of ntp query and answer.

                                            An intelligent man is sometimes forced to be drunk to spend time with his fools
                                            If you get confused: Listen to the Music Play
                                            Please don't Chat/PM me for help, unless mod related
                                            SG-4860 24.11 | Lab VMs 2.8, 24.11

                                            1 Reply Last reply Reply Quote 0
                                            • First post
                                              Last post
                                            Copyright 2025 Rubicon Communications LLC (Netgate). All rights reserved.