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

    Invert match doesn't work

    Scheduled Pinned Locked Moved Firewalling
    55 Posts 7 Posters 12.2k 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.
    • QinnQ
      Qinn
      last edited by

      @Derelict:

      That rule will not block access to the internet even if the WAN is RFC1918-addressed. It would block access to the things on WAN net like the ISP gateway in that case.

      Hmmm, trying to grasp that one…

      Hardeware: Intel(R) Celeron(R) J4125 CPU @ 2.00GHz 102 GB mSATA SSD (ZFS)
      Firmware: Latest-stable-pfSense CE (amd64)
      Packages: pfBlockerNG devel-beta (beta tester) - Avahi - Notes - Ntopng - PIMD/udpbroadcastrelay - Service Watchdog - System Patches

      1 Reply Last reply Reply Quote 0
      • bingo600B
        bingo600
        last edited by

        That rule will only block packets that has a destination matching a RFC1918 address.
        The internet is "everything but RFC1918" , so no destination match.

        Rules matches an (end) destination.

        /Bingo

        If you find my answer useful - Please give the post a 👍 - "thumbs up"

        pfSense+ 23.05.1 (ZFS)

        QOTOM-Q355G4 Quad Lan.
        CPU  : Core i5 5250U, Ram : 8GB Kingston DDR3LV 1600
        LAN  : 4 x Intel 211, Disk  : 240G SAMSUNG MZ7L3240HCHQ SSD

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

          "WAN always means not private subnet"

          Wan is just something that is not local to you - ie the internet is a wan, your wan side connection to the internet is just your transit network to networks other than your local networks.

          There are many reasons why your wan IP could be rfc1918.. your ISP is doing carrier grade nat.  Your behind your isp router that does not allow bridge mode and so your behind a double nat.  Pfsense is just a downstream router in a larger network, etc..

          My point was if you don't want users on that network to be able to get to web gui, you would need to block your wan IP if it was public - if your wan was rfc1918 then your rule would block that access as well.

          Seems users have a real problem with what a wan actually is - all your wan network is the transit network to networks that are not your..  Putting rules like blocking access or allowing access to wan net is just that that actual network be it some rfc1918 because your behind a nat router or carrier grade nat or be a public segment that can route on the network and is just some segment off the ISP network, 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

          1 Reply Last reply Reply Quote 0
          • QinnQ
            Qinn
            last edited by

            @bingo600:

            That rule will only block packets that has a destination matching a RFC1918 address.
            The internet is "everything but RFC1918" , so no destination match.

            Rules matches an (end) destination.

            /Bingo

            Thanks!

            Hardeware: Intel(R) Celeron(R) J4125 CPU @ 2.00GHz 102 GB mSATA SSD (ZFS)
            Firmware: Latest-stable-pfSense CE (amd64)
            Packages: pfBlockerNG devel-beta (beta tester) - Avahi - Notes - Ntopng - PIMD/udpbroadcastrelay - Service Watchdog - System Patches

            1 Reply Last reply Reply Quote 0
            • QinnQ
              Qinn
              last edited by

              @johnpoz:

              "WAN always means not private subnet"

              Wan is just something that is not local to you - ie the internet is a wan, your wan side connection to the internet is just your transit network to networks other than your local networks.

              There are many reasons why your wan IP could be rfc1918.. your ISP is doing carrier grade nat.  Your behind your isp router that does not allow bridge mode and so your behind a double nat.  Pfsense is just a downstream router in a larger network, etc..

              My point was if you don't want users on that network to be able to get to web gui, you would need to block your wan IP if it was public - if your wan was rfc1918 then your rule would block that access as well.

              Seems users have a real problem with what a wan actually is - all your wan network is the transit network to networks that are not your..  Putting rules like blocking access or allowing access to wan net is just that that actual network be it some rfc1918 because your behind a nat router or carrier grade nat or be a public segment that can route on the network and is just some segment off the ISP network, etc.

              Thanks, for explaining it!

              What I also would like to know is, why does anyone who only wants to, lets say guests, give access to the internet, do it like, block everything and as a last rule grant access to everywhere.

              Why not, as in pfSense by default everything is blocked (apart from port 67 DHCP), only grant access to the internet?

              Hardeware: Intel(R) Celeron(R) J4125 CPU @ 2.00GHz 102 GB mSATA SSD (ZFS)
              Firmware: Latest-stable-pfSense CE (amd64)
              Packages: pfBlockerNG devel-beta (beta tester) - Avahi - Notes - Ntopng - PIMD/udpbroadcastrelay - Service Watchdog - System Patches

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

                Huh??  Any firewall out there the default is always deny.. Unless your talking some off the shelf router designed for users on 1 flat network and pretty much all it does is NAT.

                Out of the box this is how pfsense will act for the 1st network "lan" buy creating a any any rule.  But if you create new networks you would have to put in the rules you want.  But the internet is made up of lots of networks.. As stated pretty much any IP that does not fall to rfc1918 is internet.. Other than some other special networks and the few that have not been assigned, etc.  But in general if not rfc1918 space its the "internet"

                There are many protocols on the internet not just tcp, udp and icmp..  You never know what exactly a client behind pfsense will need to go and do.. So if you want to allow internet its general you create a any any rule.  You can always limit that how you see fit.

                How exactly would you create dest that was "internet"??  It really could be anything.

                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
                • QinnQ
                  Qinn
                  last edited by

                  In the rules I have (see attachment), with the last rule, I grant the guests to access anything anywhere, so at that point, I throw out the default rule that everything is blocked. IMHO it would be better, when there is a default rule that block you to go anywhere, not to through this away at the last rule.

                  @johnpoz:

                  Huh??  Any firewall out there the default is always deny.. Unless your talking some off the shelf router designed for users on 1 flat network and pretty much all it does is NAT.

                  Out of the box this is how pfsense will act for the 1st network "lan" buy creating a any any rule.  But if you create new networks you would have to put in the rules you want.  But the internet is made up of lots of networks..As stated pretty much any IP that does not fall to rfc1918 is internet.. Other than some other special networks and the few that have not been assigned, etc.  But in general if not rfc1918 space its the "internet"

                  There are many protocols on the internet not just tcp, udp and icmp..  You never know what exactly a client behind pfsense will need to go and do.. So if you want to allow internet its general you create a any any rule.  You can always limit that how you see fit.

                  How exactly would you create dest that was "internet"??  It really could be anything.

                  Maybe it's stupid qeustion, but to me it would seem logical that if I would create a pass rule from Guest net to WAN net, it would give internet access to the guests. Than one rule would be enough, as everything else will be blocked by the default rule.

                  pf-003.png
                  pf-003.png_thumb

                  Hardeware: Intel(R) Celeron(R) J4125 CPU @ 2.00GHz 102 GB mSATA SSD (ZFS)
                  Firmware: Latest-stable-pfSense CE (amd64)
                  Packages: pfBlockerNG devel-beta (beta tester) - Avahi - Notes - Ntopng - PIMD/udpbroadcastrelay - Service Watchdog - System Patches

                  1 Reply Last reply Reply Quote 0
                  • GruensFroeschliG
                    GruensFroeschli
                    last edited by

                    @Qinn:

                    In the rules I have (see attachment), with the last rule, I grant the guests to access anything anywhere, so at that point, I throw out the default rule that everything is blocked. IMHO it would be better, when there is a default rule that block you to go anywhere, not to through this away at the last rule.

                    @johnpoz:

                    Huh??  Any firewall out there the default is always deny.. Unless your talking some off the shelf router designed for users on 1 flat network and pretty much all it does is NAT.

                    Out of the box this is how pfsense will act for the 1st network "lan" buy creating a any any rule.  But if you create new networks you would have to put in the rules you want.  But the internet is made up of lots of networks..As stated pretty much any IP that does not fall to rfc1918 is internet.. Other than some other special networks and the few that have not been assigned, etc.  But in general if not rfc1918 space its the "internet"

                    There are many protocols on the internet not just tcp, udp and icmp..  You never know what exactly a client behind pfsense will need to go and do.. So if you want to allow internet its general you create a any any rule.  You can always limit that how you see fit.

                    How exactly would you create dest that was "internet"??  It really could be anything.

                    Maybe it's stupid qeustion, but to me it would seem logical that if I would create a pass rule from Guest net to WAN net, it would give internet access to the guests. Than one rule would be enough, as everything else will be blocked by the default rule.

                    The guest net is the network attached to the guest interface.
                    The WAN net is the network attached to the WAN interface.
                    –> Not the internet.

                    We do what we must, because we can.

                    Asking questions the smart way: http://www.catb.org/esr/faqs/smart-questions.html

                    1 Reply Last reply Reply Quote 0
                    • QinnQ
                      Qinn
                      last edited by

                      @GruensFroeschli:

                      The guest net is the network attached to the guest interface.
                      The WAN net is the network attached to the WAN interface.
                      –> Not the internet.

                      –-> Not the internet :o , do you mean the ISP and where is it (meaning the internet) then connected to?

                      Hardeware: Intel(R) Celeron(R) J4125 CPU @ 2.00GHz 102 GB mSATA SSD (ZFS)
                      Firmware: Latest-stable-pfSense CE (amd64)
                      Packages: pfBlockerNG devel-beta (beta tester) - Avahi - Notes - Ntopng - PIMD/udpbroadcastrelay - Service Watchdog - System Patches

                      1 Reply Last reply Reply Quote 0
                      • GruensFroeschliG
                        GruensFroeschli
                        last edited by

                        The internet is mostly the inverse of RFC1918:
                        All subnets which are not private.
                        There are some other special cases like RFC3927 (169.254/16)
                        Take a look at https://en.wikipedia.org/wiki/IPv4#Special-use_addresses.

                        When you create a rule with as destination "WAN net" then it means exactly that:
                        The network between you and your ISP.
                        Generally not what you want.

                        When you mean "the internet", you usually mean "any".

                        We do what we must, because we can.

                        Asking questions the smart way: http://www.catb.org/esr/faqs/smart-questions.html

                        1 Reply Last reply Reply Quote 0
                        • K
                          kpa
                          last edited by

                          The WAN network is the directly connected network segment that is reachable from the WAN interface via ARP (hosts that are in the same broadcast domain talk to each other with the assistance of ARP), that's the simplest way to put it. In other words connections to that network segment from the WAN interface on pfSense can be done without the assistance of the gateway (the default gateway of pfSense) on the WAN network.

                          You have to grasp what a connection means in internet terms. It's simply one or more IP packets sent from sending host to a destination address and the destination address in the IP packets (also source address if desired) is what pfSense uses for filtering. What is used as the transport (routers etc.) between the sending host and the destination address doesn't matter for the firewall rules, that information is not available for filtering on pfSense, all filtering is done based on the information available in the IP headers of the IP packets flowing trough the filtering engine.

                          1 Reply Last reply Reply Quote 0
                          • QinnQ
                            Qinn
                            last edited by

                            Aha, thanks to you both for explaining that to me, the concept WAN not being Internet was never clear to me.

                            Hardeware: Intel(R) Celeron(R) J4125 CPU @ 2.00GHz 102 GB mSATA SSD (ZFS)
                            Firmware: Latest-stable-pfSense CE (amd64)
                            Packages: pfBlockerNG devel-beta (beta tester) - Avahi - Notes - Ntopng - PIMD/udpbroadcastrelay - Service Watchdog - System Patches

                            1 Reply Last reply Reply Quote 0
                            • QinnQ
                              Qinn
                              last edited by

                              Back on topic, I still don't understand what is wrong (as I can't believe inverted rule are broken).
                              I added my rule set on the WLAN interface and have logging enabled first with the inverted rule enabled and the log file that confirms a user passing from WLAN to LAN (192.168.5.46 to 192.168.1.1), which I do not understand and to the best of my knowledge should be possible with the inverted rule enabled.
                              Then just as a check I disable the inverted rule and as you can see access to the LAN is blocked?

                              Again thanks for any help advise on this,

                              Cheers Qinn

                              ![01-inverted rule enabled.png](/public/imported_attachments/1/01-inverted rule enabled.png)
                              ![01-inverted rule enabled.png_thumb](/public/imported_attachments/1/01-inverted rule enabled.png_thumb)
                              ![02-inverted rule detail.png](/public/imported_attachments/1/02-inverted rule detail.png)
                              ![02-inverted rule detail.png_thumb](/public/imported_attachments/1/02-inverted rule detail.png_thumb)
                              ![03 -inverted rule enabled log.png](/public/imported_attachments/1/03 -inverted rule enabled log.png)
                              ![03 -inverted rule enabled log.png_thumb](/public/imported_attachments/1/03 -inverted rule enabled log.png_thumb)
                              ![04 -inverted rule disabled .png](/public/imported_attachments/1/04 -inverted rule disabled .png)
                              ![04 -inverted rule disabled .png_thumb](/public/imported_attachments/1/04 -inverted rule disabled .png_thumb)
                              ![05 -inverted rule disabled log.png](/public/imported_attachments/1/05 -inverted rule disabled log.png)
                              ![05 -inverted rule disabled log.png_thumb](/public/imported_attachments/1/05 -inverted rule disabled log.png_thumb)

                              Hardeware: Intel(R) Celeron(R) J4125 CPU @ 2.00GHz 102 GB mSATA SSD (ZFS)
                              Firmware: Latest-stable-pfSense CE (amd64)
                              Packages: pfBlockerNG devel-beta (beta tester) - Avahi - Notes - Ntopng - PIMD/udpbroadcastrelay - Service Watchdog - System Patches

                              1 Reply Last reply Reply Quote 0
                              • DerelictD
                                Derelict LAYER 8 Netgate
                                last edited by

                                OK do this.

                                Replace that ! rule on WLAN with two rules:

                                One that blocks traffic from WLAN Net to LAN net

                                Followed by:

                                One that passes traffic from LAN WLAN net to any.

                                Does it work now?

                                Chattanooga, Tennessee, USA
                                A comprehensive network diagram is worth 10,000 words and 15 conference calls.
                                DO NOT set a source address/port in a port forward or firewall rule unless you KNOW you need it!
                                Do Not Chat For Help! NO_WAN_EGRESS(TM)

                                1 Reply Last reply Reply Quote 0
                                • QinnQ
                                  Qinn
                                  last edited by

                                  @Derelict:

                                  OK do this.

                                  Replace that ! rule on WLAN with two rules:

                                  One that blocks traffic from WLAN Net to LAN net

                                  Followed by:

                                  One that passes traffic from LAN net to any.

                                  Does it work now?

                                  I think that were you wrote the pass from LAN, you meant it WLAN instead…
                                  Well I did that any it works as it should, reading from the logs. To the best of my knowledge you replaced the inverted rule by 2 seperate rules and this works  :o

                                  ![06 WLAN rules.png](/public/imported_attachments/1/06 WLAN rules.png)
                                  ![06 WLAN rules.png_thumb](/public/imported_attachments/1/06 WLAN rules.png_thumb)
                                  ![07 WLAN log.png_thumb](/public/imported_attachments/1/07 WLAN log.png_thumb)
                                  ![07 WLAN log.png](/public/imported_attachments/1/07 WLAN log.png)

                                  Hardeware: Intel(R) Celeron(R) J4125 CPU @ 2.00GHz 102 GB mSATA SSD (ZFS)
                                  Firmware: Latest-stable-pfSense CE (amd64)
                                  Packages: pfBlockerNG devel-beta (beta tester) - Avahi - Notes - Ntopng - PIMD/udpbroadcastrelay - Service Watchdog - System Patches

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

                                    What is the actual lan net?  Lets see how you have that setup.. And what is the actual address of lan?

                                    Please post all you rules with this command.

                                    https://doc.pfsense.org/index.php/How_can_I_see_the_full_PF_ruleset

                                    So you have any vips setup?

                                    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
                                    • QinnQ
                                      Qinn
                                      last edited by

                                      Thanks johnpoz, I will report back asap (later this evening).

                                      Hardeware: Intel(R) Celeron(R) J4125 CPU @ 2.00GHz 102 GB mSATA SSD (ZFS)
                                      Firmware: Latest-stable-pfSense CE (amd64)
                                      Packages: pfBlockerNG devel-beta (beta tester) - Avahi - Notes - Ntopng - PIMD/udpbroadcastrelay - Service Watchdog - System Patches

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

                                        Here.. My wlan is secured wifi network.  With a few wired hosts on it.. To get on the wireless you have to have a cert it uses eap-tls to auth.  Anyhow - so its a trusted network and I allow it do anything it wants so any any rule.

                                        So the wlan network is 192.168.2/24 with pfsense being 192.168.2.253
                                        Lan is 192.168.9/24 with pfsense having 192.168.9.253

                                        So on a client on the wlan network you can see 192.168.2.11, with first set of rules I can ping pfsense lan IP at 192.168.9.253

                                        I then change the any any rule to be ! lan net, as you can then see from 2nd ping that I can not get there with 11 lost packets when I try and ping.  So clearly you got something ODD going on there there.. A listing of your full rules when you have the ! lan net rule in play will help us track down what that oddness is.  Do you have any vips setup on wlan or lan?  Are you doing policy routing anywhere?  Do you have the disable neg rules set in advanced (firewall&nat)

                                        Disable Negate rules
                                        Disable Negate rule on policy routing rules With Multi-WAN it is generally desired to ensure traffic reaches directly connected networks and VPN networks when using policy routing. This can be disabled for special purposes but it requires manually creating rules for these networks.

                                        invertrule.png
                                        invertrule.png_thumb

                                        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
                                        • DerelictD
                                          Derelict LAYER 8 Netgate
                                          last edited by

                                          I think that were you wrote the pass from LAN, you meant it WLAN instead…

                                          Yeah sorry.

                                          To the best of my knowledge you replaced the inverted rule by 2 seperate rules and this works  :o

                                          Amazing. Don't "block" traffic with inverted pass rules. Not sure how many times I have to say it. If it saves just one rule set it's worth it.

                                          Chattanooga, Tennessee, USA
                                          A comprehensive network diagram is worth 10,000 words and 15 conference calls.
                                          DO NOT set a source address/port in a port forward or firewall rule unless you KNOW you need it!
                                          Do Not Chat For Help! NO_WAN_EGRESS(TM)

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

                                            Then what is the point of the inverted rules Derelict?

                                            It should work, there is something odd with his system why its not.

                                            And its not blocking traffic with an allow… Is a specific allow, the block happens with the default deny at the end..

                                            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.