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

    how to separate two WAN connetions into home internet and work internet virtually

    Scheduled Pinned Locked Moved General pfSense Questions
    29 Posts 3 Posters 1.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.
    • D
      Djkáťo @Djkáťo
      last edited by

      Okay I got the vlans up and running, all that's left is how do I force all vlan traffic through OPT only?

      D 1 Reply Last reply Reply Quote 0
      • D
        Djkáťo @Djkáťo
        last edited by

        I've been googling and playing around for hours in pfsense but I just can't find a way to:

        • force my vlan interface to only route traffic trough OPTs internet, and not WAN
        • redirect all traffic that hits my public IP in OPT interface to my vlan PUBLIC_OPT1 interface -> server local IP

        The way I set up my vlan is:

        1. create a public vlan in interface->switches, where id 0 and 2 are tagged.
        2. I created a VLAN in interface -> assignments -> VLAN, and added it as an interface in Interfaces -> Interface Assignments, and marked all as active.
        3. Then I could set all my switches to use tagged vlan on all ports, and enable VLAN in unraid and force docker to only use the vlan subnet.

        Any tips on how to do my last steps?

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

          You need to use policy based routing to send traffic from the internal VLAN subnet via the OPT gateway:
          https://docs.netgate.com/pfsense/en/latest/multiwan/policy-route.html

          You would need to use either port forwards or 1:1 NAT to send external traffic to the internal server IP:
          https://docs.netgate.com/pfsense/en/latest/nat/index.html

          D 1 Reply Last reply Reply Quote 0
          • P
            Patch @Djkáťo
            last edited by

            @Djkáťo said in how to separate two WAN connetions into home internet and work internet virtually:

            The switch right after the Netgate is not webmanaged, but the other ones are. Is it reasonable to assume that the VLAN tags will propagate to the next switches that are webmanaged?

            No.
            You are suggesting learning how to set up VLAN in your network and reverse engineer undocumented switch behaviour at the same time. That will waste a lot of your time.

            IMO
            Move a managed switch to connect directly to your Netgate 1100 to ensure all tagged traffic is running only on Ethernet cable and managed switches.

            D 1 Reply Last reply Reply Quote 0
            • D
              Djkáťo @stephenw10
              last edited by

              Thanks @stephenw10 , that's the settings I've been toying with for hours now, but I can't get it to work.
              When I navigate to my public ip, nothing is loading. I'd expect at least unraid webpage to show up.

              I redid them with guidance of the docs you send again. PUBLIC_OPT1 interface has my VLAN. PUBLIC_OPT1 uses 10.0.1.0/24, everything else 10.0.0.0/24. gateway OPTGW is the gateway OPT1 uses, which wires to a fiberoptic router.
              e1b99c02-e280-4d47-a4d0-3d4095270da2-image.png
              6c190c2c-53f7-46fe-b1f6-77012a96c7b9-image.png
              257aecb6-62ac-4de7-a82a-69a2c7508112-image.png

              What am I doing wrong? I allowed all sources and destinations to get it working at all, don't know if setting destination on OPT to public ip / OPT address is why it isn't working.

              stephenw10S 1 Reply Last reply Reply Quote 0
              • D
                Djkáťo @Patch
                last edited by

                I realized and had done that, switched some switches around and the whole path to the server is now managed switches, set it up and the server works with the VLANs now :) thank you

                @Patch said in how to separate two WAN connetions into home internet and work internet virtually:

                Move a managed switch to connect directly to your Netgate

                1 Reply Last reply Reply Quote 0
                • stephenw10S
                  stephenw10 Netgate Administrator @Djkáťo
                  last edited by

                  @Djkáťo said in how to separate two WAN connetions into home internet and work internet virtually:

                  When I navigate to my public ip, nothing is loading.

                  How are you testing that? It won't work from anything behind pfSense unless you have enabled NAT reflection. You need to test from an external IP, so using a cell phone connection for example.

                  D 1 Reply Last reply Reply Quote 0
                  • D
                    Djkáťo @stephenw10
                    last edited by

                    @stephenw10 is that true even when I'm connecting from a "different network"? I use WAN on my pc, and the server is on OPT. Regardless, I just tested on my phone data and it still just times out. It should work, cuz when I try to reach for example {public_ip}:2283 it doesn't work, but 10.0.1.10:2283 works (I made a virtual eth connection for that vlan on my pc).

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

                      Yes, it will fail from any internal subnet.

                      Look at the state counters on the firewall rules you created. That shows if that are actually matching traffic.

                      Check the actual states in Diag > States when you are connecting from some external site. You should see the incoming state on OPT with NAT and an outgoing state on PUBLIC_OPT1.

                      D 1 Reply Last reply Reply Quote 0
                      • D
                        Djkáťo @stephenw10
                        last edited by

                        @stephenw10 said in how to separate two WAN connetions into home internet and work internet virtually:

                        You should see the incoming state on OPT with NAT and an outgoing state on PUBLIC_OPT1.

                        On my phone through data I tried connecting either {public IP}:{port}, or {domain}:{port}

                        06b2aac4-d804-4593-9347-55276dd1ac7b-image.png
                        Soo I'm not sure what I see, but I see some traffic, but it's CLOSED. I assume this is because the server is not responding? From what I read online unraid doesn't have any firewall, and accepts anything coming in. The ports are to real services, and when I copy paste the destination IP to those services I see them, just not publicly.
                        I guess I must be close. Any idea what this could be?

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

                          OK two things there.

                          The incoming state is shown on all interfaces and that's a problem for a non-default WAN because it need 'reply-to' tags in order to go back out the OPT.
                          Do you have an interface group or floating rules passing traffic there?

                          The closed state from the target really does look like it's just rejecting that traffic. A lot of devices will reject any traffic from outside their own subnet unless set to allow it specifically.

                          D 1 Reply Last reply Reply Quote 0
                          • D
                            Djkáťo @stephenw10
                            last edited by

                            @stephenw10 I don't have any floating rules or interface groups configured. I looked through all firewall settings, and don't see anything that would enforce something like that? Here's my entire config(stripped of certs, public IPs, passwords), maybe you'll find the offender: config-pfSense.lan-20250513135023.xml

                            I'll look again into how to allow unraid to accept those connections, but I already looked before and didn't find any settings regarding firewall or public access before.

                            Thank you for your time

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

                              What pfSense version is that running?

                              D 1 Reply Last reply Reply Quote 0
                              • D
                                Djkáťo @stephenw10
                                last edited by

                                @stephenw10 c9697fb7-7c5b-49d6-8f91-6d1adc28873a-image.png pfsense+ 24.11

                                1 Reply Last reply Reply Quote 1
                                • D
                                  Djkáťo
                                  last edited by

                                  I'm kind of out of my depth here, I'd appreciate any tips on how to solve this issue :)
                                  Anyone got any ideas?

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

                                    Is it just the inbound traffic that's failing or are you also seeing outbound not using the correct WAN?

                                    Try to ping the target server from pfSense itself. It should respond.

                                    Then try again but set the ping source IP to some other interface. Does it still respond?

                                    D 1 Reply Last reply Reply Quote 0
                                    • D
                                      Djkáťo @stephenw10
                                      last edited by

                                      @stephenw10

                                      • PUBLIC_OPT1(servers VLAN) > server works
                                        a1994e02-6850-4088-8c03-f9b9784c8db4-image.png
                                      • OPT > server doesn't work
                                        673e9320-c653-4197-a781-6faeaae77498-image.png
                                      • WAN > server doesn't work
                                        e6ede84b-0728-41ab-afb4-7ca3229aa6b7-image.png
                                      • Public IP > server doesn't work
                                        b2720227-0177-47bf-9076-ce2c2d461b01-image.png

                                      Though I'm not sure if I'm using the wrong address? The interfaces' ips are in different subnets, so I don't know if they should be able to ping.

                                      My server has access to the internet, ping 1.1.1.1 from the server works. I don't really know which WAN it's using though. I assume WAN and not OPT, because the only way I got the vlan to work is by keeping default vlan untagged and add vlan 10 as tagged. How could I force only vlan 10 to be what the server has access to?
                                      f39d8580-63a3-41f0-9b01-471f58ed31e8-image.png

                                      stephenw10S 1 Reply Last reply Reply Quote 0
                                      • stephenw10S
                                        stephenw10 Netgate Administrator @Djkáťo
                                        last edited by

                                        @Djkáťo said in how to separate two WAN connetions into home internet and work internet virtually:

                                        My server has access to the internet, ping 1.1.1.1 from the server works. I don't really know which WAN it's using though.

                                        Start a continuous ping on the server. Check the states created on the firewall. it should be pretty obvious which WAN it's using.

                                        I see your OPT interface is using a private subnet. That implies there is another layer of NAT upstream of it, some other router. That would need to be configured to pass all incoming traffic to pfSense.

                                        D 1 Reply Last reply Reply Quote 0
                                        • D
                                          Djkáťo @stephenw10
                                          last edited by

                                          @stephenw10 said in how to separate two WAN connetions into home internet and work internet virtually:

                                          That implies there is another layer of NAT upstream of it, some other router

                                          The ISP explained it as it being the fiberoptic router I got installed. I was wondering about it as well. How can I have a private IP on my OPT interface but have them claim I have a public IP?

                                          So should I reach out to my ISP and ask about this?

                                          D 1 Reply Last reply Reply Quote 0
                                          • D
                                            Djkáťo @Djkáťo
                                            last edited by

                                            I have just tried isolating the server to only vlan 10 like this:
                                            82f1c1e0-8229-43d4-9521-09b74d69ace2-image.png
                                            and after I added a firewall rule to allow LAN > PUBLIC_OPT1, I can access it on 10.0.1.10! And I bet it's only using OPT now.
                                            But I wonder where this IP address is coming from. It doesn't match any of my interfaces, and DHCP on that interface is set to give out 10.0.1.0/24. Where did it get this address from?

                                            d6a4d4d3-7a19-45dd-87de-fc824c5ac52a-image.png

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