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

    Security Zones

    Scheduled Pinned Locked Moved General pfSense Questions
    19 Posts 4 Posters 1.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.
    • R
      rickandaj
      last edited by

      Got it! Thanks.

      1 Reply Last reply Reply Quote 0
      • S
        SteveITS Galactic Empire @rickandaj
        last edited by

        @rickandaj said in Security Zones:

        I want vlan-A to have access to Vlan-B. However, vlan-B cannot access vlan A, C or D.

        very quick example on VLAN-A interface:
        allow from VLAN-A Net to This Firewall (for DNS, port 53 tcp/udp)
        [optional] reject from VLAN-A Net to This Firewall (port 443/22/80)
        allow from VLAN-A Net to VLAN-B Net
        reject from VLAN-A Net to Any [did you want to prevent A outbound also?]

        VLAN-B interface:
        [optional] allow from VLAN-B Net to This Firewall (for DNS, port 53 tcp/udp)
        reject from VLAN-B Net to VLAN-A Net
        reject from VLAN-B Net to VLAN-C Net
        reject from VLAN-B Net to VLAN-D Net
        reject from VLAN-B Net to any

        Explicitly rejecting the other VLANs is unnecessary if "any" is rejected but it's clearer.

        pfSense has hidden rules to allow DHCP if DHCP is enabled on an interface.

        Pre-2.7.2/23.09: Only install packages for your version, or risk breaking it. Select your branch in System/Update/Update Settings.
        When upgrading, allow 10-15 minutes to restart, or more depending on packages and device speed.
        Upvote ๐Ÿ‘ helpful posts!

        1 Reply Last reply Reply Quote 0
        • R
          rickandaj
          last edited by

          SteveITS, Thank you! However, a little clarification please. You use reject vs block, any specific reason? Additionally, VLAN-B is given access specifically for DNS, so should there be another rule explicitly rejecting/blocking admin access - to web or SSH for administration on the box from VLAN-B?

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

            The reject action sends back a TCP close to the client immediately so it knows that's not allowed. If it's set to block the clients just keeps trying until it times out. So for an internal interface it makes clients quicker to respond.

            The allow rule on VLANB for DNS is only for port 53 so not other access is passed by that.

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

              @rickandaj here is a example of a locked down vlan.. It can not talk to any of my other networks. The reject to rfc1918 alias (all of my other networks are rfc1918). The use of such a blanket alias allows you to add another network as some future point and not having to worry about blocking this network from talking to it.. Since any new network you bring up is more than likely going to be a rfc1918 network.

              But it does allow ping to pfsense IP on this network, and dns, ntp. But blocks all other access to any other pfsense IP (be the public wan IP for example) so this would prevent access to webgui or ssh, etc.

              lockdown.jpg

              Yes using reject locally is common practice, because it should prevent retrans and timeouts and just tell the local client right away - hey your not getting there so it shouldn't keep trying with a retransmission, etc.

              I wouldn't suggest using reject on the wan.. You don't want to create outbound traffic everytime someone tries to talk to a port you have them denied from, 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.7.2, 24.11

              R 1 Reply Last reply Reply Quote 1
              • R
                rickandaj @stephenw10
                last edited by

                @stephenw10 Thanks for the clarification!!

                1 Reply Last reply Reply Quote 0
                • R
                  rickandaj @johnpoz
                  last edited by

                  @johnpoz Thank you for the visual! This will certainly help with my set up. I have 20 vlans that I'm setting up on the pfSense box replacing a Juniper. This will certainly help with my transition. Again thanks.

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

                    @rickandaj said in Security Zones:

                    I have 20 vlans

                    So to help in setting those up.. You can setup one that has your basic rules you want... Then just copy them to your new interface, and it will convert the source and destination address to the new interface..

                    Here I fired up a new vlan, and copied my test rules to the newvlan.

                    copy.jpg

                    You would then just need to tweak or add/delete what you want on the new rules.

                    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

                    R 2 Replies Last reply Reply Quote 1
                    • R
                      rickandaj @johnpoz
                      last edited by

                      @johnpoz Thank you so much! I will get to test this out shortly.

                      1 Reply Last reply Reply Quote 0
                      • R
                        rickandaj @johnpoz
                        last edited by

                        @johnpoz Just a quick question on the interfaces along with the security zones? If I need a separate thread let me know? I've noticed that when I create the vlans and assign them to a parent interface, I don't get the DHCP server option for the vlans, I can create the rules with no issue - I am using the Kea DHCP? Is there some checkbox I missed that I need to be using? Incidentally, all of this is being done on the CE version - 2.7.1. I don't get my 6100 appliance until tomorrow. Doing all of the pre-configuration work now when I can make all of the foopahs that I can, without impacting.... BTW Happy Thanksgiving!!

                        S johnpozJ 2 Replies Last reply Reply Quote 0
                        • S
                          SteveITS Galactic Empire @rickandaj
                          last edited by

                          @rickandaj did you assign them to interfaces?
                          https://docs.netgate.com/pfsense/en/latest/vlan/configuration.html#web-interface-vlan-configuration

                          Pre-2.7.2/23.09: Only install packages for your version, or risk breaking it. Select your branch in System/Update/Update Settings.
                          When upgrading, allow 10-15 minutes to restart, or more depending on packages and device speed.
                          Upvote ๐Ÿ‘ helpful posts!

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

                            @rickandaj also don't forget you have to actually enable the interface and setup its IP and mask once you assign the vlan. Common mistake users often make is the mask defaults to a /32 so no dhcp would be available. Until you setup a mask that allows for Ips to be assigned via dhcp.

                            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

                            1 Reply Last reply Reply Quote 1
                            • R
                              rickandaj @SteveITS
                              last edited by

                              @SteveITS Yes I certainly did. See below:
                              Vlan_DHCP.jpg Vlan_DHCP2.jpg

                              Maybe my error will jump off of the page for you? Thanks.

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

                                @rickandaj well you didn't include what you set the IP and mask to for that interface - I would bet you just left it on the /32 which is why no dhcp wouldn't pop up as an option

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

                                R 1 Reply Last reply Reply Quote 1
                                • R
                                  rickandaj @johnpoz
                                  last edited by

                                  @johnpoz oops... You were correct! In previous setups I did some static routes to mimic my outgoing Juniper.... With that fixed, I can move on to the next phase. Crash and burn, I mean, testing LOL. You've been a great help as I journey to the pfSense world. Cheers.

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