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

    Bridge LAN ports to act like a switch

    Scheduled Pinned Locked Moved General pfSense Questions
    61 Posts 10 Posters 102.8k 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.
    • B
      balubeto
      last edited by

      Ok but how do I view and change the IP address of Bridge0 so that it has 192.168.1.254 as IP?

      In other words, it is possible to have this configuration:

      1. 10.0.0.1          –-> WAN Gateway

      2. 192.168.1.1      ---> LAN Gateway (in order to access the firewall with this IP address)

      3. 192.168.1.254  –-> Bridge0

      If so, how do I do this?

      Thanks

      Bye

      balubeto

      1 Reply Last reply Reply Quote 0
      • W
        wallabybob
        last edited by

        @balubeto:

        Ok but how do I view and change the IP address of Bridge0 so that it has 192.168.1.254 as IP?

        Why?

        If LAN is assigned to bridge0 and LAN is configured to have IP address 192.168.1.1 then bridge0 gets 192.168.1.1.

        It is possible to assign multiple IP addresses to an interface, but do you really need that?

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

          In your original post, here, you asked about configuring your machine to have 1 WAN port and the other 4 ports configured as a single LAN. That is what I have explained.
          Do you now want to have 1 WAN, 1 LAN and the three other ports configured as a switch? (a different interface)

          Steve

          1 Reply Last reply Reply Quote 0
          • B
            balubeto
            last edited by

            I would simply like to create a bridge that joins the 4 network cards in order to create a 192.168.1.x network. I tried to follow the stephenw10 method, but, after completing the step 5, I can not longer access my firewall in any way with my computer that has Windows 7 SP1 64 bit. How come?

            Thanks

            Bye

            balubeto

            1 Reply Last reply Reply Quote 0
            • W
              wallabybob
              last edited by

              @balubeto:

              after completing the step 5, I can not longer access my firewall in any way with my computer that has Windows 7 SP1 64 bit. How come?

              It is almost impossible to say because you haven't told us exactly what you have done and you haven't told us how you are attempting to access the firewall and what response you are getting.

              1. How are you trying to access the firewall? (ping? web? … ) What response do you get?

              2. Have you tried connecting the Windows system to another port that is a member of the bridge? What response do you get then?

              3. You asked about setting LAN interface to 192.168.1.254 when it was apparently previously set to 192.168.1.1. There was no explanation why you wanted to do this. PERHAPS you didn't quite follow Steve's instructions and have ended up with inconsistencies in your network. In a small number of cases I have found my pFsense sometimes has seemed to need to be rebooted after "significant" changes to IP addresses. Have you rebooted pfSense? Have you verified your Windows system and the pfSense LAN interface are on the same IP subnet?

              1 Reply Last reply Reply Quote 0
              • chpalmerC
                chpalmer
                last edited by

                In order for you to accomplish what you wish you have to make changes that will possibly lock you out if you don't think clearly about what you do and how each step will affect the setup.

                Keep in mind that you have to keep a reachable interface at all times.

                When you decide on what LAN subnet you wish to use Id create one of the physical interfaces with another temporary subnet. Build the bridge, give it its address, add the remaining interfaces to it and verify they work, and configure the rest of the firewall from the bridge including adding the final interface that was given the original temporary address. because once you make that interface "none", it will be useless until you add it to the bridge.

                My guess is that unless you left a way to configure via the wan interface that you need to start over.

                Triggering snowflakes one by one..
                Intel(R) Core(TM) i5-4590T CPU @ 2.00GHz on an M400 WG box.

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

                  @balubeto:

                  after completing the step 5, I can not longer access my firewall in any way

                  You are able to access it after step 4 though?

                  If you have locked yourself out of the box for whatever reason, and rebooting does not solve it, you can temporarily disable the firewall from the console. Described here:
                  http://doc.pfsense.org/index.php/I_locked_myself_out_of_the_WebGUI,_help!#Remotely_Circumvent_Firewall_Lockout_by_Temporarily_Changing_the_Firewall_Rules

                  Once you have access modify your firewall rules to prevent the lockout.

                  Steve

                  1 Reply Last reply Reply Quote 0
                  • B
                    balubeto
                    last edited by

                    In practice, after step 4, I have to restart the firewall from the console to perform step 5 via web.

                    Instead, after step 5, Windows 7 identifies the connection as a public network unidentified. Then, Internet no longer works and I can not access longer the firewall via web with the IP address 192.168.1.1.

                    So, anyone have any idea on how to fix this?

                    Thanks

                    Bye

                    balubeto

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

                      Windows 7 complains because the MAC of the bridge interface is regenerated each time at boot, because it's not a real NIC.
                      To prevent this happening you can set a MAC address for the bridge interface which will be used every time. You can do this under Interface: Lan: (assuming LAN is assigned as bridge0).

                      See: http://forum.pfsense.org/index.php/topic,54666.0.html

                      Steve

                      1 Reply Last reply Reply Quote 0
                      • B
                        balubeto
                        last edited by

                        @stephenw10:

                        Windows 7 complains because the MAC of the bridge interface is regenerated each time at boot, because it's not a real NIC.
                        To prevent this happening you can set a MAC address for the bridge interface which will be used every time. You can do this under Interface: Lan: (assuming LAN is assigned as bridge0).

                        See: http://forum.pfsense.org/index.php/topic,54666.0.html

                        Steve

                        In the Interface: Lan window, I have to insert the MAC address of the network card of the computer or a network card of the firewall?

                        Thanks

                        Bye

                        balubeto

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

                          No. Do not use one of the existing MAC addresses. Make up a MAC and use that. It doesn't matter what the address is just that you have defined one to use to prevent pfSense choosing a new one each time at boot.

                          Steve

                          1 Reply Last reply Reply Quote 0
                          • B
                            balubeto
                            last edited by

                            @stephenw10:

                            No. Do not use one of the existing MAC addresses. Make up a MAC and use that. It doesn't matter what the address is just that you have defined one to use to prevent pfSense choosing a new one each time at boot.

                            Steve

                            How do I create a valid MAC address?

                            Thanks

                            Bye

                            balubeto

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

                              It simply has to be the correct length of hexidecimal figures. For example you could use: 00:11:22:33:44:55
                              That would be obviously fake which is useful to anyone trying to diagnose a problem later.
                              See screenshot from my Status: Interfaces: page.

                              Steve

                              ![bridge status.jpg](/public/imported_attachments/1/bridge status.jpg)
                              ![bridge status.jpg_thumb](/public/imported_attachments/1/bridge status.jpg_thumb)

                              1 Reply Last reply Reply Quote 0
                              • E
                                extide
                                last edited by

                                @balubeto:

                                Ok but how do I view and change the IP address of Bridge0 so that it has 192.168.1.254 as IP?

                                In other words, it is possible to have this configuration:

                                1. 10.0.0.1          –-> WAN Gateway

                                2. 192.168.1.1      ---> LAN Gateway (in order to access the firewall with this IP address)

                                3. 192.168.1.254  –-> Bridge0

                                If so, how do I do this?

                                Thanks

                                Bye

                                I think you are mis-understanding this. When you create a bridge the NIC doesnt have an IP anymore, the bridge actually has the ip, and the bridge represents any or all of the nic's in the bridge.

                                So you will end up like this:

                                1. 10.0.0.1          –-> WAN Gateway

                                2. 192.168.1.1      ---> Bridge0 / LAN Gateway (in order to access the firewall with this IP address)

                                There is no need for an additional IP.

                                1 Reply Last reply Reply Quote 0
                                • B
                                  balubeto
                                  last edited by

                                  I tried to insert a fictitious MAC address to the LAN interface before including it in the Bridged0 but, then, Windows 7 still identify the connection between my computer and the firewall as an unidentified network and thus I have the same problems as before . So when I have to insert this MAC?

                                  Thanks

                                  Bye

                                  balubeto

                                  1 Reply Last reply Reply Quote 0
                                  • E
                                    extide
                                    last edited by

                                    Well, yes it will be un-identified initially, but once you mark that network at private, then it should stay that way.

                                    1 Reply Last reply Reply Quote 0
                                    • B
                                      balubeto
                                      last edited by

                                      @extide:

                                      Well, yes it will be un-identified initially, but once you mark that network at private, then it should stay that way.

                                      No, the problem is that Windows 7 identifies the connection as a public network not identified even if I restart the firewall from console. Unfortunately, Windows 7 does not allow to change the network type, and then I can no longer access the firewall via web and the internet. So, how do I fix this?

                                      Thanks

                                      Bye

                                      balubeto

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

                                        See my screenshot a few posts back for how it should be setup. My interface is named LAN5, yours will be named LAN.

                                        You need to insert the fake MAC onto LAN after you have assigned it as bridge0. The problem is that Windows looks at the MAC address of the DHCP server. The DHCP server is running on LAN (bridge0) so the MAC changes at every boot and Windows warns you that you have connected to a new, unknown, DHCP server.

                                        Steve

                                        1 Reply Last reply Reply Quote 0
                                        • E
                                          extide
                                          last edited by

                                          Also once you have completed the above steps, you WILL get an 'unidentified network' popup, but once you accept it there it should not come up again.

                                          1 Reply Last reply Reply Quote 0
                                          • B
                                            balubeto
                                            last edited by

                                            @stephenw10:

                                            See my screenshot a few posts back for how it should be setup. My interface is named LAN5, yours will be named LAN.

                                            You need to insert the fake MAC onto LAN after you have assigned it as bridge0. The problem is that Windows looks at the MAC address of the DHCP server. The DHCP server is running on LAN (bridge0) so the MAC changes at every boot and Windows warns you that you have connected to a new, unknown, DHCP server.

                                            Steve

                                            It is possible to disable this DHCP server on LAN (Bridge0). If so, how do I do this?

                                            Thanks

                                            Bye

                                            balubeto

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