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

    Firewall 101

    Firewalling
    3
    27
    2.3k
    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.
    • P
      ProperCactus Rebel Alliance
      last edited by

      Hi,

      I've been reading the doco for firewall rules here however I'm kind of struggling.

      It says that rules are "inbound only" and that outbound rules are not needed. But what is inbound? I mean if a device on LAN sends out to the internet, technically it sends packets that are inbound to the lan interface right? But then the reverse is also true, packets coming from the WAN are also inbound to the LAN interface, so I am really confused.

      Can anyone help with like a picture or something? Thanks.

      Bob.DigB 1 Reply Last reply Reply Quote 0
      • Bob.DigB
        Bob.Dig LAYER 8 @ProperCactus
        last edited by Bob.Dig

        @propercactus said in Firewall 101:

        But then the reverse is also true, packets coming from the WAN are also inbound to the LAN interface,

        Not really, you have to take the perspective of the firewall. WAN-traffic is only inbound to the firewall coming from WAN. If this traffic is going further to LAN, it then has become outbound in the perspective of the firewall.
        LAN-traffic is inbound to the firewall when it enters from the LAN-Interface.
        So in short, filtering is done where the traffic enters the firewall.

        P 2 Replies Last reply Reply Quote 0
        • P
          ProperCactus Rebel Alliance @Bob.Dig
          last edited by ProperCactus

          @bob-dig said in Firewall 101:

          So in short, filtering is done where the traffic enters the firewall.

          So in the situation where I have a device sending from LAN out to the internet, the packet enters LAN interface, that is inbound to the LAN interface? It then gets passed to the WAN interface to be sent out to the internet.

          But you are saying that it will only be filtered according to rules for the LAN interface right? Once it's passed to WAN to go out it is not filtered again?

          And then similarly, when a response comes back from the WAN, it enters into the WAN interface, gets filtered by WAN rules and then gets passed to LAN and no LAN filters are applied?

          Bob.DigB 1 Reply Last reply Reply Quote 0
          • P
            ProperCactus Rebel Alliance @Bob.Dig
            last edited by ProperCactus

            @bob-dig

            I'm trying to work out how to do Egress filtering, I follow the article by Netgate here yet it stops short of mentioning any way to implement the actual rule to block all edgress traffic, and also doesn't mention how we make rules to allow our chosen services like HTTPS out.

            I've tried making a floating rule that blocks all out and then a floating rule to allow HTTPS out but it just broke everything.

            Bob.DigB 1 Reply Last reply Reply Quote 0
            • Bob.DigB
              Bob.Dig LAYER 8 @ProperCactus
              last edited by Bob.Dig

              @propercactus said in Firewall 101:

              @bob-dig said in Firewall 101:

              So in short, filtering is done where the traffic enters the firewall.

              So in the situation where I have a device sending from LAN out to the internet, the packet enters LAN interface, that is inbound to the LAN interface? It then gets passed to the WAN interface to be sent out to the internet.

              But you are saying that it will only be filtered according to rules for the LAN interface right? Once it's passed to WAN to go out it is not filtered again?

              And then similarly, when a response comes back from the WAN, it enters into the WAN interface, gets filtered by WAN rules and then gets passed to LAN and no LAN filters are applied?

              Yes you got it.

              Floating rules are the only exception. Don't use them if you don't have to.

              P 1 Reply Last reply Reply Quote 0
              • Bob.DigB
                Bob.Dig LAYER 8 @ProperCactus
                last edited by

                @propercactus said in Firewall 101:

                @bob-dig

                I'm trying to work out how to do Egress filtering,

                Egress filtering according to your link is just done on LAN, no floating rules needed.

                P 1 Reply Last reply Reply Quote 0
                • P
                  ProperCactus Rebel Alliance @Bob.Dig
                  last edited by

                  @bob-dig said in Firewall 101:

                  Yes you got it.

                  I don't think it's right because I set to block everything on LAN and allow HTTPS, then on the WAN I also block everything and nothing passes through until I allow HTTPS on the WAN as well as LAN.

                  Bob.DigB 1 Reply Last reply Reply Quote 0
                  • P
                    ProperCactus Rebel Alliance @Bob.Dig
                    last edited by

                    @bob-dig

                    This is my LAN:

                    604bf818-9902-47a8-8149-c7c39bdb2d99-image.png

                    This is my WAN:

                    3a87094c-d8c9-410d-b76e-d2e44fdae4d2-image.png

                    I have to allow HTTPS on both

                    Bob.DigB 1 Reply Last reply Reply Quote 0
                    • Bob.DigB
                      Bob.Dig LAYER 8 @ProperCactus
                      last edited by

                      @propercactus By default WAN has no rules, so everything incoming is not allowed by default = blocked. On LAN you have a allow anything rule by default. There you have to alter things.

                      1 Reply Last reply Reply Quote 0
                      • Bob.DigB
                        Bob.Dig LAYER 8 @ProperCactus
                        last edited by Bob.Dig

                        @propercactus said in Firewall 101:

                        I have to allow HTTPS on both

                        No. On WAN you only filter incomming traffic from WAN.
                        If your WAN is behind another router, don't forget to uncheck "Block private networks and loopback addresses" in the interface settings.

                        P 1 Reply Last reply Reply Quote 0
                        • P
                          ProperCactus Rebel Alliance @Bob.Dig
                          last edited by ProperCactus

                          @bob-dig said in Firewall 101:

                          No. On WAN you only filter incomming traffic from WAN.
                          If your WAN is behind another router, don't forget to uncheck "Block private networks and loopback addresses" in the interface settings.

                          Ok so I've removed the WAN block/allow rule and now my rules look like this:

                          WAN:

                          5894a8f8-f9fa-4b56-ad41-ed6528ad5aa5-image.png

                          LAN:

                          aa974944-5fa5-4b17-b79c-0d8712a7e9bf-image.png

                          And it does not let me connect to sites over https

                          Or do I need a matching inbound rule for HTTPS on the WAN to compliment the outgoing rule for HTTPS on the LAN? I thought that stateful firewall means that if I can send out on HTTPS it allows back in by default?

                          Bob.DigB 1 Reply Last reply Reply Quote 0
                          • Bob.DigB
                            Bob.Dig LAYER 8 @ProperCactus
                            last edited by

                            @propercactus said in Firewall 101:

                            Or do I need a matching inbound rule for HTTPS on the WAN to compliment the outgoing rule for HTTPS on the LAN? I thought that stateful firewall means that if I can send out on HTTPS it allows back in by default?

                            True, you normally don't need any rules on WAN.

                            Is DNS working?

                            P 1 Reply Last reply Reply Quote 0
                            • P
                              ProperCactus Rebel Alliance @Bob.Dig
                              last edited by

                              @bob-dig yea DNS is resolving, it's being resolved by unbound on pfsense

                              eb976984-f3d4-4191-b5dd-9129e0e9adb2-image.png

                              Bob.DigB P 2 Replies Last reply Reply Quote 0
                              • Bob.DigB
                                Bob.Dig LAYER 8 @ProperCactus
                                last edited by Bob.Dig

                                @propercactus But does it work for hosts on green...

                                "DNS internal hosts" looks weird to me.

                                1 Reply Last reply Reply Quote 0
                                • P
                                  ProperCactus Rebel Alliance @ProperCactus
                                  last edited by

                                  @propercactus It works while I'm on green yea, because it's asking the pfsense unbound for lookups.

                                  If say I try and query cloudflare directly from green, no it doesn't but that's expected because I have that reject all rule on green and I haven't allowed DNS right?

                                  Bob.DigB johnpozJ 2 Replies Last reply Reply Quote 0
                                  • Bob.DigB
                                    Bob.Dig LAYER 8 @ProperCactus
                                    last edited by Bob.Dig

                                    @propercactus your dns rule is probably wrong. Destination would be "green address" under normal circumstances.

                                    P 1 Reply Last reply Reply Quote 0
                                    • P
                                      ProperCactus Rebel Alliance @Bob.Dig
                                      last edited by

                                      @bob-dig said in Firewall 101:

                                      @propercactus your dns rule is probably wrong.

                                      Nah it's definitely resolving DNS. it gives a DNS_PROBE_ERROR in chromium when DNS failes.

                                      I'm getting ERR_CONNECTION_REFUSED so it it port 443 that is being rejected.

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

                                        Why would you allow management from RED? Wan??

                                        wan.png

                                        Red Blue Green - you a IPcop user?

                                        What is in your dns_internal_hosts alias? You understand that the gateway (pfsense) to get off green is not talked to talk to something on the green network. Do you have some IP that is say blue network in this alias? Also dns is not "always" only udp, tcp can be used for dns over 53.. Your dns rule should allow both udp and tcp to 53

                                        Do you have any rules in floating?

                                        Also your browser saying rejected.. Who said it was pfsense that rejected it - maybe it was the server you were trying to talk to? Browser errors are horrible for troubleshooting a firewall with - did pfsense log that it blocked where you were trying to go. You don't have a reject setup for ipv4 other ports since you have 443 allowed above it, all ipv6.. Did your browser try and use IPv6 maybe? Look to the firewall log to what was blocked or rejected.

                                        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

                                        P 1 Reply Last reply Reply Quote 0
                                        • P
                                          ProperCactus Rebel Alliance @johnpoz
                                          last edited by

                                          @johnpoz said in Firewall 101:

                                          Red Blue Green - you a IPcop user?

                                          Yea IPFire haha, I've just made the switch to pfsense.

                                          @johnpoz said in Firewall 101:

                                          What is in your dns_internal_hosts alias?

                                          Yea I have another DNS server across the WireGuard S2S link, it's in the 10.1.0.0/18 range and so I've just put all the local DNS servers on this side of the WAN into one alias and allowing to them.

                                          @johnpoz said in Firewall 101:

                                          Also dns is not "always" only udp, tcp can be used for dns over 53

                                          That's right and I'm using DoT (TCP/853) out bound from pfsense. My DNS is working all good. I just can't get HTTPS to work, the rule flow as you describe it is not working, i reject all on LAN (GREEN) and I allow HTTPS on LAN, however unless I put a matching rule on RED (WAN) it will not let me connect to any sites on 443.

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

                                            @propercactus said in Firewall 101:

                                            That's right and I'm using DoT (TCP/853) out bound from pfsense

                                            which has ZERO to do with any rules.. Unless you setup outbound rules on floating?

                                            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

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