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

    Bridging two interfaces WAN(vRouter) & LAN(LAN Router) w/ OPT1(MGMT)

    Scheduled Pinned Locked Moved General pfSense Questions
    32 Posts 3 Posters 2.9k Views 3 Watching
    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.
    • NollipfSenseN Offline
      NollipfSense @juesor
      last edited by

      @juesor I shared because of this statement:

      Screen Shot 2021-05-17 at 4.40.30 PM.png

      However, if you have one good ping, you'll need to find what's blocking ... note I said a firewall rule in my first response.

      pfSense+ 23.09 Lenovo Thinkcentre M93P SFF Quadcore i7 dual Raid-ZFS 128GB-SSD 32GB-RAM PCI-Intel i350-t4 NIC, -Intel QAT 8950.
      pfSense+ 23.09 VM-Proxmox, Dell Precision Xeon-W2155 Nvme 500GB-ZFS 128GB-RAM PCIe-Intel i350-t4, Intel QAT-8950, P-cloud.

      J 1 Reply Last reply Reply Quote 0
      • J Offline
        juesor @NollipfSense
        last edited by

        @nollipfsense

        That doesn't explain that when I do "pfctl -d" pings still fail.

        I wouldn't expect bridging the interfaces had anything to do with the firewall service.

        And the fact that the FW log doesn't show any block's.

        And the fact that packet capture only shows ARP from both sides but not ICMP received.

        NollipfSenseN 1 Reply Last reply Reply Quote 0
        • NollipfSenseN Offline
          NollipfSense @juesor
          last edited by

          @juesor said in Bridging two interfaces WAN(vRouter) & LAN(LAN Router) w/ OPT1(MGMT):

          And the fact that packet capture only shows ARP from both sides but not ICMP received.

          I believe by default the firewall doesn't accept ICMP on WAN. So, one would need to add a rule Action : Pass , Interface : WAN , Protocol : ICMP , Source Type : Any, and Destination : WAN address. Although you're only using pfSense as a bridge, you still need to pass traffic from WAN to the bridge. So, that's why you'll have one good ping at the NIC but as soon as it reach the firewall, it gets shutdown.

          pfSense+ 23.09 Lenovo Thinkcentre M93P SFF Quadcore i7 dual Raid-ZFS 128GB-SSD 32GB-RAM PCI-Intel i350-t4 NIC, -Intel QAT 8950.
          pfSense+ 23.09 VM-Proxmox, Dell Precision Xeon-W2155 Nvme 500GB-ZFS 128GB-RAM PCIe-Intel i350-t4, Intel QAT-8950, P-cloud.

          J 1 Reply Last reply Reply Quote 0
          • J Offline
            juesor @NollipfSense
            last edited by

            @nollipfsense

            But there is no address on the wan interface so WAN address throws an !

            4d1cd227-0f6e-4b62-8864-4a132fb456e6-image.png

            NollipfSenseN 1 Reply Last reply Reply Quote 0
            • NollipfSenseN Offline
              NollipfSense @juesor
              last edited by NollipfSense

              @juesor said in Bridging two interfaces WAN(vRouter) & LAN(LAN Router) w/ OPT1(MGMT):

              @nollipfsense

              But there is no address on the wan interface so WAN address throws an !

              4d1cd227-0f6e-4b62-8864-4a132fb456e6-image.png

              Did all resources you have looked at as guide had WAN with an IP address? I'll visit the spiceworks and Lawrence sources again to confirm. Okay, from the spicework source note WAN has an IP.

              Screen Shot 2021-05-18 at 10.51.51 AM.png

              Also notice from the Lawrence video, WAN has IP ... it's just the bridge (transparent) that doesn't have an IP.

              Screen Shot 2021-05-18 at 11.04.46 AM.png

              pfSense+ 23.09 Lenovo Thinkcentre M93P SFF Quadcore i7 dual Raid-ZFS 128GB-SSD 32GB-RAM PCI-Intel i350-t4 NIC, -Intel QAT 8950.
              pfSense+ 23.09 VM-Proxmox, Dell Precision Xeon-W2155 Nvme 500GB-ZFS 128GB-RAM PCIe-Intel i350-t4, Intel QAT-8950, P-cloud.

              J 1 Reply Last reply Reply Quote 0
              • J Offline
                juesor @NollipfSense
                last edited by

                @nollipfsense

                Yea thats for bridging and using WAN as the gateway for traffic.

                In my case i'm just using pf to filter traffic between two locations.

                The whole transparent bridge i shouldn't need to IP anything in pfsense outside of my mgmt interface.

                I moved the two VM's to a separate vlan 913 and they can ping each other.

                Which shows connectivity. Now i'll move them back to the separate vlans 910 & 911 which are part of the bridge 910 = OPT1(vmx2) and 911 = WAN(vmx0)

                5be372ae-60cf-4e08-a55a-001400246446-image.png
                fcca4df4-c254-4550-bc62-34ac23e5de8c-image.png
                94ac028f-91c0-404a-8a93-ecb737c9275e-image.png

                109b66c2-8dfe-4051-adec-954cb47f00d0-image.png
                293c2d98-6877-4d99-b58b-aca2cda1634e-image.png

                J 1 Reply Last reply Reply Quote 0
                • J Offline
                  juesor @juesor
                  last edited by

                  @juesor

                  d1ce5fea-9219-450b-90b3-5ef36608bfd7-image.png

                  Ok so when i moved it back you can see that 2 pings worked 2 failed.

                  PF shouldn't be this willy nilly about things.

                  J 1 Reply Last reply Reply Quote 0
                  • J Offline
                    juesor @juesor
                    last edited by

                    @juesor

                    Ok this is the kick in the pants.

                    If every vm is on the same host it works. i can ping across the bridge.

                    vmotion kept moving stuff around.

                    Now I don't know how this is going to work by moving back to vyos, pfsense, and my 3850 as the 3850 is physical but we will see once i wrap my head around this.

                    e8d3d1ae-7c67-4675-85ff-8fb1283d5126-image.png

                    I was running on the cli of pfsense "tcpdump -i bridge0 host 192.168.1.1" and it started working like a Christmas miracle.

                    NollipfSenseN 1 Reply Last reply Reply Quote 0
                    • NollipfSenseN Offline
                      NollipfSense @juesor
                      last edited by

                      @juesor said in Bridging two interfaces WAN(vRouter) & LAN(LAN Router) w/ OPT1(MGMT):

                      I was running on the cli of pfsense "tcpdump -i bridge0 host 192.168.1.1" and it started working like a Christmas miracle.

                      Congratulations, your persistence paid off!

                      pfSense+ 23.09 Lenovo Thinkcentre M93P SFF Quadcore i7 dual Raid-ZFS 128GB-SSD 32GB-RAM PCI-Intel i350-t4 NIC, -Intel QAT 8950.
                      pfSense+ 23.09 VM-Proxmox, Dell Precision Xeon-W2155 Nvme 500GB-ZFS 128GB-RAM PCIe-Intel i350-t4, Intel QAT-8950, P-cloud.

                      J 1 Reply Last reply Reply Quote 0
                      • J Offline
                        juesor @NollipfSense
                        last edited by

                        @nollipfsense

                        One down side is I downgraded to 2.4.4 and it worked i put this on my production setup and it's not working.

                        I confirmed all my settings were exactly the same as the 2.4.4.

                        There is no traffic on the bridge interface but the ICMP is found on the vmx0 and vmx2 interfaces.

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