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

    Can't create new bridge

    General pfSense Questions
    2
    18
    2.7k
    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.
    • I
      ionutr
      last edited by

      I'm afraid I don't have anything like that in my config. As I said before, I have no bridges configured :)

      1 Reply Last reply Reply Quote 0
      • jimpJ
        jimp Rebel Alliance Developer Netgate
        last edited by

        Ah, OK, so it never actually creates the bridge at all? No entry in the list on the bridges tab?

        Remember: Upvote with the 👍 button for any user/post you find to be helpful, informative, or deserving of recognition!

        Need help fast? Netgate Global Support!

        Do not Chat/PM for help!

        1 Reply Last reply Reply Quote 0
        • I
          ionutr
          last edited by

          Nope. When I try to create the bridge it gives me the error from the first post and in the log I have the two lines from the first post.

          http://abload.de/img/pfsense.altominterfacdhoyk.png

          1 Reply Last reply Reply Quote 0
          • jimpJ
            jimp Rebel Alliance Developer Netgate
            last edited by

            Following through the code it looks like the only way that can happen is if the function to create a new bridge interface at the OS level fails. It's possible something is amiss with your setup or maybe even something didn't get upgraded properly (like the pfsense PHP module) but I'd expect far more trouble than this if that were the case.

            Do any bridge interfaces show up in "ifconfig -a"?

            I can't seem to reproduce any problem like this, you might want to back up the config, reinstall pfSense, and then restore the config to make sure you have a consistent FS/install.

            Remember: Upvote with the 👍 button for any user/post you find to be helpful, informative, or deserving of recognition!

            Need help fast? Netgate Global Support!

            Do not Chat/PM for help!

            1 Reply Last reply Reply Quote 0
            • I
              ionutr
              last edited by

              This is what I get with the "ifconfig -a" command:

              bge0: flags=8843 <up,broadcast,running,simplex,multicast>metric 0 mtu 1500
                      options=8009b <rxcsum,txcsum,vlan_mtu,vlan_hwtagging,vlan_hwcsum,linkstate>ether 00:11:43:0f:ec:06
                      inet6 fe80::211:43ff:fe0f:ec06%bge0 prefixlen 64 scopeid 0x1
                      inet x.x.x.x netmask 0xfffff800 broadcast x.x.x.x
                      nd6 options=21 <performnud,auto_linklocal>media: Ethernet autoselect (100baseTX <full-duplex>)
                      status: active
              re0: flags=8843 <up,broadcast,running,simplex,multicast>metric 0 mtu 1500
                      options=8209b <rxcsum,txcsum,vlan_mtu,vlan_hwtagging,vlan_hwcsum,wol_magic,linkstate>ether 00:1f:1f:fa:17:96
                      inet6 fe80::21f:1fff:fefa:1796%re0 prefixlen 64 scopeid 0x2
                      nd6 options=21 <performnud,auto_linklocal>media: Ethernet autoselect (100baseTX <full-duplex>)
                      status: active
              rl0: flags=8843 <up,broadcast,running,simplex,multicast>metric 0 mtu 1500
                      options=2008 <vlan_mtu,wol_magic>ether 00:e0:4c:69:0f:20
                      inet6 fe80::2e0:4cff:fe69:f20%rl0 prefixlen 64 scopeid 0x3
                      inet 192.168.x.x netmask 0xffffff00 broadcast 192.168.x.x
                      nd6 options=21 <performnud,auto_linklocal>media: Ethernet autoselect (100baseTX <full-duplex>)
                      status: active
              ath0: flags=8802 <broadcast,simplex,multicast>metric 0 mtu 2290
                      ether f4:ec:38:b3:32:51
                      nd6 options=21 <performnud,auto_linklocal>media: IEEE 802.11 Wireless Ethernet autoselect (autoselect)
                      status: no carrier
              pflog0: flags=100 <promisc>metric 0 mtu 33172
              pfsync0: flags=0<> metric 0 mtu 1500
                      syncpeer: 224.0.0.240 maxupd: 128 defer: on
                      syncok: 1
              lo0: flags=8049 <up,loopback,running,multicast>metric 0 mtu 16384
                      options=600003 <rxcsum,txcsum,rxcsum_ipv6,txcsum_ipv6>inet 127.0.0.1 netmask 0xff000000
                      inet6 ::1 prefixlen 128
                      inet6 fe80::1%lo0 prefixlen 64 scopeid 0x7
                      nd6 options=21 <performnud,auto_linklocal>enc0: flags=0<> metric 0 mtu 1536
                      nd6 options=21 <performnud,auto_linklocal>ovpns1: flags=8943 <up,broadcast,running,promisc,simplex,multicast>metric 0 mtu 1500
                      options=80000 <linkstate>ether 00:bd:eb:70:00:01
                      inet6 fe80::2bd:ebff:fe70:1%ovpns1 prefixlen 64 scopeid 0x9
                      nd6 options=21 <performnud,auto_linklocal>media: Ethernet autoselect
                      status: active
                      Opened by PID 11050</performnud,auto_linklocal></linkstate></up,broadcast,running,promisc,simplex,multicast></performnud,auto_linklocal></performnud,auto_linklocal></rxcsum,txcsum,rxcsum_ipv6,txcsum_ipv6></up,loopback,running,multicast></promisc></performnud,auto_linklocal></broadcast,simplex,multicast></full-duplex></performnud,auto_linklocal></vlan_mtu,wol_magic></up,broadcast,running,simplex,multicast></full-duplex></performnud,auto_linklocal></rxcsum,txcsum,vlan_mtu,vlan_hwtagging,vlan_hwcsum,wol_magic,linkstate></up,broadcast,running,simplex,multicast></full-duplex></performnud,auto_linklocal></rxcsum,txcsum,vlan_mtu,vlan_hwtagging,vlan_hwcsum,linkstate></up,broadcast,running,simplex,multicast>

              1 Reply Last reply Reply Quote 0
              • jimpJ
                jimp Rebel Alliance Developer Netgate
                last edited by

                Nothing unusual there… for giggles, try running this:

                ifconfig bridge create
                

                (edit: just "bridge" not "bridge0" there)

                Remember: Upvote with the 👍 button for any user/post you find to be helpful, informative, or deserving of recognition!

                Need help fast? Netgate Global Support!

                Do not Chat/PM for help!

                1 Reply Last reply Reply Quote 0
                • I
                  ionutr
                  last edited by

                  Done.

                  [2.2.4-RELEASE][root@pfsense.x]/root: ifconfig bridge create
                  bridge0

                  1 Reply Last reply Reply Quote 0
                  • jimpJ
                    jimp Rebel Alliance Developer Netgate
                    last edited by

                    Then I'd suspect something in the PHP install/libraries. At a minimum, try forcing an upgrade to the exact same version you're already on, though a reinstall would be a better bet.

                    Remember: Upvote with the 👍 button for any user/post you find to be helpful, informative, or deserving of recognition!

                    Need help fast? Netgate Global Support!

                    Do not Chat/PM for help!

                    1 Reply Last reply Reply Quote 0
                    • I
                      ionutr
                      last edited by

                      Thanks, I think I'll try that out. Could be possible that a future upgrade to 2.2.5 (when it will come out) will solve my problem? :)

                      1 Reply Last reply Reply Quote 0
                      • jimpJ
                        jimp Rebel Alliance Developer Netgate
                        last edited by

                        It's possible but difficult to say. I wouldn't wait for that to come along to fix it. 2.2.5 itself wouldn't likely be the fix, but whatever the upgrade might rewrite on the system itself would potentially help.

                        Remember: Upvote with the 👍 button for any user/post you find to be helpful, informative, or deserving of recognition!

                        Need help fast? Netgate Global Support!

                        Do not Chat/PM for help!

                        1 Reply Last reply Reply Quote 0
                        • I
                          ionutr
                          last edited by

                          Thanks for your help. I'll reinstall pfSense, reconfigure it and I'll come back with the result.

                          1 Reply Last reply Reply Quote 0
                          • I
                            ionutr
                            last edited by

                            It all works fine after the clean install. Thanks for the support :)

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