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

    NTP Issue

    General pfSense Questions
    11
    72
    6.2k
    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.
    • johnpozJ
      johnpoz LAYER 8 Global Moderator @admacdo
      last edited by

      @admacdo said in NTP Issue:

      [bad udp cksum 0x5a6d

      odd that all the traffic you send to 1.2 shows bad checksum??

      But traffic from 1.2 to 1.1 shows ok?

      Do you have your checksum offload on?

      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.7.2, 24.11

      A 1 Reply Last reply Reply Quote 0
      • A
        admacdo @johnpoz
        last edited by

        @johnpoz
        No checksum offload tick.

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

          @admacdo said in NTP Issue:

          No checksum offload tick.

          'No tick' could imply it's not disabled and therefore is offloaded.

          A 1 Reply Last reply Reply Quote 0
          • A
            admacdo @stephenw10
            last edited by

            @stephenw10
            Yeah, bad explanation on my part. It's not disabled.
            I even cycled it on and off a few times with a reboot to see if it made any difference.

            No change.

            I'm a little disappointed.

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

              If it's actually disabled you can see that directly using ifconfig at the CLI, for example:

              [24.08-DEVELOPMENT][admin@4200.stevew.lan]/root: ifconfig -m igc1
              igc1: flags=1008843<UP,BROADCAST,RUNNING,SIMPLEX,MULTICAST,LOWER_UP> metric 0 mtu 1500
              	options=48020b8<VLAN_MTU,VLAN_HWTAGGING,JUMBO_MTU,VLAN_HWCSUM,WOL_MAGIC,HWSTATS,MEXTPG>
              	capabilities=4f43fbb<RXCSUM,TXCSUM,VLAN_MTU,VLAN_HWTAGGING,JUMBO_MTU,VLAN_HWCSUM,TSO4,TSO6,LRO,WOL_UCAST,WOL_MCAST,WOL_MAGIC,VLAN_HWTSO,NETMAP,RXCSUM_IPV6,TXCSUM_IPV6,HWSTATS,MEXTPG>
              

              Where tx and rx checksums are shown in capabilities but not options. Though you see vlan checkums are still enabled.

              A 1 Reply Last reply Reply Quote 0
              • A
                admacdo @stephenw10
                last edited by

                @stephenw10

                Well, it looks like it's not disabled, as all previous indications have said that it isn't.

                igc2: flags=1008943<UP,BROADCAST,RUNNING,PROMISC,SIMPLEX,MULTICAST,LOWER_UP> metric 0 mtu 1500
                description: LAN
                options=4e020bb<RXCSUM,TXCSUM,VLAN_MTU,VLAN_HWTAGGING,JUMBO_MTU,VLAN_HWCSUM,WOL_MAGIC,RXCSUM_IPV6,TXCSUM_IPV6,HWSTATS,MEXTPG>
                capabilities=4f43fbb<RXCSUM,TXCSUM,VLAN_MTU,VLAN_HWTAGGING,JUMBO_MTU,VLAN_HWCSUM,TSO4,TSO6,LRO,WOL_UCAST,WOL_MCAST,WOL_MAGIC,VLAN_HWTSO,NETMAP,RXCSUM_IPV6,TXCSUM_IPV6,HWSTATS,MEXTPG>
                ether 60:be:b4:07:c6:16
                inet 192.168.25.254 netmask 0xffffff00 broadcast 192.168.25.255
                inet6 fe80::62be:b4ff:fe07:c616%igc2 prefixlen 64 scopeid 0x3
                media: Ethernet autoselect (1000baseT <full-duplex>)
                status: active
                supported media:
                media autoselect
                media 2500Base-T
                media 1000baseT
                media 1000baseT mediaopt full-duplex
                media 100baseTX mediaopt full-duplex
                media 100baseTX
                media 10baseT/UTP mediaopt full-duplex
                media 10baseT/UTP
                nd6 options=21<PERFORMNUD,AUTO_LINKLOCAL>

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

                  Ok then the checksum failure in a pcap is expected. That isn't really a problem normally though.

                  1 Reply Last reply Reply Quote 0
                  • A
                    admacdo
                    last edited by

                    Well, just for more fun, a couple of weeks ago, I bought an SG-1100 as I needed a backup firewall in case mine self toasts somehow.
                    I reset it to defaults, stuck a rough config on and as a quick test, pointed it at both my local NTP stratum one time servers and also time.apple.com.

                    The apple timeserver responded instantly and the 1100 totally ignored the two locals.

                    I updated it to the latest Pfsense Plus and the same thing happened.

                    Today I was given a VK-T40E2 by a colleague who'd upgraded his home firewall setup.
                    I reset it to defaults and configured it, then pointed it at the same three timeservers as the 1100.
                    It instantly latched onto one of the locals while still seeing the other two.
                    It was still on the original version, so I updated that to the latest legacy 2.3.5 (I think). Going further will require a complete reinstall and I don't have a null modem cable to hand these days.
                    It still saw all the local and internet NTP servers that I cared to list.

                    So of course, I can't wait to get it to 2.4 so that it can't see the two local stratum ones...
                    At least that's what I'm betting will happen.

                    GertjanG 1 Reply Last reply Reply Quote 0
                    • GertjanG
                      Gertjan @admacdo
                      last edited by Gertjan

                      @admacdo said in NTP Issue:

                      The apple timeserver responded instantly and the 1100 totally ignored the two locals.

                      It will put the other two as a 'hot spare'.
                      Check for yourself (example) :

                      a03b7889-a344-461d-80ea-fe3154d6cdeb-image.png

                      Btw : look at that : NTP went IPv6 only also ...

                      @admacdo said in NTP Issue:

                      I updated it to the latest Pfsense Plus

                      24.11.

                      @admacdo said in NTP Issue:

                      the same three timeservers

                      Normally, you shouldn't use 3 'off something' (DNS, NTP, whatever) as it created problems.
                      See it like this : you have to buy a new car, but you want to think about it, so your interrogations @home and discuss it with your wive.
                      What would happen if you had 3 wives ?
                      I can tell you what will happen. You won't drive any car any soon (you couldn't afford one anyway ^^)

                      So :
                      NTP : pick a 'pool'.
                      DNS : stick to 'root servers' (a pool actually).
                      etc etc.

                      @admacdo said in NTP Issue:

                      latest legacy 2.3.5

                      An APU ? 32 bits ??

                      @admacdo said in NTP Issue:

                      it to 2.4 so

                      2.4 ?

                      No "help me" PM's please. Use the forum, the community will thank you.
                      Edit : and where are the logs ??

                      A 1 Reply Last reply Reply Quote 0
                      • A
                        admacdo @Gertjan
                        last edited by

                        @Gertjan

                        1. Go and read the entire thread, start to finish. Pay particular attention to what I have already posted.
                        2. Go and read how NTP actually works.
                          Not SNTP.
                          The REAL complete NTP and learn EXACTLY WHY you put in multiple NTP sources.
                          Then maybe go and read why Industry Best Practice requires four.
                        1 Reply Last reply Reply Quote 1
                        • First post
                          Last post
                        Copyright 2025 Rubicon Communications LLC (Netgate). All rights reserved.