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

Can't ping OPT [solved]

Scheduled Pinned Locked Moved General pfSense Questions
solved
10 Posts 3 Posters 619 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.
  • J
    jg3
    last edited by johnpoz Nov 12, 2024, 8:39 AM Nov 11, 2024, 10:52 PM

    I can't ping the OPT interface and I am seeking help to discover why. I mean I can't ping the local OPT interface IP from the local shell.*
    I have an any-any-accept firewall rule on the OPT interface. I do not have any NAT rules.

    I have a pair of Netgate 1100s that I will set up in HA. I'm hoping to have the OPT interface directly connected between them for config updates. They are both behaving the same way.

    I reset them to factory default this morning to get started on my project. They are current on 24.03 (patch 1).

    The LAN interfaces can ping each other, ping to other addresses, ping from other addresses, no sweat. OPT seems to be behaving differently and I can't figure out why.

    Any pointers would be very appreciated!

    PFsenseIssue20241111.jpg
    The WAN interfaces are disconnected.

    *edit: I can ping the local OPT interface address using the webUI Ping feature, or from the shell if I use the -S option to ping with a specific source address. I still cannot ping the IP on the directly connected OPT interface of the other device.

    1 Reply Last reply Reply Quote 0
    • J
      jg3
      last edited by Nov 12, 2024, 12:02 AM

      Additional detail:
      The OPT interface configurations are largely defaults: Enable is checked, Static IPv4 address, block private is unchecked, block bogon is unchecked.

      J 1 Reply Last reply Nov 12, 2024, 12:22 AM Reply Quote 0
      • J
        johnpoz LAYER 8 Global Moderator @jg3
        last edited by johnpoz Nov 12, 2024, 12:29 AM Nov 12, 2024, 12:22 AM

        @jg3 you're saying you set this as static ip?

        169.jpg

        Why would you have picked that 169.254 address? This is APIPA/Link-Local IPv4 address space.. To be honest I would think pfsense would complain..But it doesn't seem too..

        But yeah your not going to go anywhere with that address space, there are default hidden block rules

        cat /tmp/rules.debug

        # block IPv4 link-local. Per RFC 3927, link local "MUST NOT" be forwarded by a routing device,
        # and clients "MUST NOT" send such packets to a router. FreeBSD won't route 169.254./16, but
        # route-to can override that, causing problems such as in redmine #2073
        block in  quick from 169.254.0.0/16 to any ridentifier 1000000101 label "Block IPv4 link-local"
        block in  quick from any to 169.254.0.0/16 ridentifier 1000000102 label "Block IPv4 link-local"
        

        You would have to allow for that in Advanced / Firewall & Nat settings

        firewall.jpg

        But you have all of rfc1918 space to use - that choice is not a good one..

        Why would you want a network under the link-local space 169.254.0.0/16 ? Are you planning to use this as a transit/connector network to some other router? Again you have all of rfc1918 to work with, I wouldn't choose that range.. Use something 10/8, 192.168/16 or 172.16/12

        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

        J M 2 Replies Last reply Nov 12, 2024, 1:30 AM Reply Quote 2
        • J
          jg3 @johnpoz
          last edited by Nov 12, 2024, 1:30 AM

          @johnpoz Thanks! It would have been a LONG time of guessing before I found that option.

          I'm using the "This Net" space for exactly what it was intended for, point to point networks where the addresses will never communicate beyond the local network. I did that out of habit.

          I figured the un-checking to block private and block bogons would have covered that.

          Incidentally, do you know if this option to "Disable all packet filtering" would have achieved the same result?

          4902b4c9-1933-4f05-a079-3c305da92fb0-image.png

          I'm not using these guys for firewalling, just a reliable DNS, DHCP, NTP, Cert Auth.

          J 1 Reply Last reply Nov 12, 2024, 2:57 AM Reply Quote 0
          • J
            johnpoz LAYER 8 Global Moderator @jg3
            last edited by Nov 12, 2024, 2:57 AM

            @jg3 I would assume so because turning off the firewall would not load any of the rules. But have never done such a thing, been in networking a really long time, and have never used 169.254 - we always just use a /30 out of range we set aside out of rfc1918. Or public space that we own, etc.

            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

            J 1 Reply Last reply Nov 12, 2024, 4:44 AM Reply Quote 1
            • J
              jg3 @johnpoz
              last edited by Nov 12, 2024, 4:44 AM

              @johnpoz Reall appreciate the assistance. I can't figure out how to edit the topic title to "solved" if that's a thing here.

              1 Reply Last reply Reply Quote 0
              • M
                mvikman @johnpoz
                last edited by Nov 12, 2024, 8:38 AM

                @johnpoz I just tested making an interface with IP from APIPA range , no notification about it being an "invalid" IP...
                As the APIPA range probably isn't known to all users and there's a hidden block rule, pfsense should check and notifify this, especially when the "Allow APIPA traffic" setting is not checked.
                Maybe this should be flagged to the devs (I don't have redmine account myself)?

                pfSense Plus 24.11-RELEASE (amd64)
                Dell Optiplex 7040 SFF
                Core i5-6500, 8GB RAM, 2x 240GB SSD (ZFS Mirror)
                HPE 561T (X540-AT2), 2-port 10Gb RJ45
                HPE 562SFP+ (X710-DA2), 2-port 10Gb SFP+

                J 1 Reply Last reply Nov 12, 2024, 8:39 AM Reply Quote 0
                • J
                  johnpoz LAYER 8 Global Moderator @mvikman
                  last edited by johnpoz Nov 12, 2024, 9:09 AM Nov 12, 2024, 8:39 AM

                  @jg3 I marked is solved for you - but in the future edit your first post and edit the subject

                  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

                  M 1 Reply Last reply Nov 12, 2024, 8:43 AM Reply Quote 1
                  • M
                    mvikman @johnpoz
                    last edited by Nov 12, 2024, 8:43 AM

                    @johnpoz Not a topic I started, it was @jg3
                    I just chimed in on the pfSense not notifying about APIPA :)

                    pfSense Plus 24.11-RELEASE (amd64)
                    Dell Optiplex 7040 SFF
                    Core i5-6500, 8GB RAM, 2x 240GB SSD (ZFS Mirror)
                    HPE 561T (X540-AT2), 2-port 10Gb RJ45
                    HPE 562SFP+ (X710-DA2), 2-port 10Gb SFP+

                    J 1 Reply Last reply Nov 12, 2024, 9:09 AM Reply Quote 0
                    • J
                      johnpoz LAYER 8 Global Moderator @mvikman
                      last edited by johnpoz Nov 12, 2024, 9:11 AM Nov 12, 2024, 9:09 AM

                      @mvikman oh sorry - I must of hit reply on wrong post, corrected ;) thanks

                      Good idea about redmine, I will look to see if anything in there already - and not make the suggestion

                      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
                      10 out of 10
                      • First post
                        10/10
                        Last post
                      Copyright 2025 Rubicon Communications LLC (Netgate). All rights reserved.
                        This community forum collects and processes your personal information.
                        consent.not_received