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

    SG-2100 MULTI-WAN CONFIGURATIONS

    Scheduled Pinned Locked Moved General pfSense Questions
    40 Posts 4 Posters 6.1k 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.
    • T
      Tiger 0
      last edited by

      Hi Everyone

      I'd like to ask if the SG-2100 has the capability for 3 or more ISP WAN Configurations?

      Thank you in advance.
      Christian

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

        @tiger-0 Yes you can make the ports act like discrete ports using VLANs.
        https://docs.netgate.com/pfsense/en/latest/solutions/netgate-2100/switch-overview.html

        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!

        T 1 Reply Last reply Reply Quote 2
        • T
          Tiger 0 @SteveITS
          last edited by

          @steveits is it possible to make it WAN ports by assigning them as WAN without using the VLAN configuration? Just like the same process when configuring the appliance for dual ISP. Or any other way to make it WAN but not using the VLAN configuration?

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

            @tiger-0 Thereโ€™s not really a down side to doing it this way. They act like normal independent ports.

            Otherwise the four LAN ports are on a switch.

            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!

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

              Yeah, you need to use VLANs internally to separate the 'LAN' ports in order to use one of them as a WAN. It's not hard to do though.

              Steve

              T S 2 Replies Last reply Reply Quote 1
              • S
                SteveITS Galactic Empire @SteveITS
                last edited by

                If your concern is needing VLAN support on a switch or other devices, none of that is necessary. If you follow the steps in the doc page, the port just behaves like its own interface and nothing else needs changing.

                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 3
                • T
                  Tiger 0 @stephenw10
                  last edited by

                  @stephenw10 if VLAN is the only way to make 3 or more WAN ports, is it applicable to the rest model of the SG and XG series?

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

                    It applies when you need to use ports connected via a switch as discrete interfaces. So that might be the 1100, 2100, 3100 or 7100. Depending on what ports and how many.

                    Steve

                    1 Reply Last reply Reply Quote 1
                    • S
                      skbnet @stephenw10
                      last edited by

                      @stephenw10 said in SG-2100 MULTI-WAN CONFIGURATIONS:

                      ou need to use VLANs internally to separate the 'LAN' ports in order to use one of them as a WAN. It's not hard to do though.

                      I bought SG 2100 recently. I am going via the VLAN route to setup an additional port as per the steps provided in the documentation. However, I am still not able to connect to the internet with that new interface. Can you please point me to a step-by-step resource/video?

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

                        It's shown here:
                        https://docs.netgate.com/pfsense/en/latest/solutions/netgate-2100/configuring-the-switch-ports.html

                        Don't forget that once you create the discrete port as an interface you still need to add firewall rules on it and enable a DHCP server if you need it.

                        Steve

                        S 1 Reply Last reply Reply Quote 0
                        • S
                          skbnet @stephenw10
                          last edited by

                          Thanks @stephenw10
                          After creating the discrete interface on LAN port 4 as described in the link you provided, I added a firewall rule (pass, any to any). As I want to use this interface as secondary WAN, I assume I don't need to configure a DHCP server on this interface. Do I?

                          I am currently getting "Offline, Packetloss" on my Gateway status. Am I missing anything here?

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

                            @skbnet said in SG-2100 MULTI-WAN CONFIGURATIONS:

                            I added a firewall rule (pass, any to any). As I want to use this interface as secondary WAN, I assume I don't need to configure a DHCP server on this interface. Do I?

                            The firewall rule is to allow from LAN to the Internet. If it's a WAN you normally do NOT want that rule since that would allow inbound traffic (including to the pfSense GUI/SSH). And no a DHCP server would be for an internal interface.

                            There is a doc category for multi-WAN: https://docs.netgate.com/pfsense/en/latest/multiwan/index.html

                            Also a forum category, if you're asking how to set up multiple WANs you might ask there: https://forum.netgate.com/category/21/routing-and-multi-wan

                            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
                            • stephenw10S
                              stephenw10 Netgate Administrator
                              last edited by

                              Ah OK, if you're using it as a WAN then you don't need any firewall rules on it. Unless you need to allow in traffic from the internet. So remove (or disable) that rule.
                              And, no, you don't need a DHCP server on it.

                              See: https://docs.netgate.com/pfsense/en/latest/solutions/netgate-2100/opt-wan.html

                              Steve

                              S 1 Reply Last reply Reply Quote 0
                              • S
                                skbnet @stephenw10
                                last edited by

                                @stephenw10 Still getting "Offline, Packetloss" on my Gateway status.

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

                                  @skbnet Is the subnet mask correct? (i.e. not /32) If the upstream router doesn't respond to pings you can change the monitoring IP or disable gateway monitoring in System/Routing.

                                  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!

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

                                    How have you configured the new WAN? What is the port connected to?

                                    S 1 Reply Last reply Reply Quote 0
                                    • S
                                      skbnet @SteveITS
                                      last edited by

                                      @steveits I configured the new discrete port (LAN4) IPv4 Configuration Type: DHCP. It did not work. I also used StaticIP4 with subnet /24, then also it did not work.
                                      I can ping the upstream router but unable to connect to the internet. The upstream router is perfectly connected to the internet.

                                      S 1 Reply Last reply Reply Quote 0
                                      • S
                                        skbnet @stephenw10
                                        last edited by

                                        @stephenw10 yes, I configured LAN4 port exactly as mentioned in this doc https://docs.netgate.com/pfsense/en/latest/solutions/netgate-2100/configuring-the-switch-ports.html with same vlan id, same lan port, etc..

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

                                          @skbnet Can you post Status/Interfaces text for that 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!

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

                                            Mmm, the fact you can ping the upstream router with static IPs set but DHCP didn't work seems very odd.

                                            Have you confirmed DHCP is enabled on the router but connecting a client to it directly?

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