dirtyfreebooter
Explorer
- Joined
- Oct 3, 2020
- Messages
- 72
Running TrueNAS-12.0-U1.1
I have a simple bridge interface
I have that bridge used in jails and VMs.
After I reboot, there is NO connectivity in any jails or VM. If I
Using this bridge for 4 jails and 7 VMs. How do I get it to be active on boot? Is this is known bug?
I have a simple bridge interface
bridge0 -> ixl1I have that bridge used in jails and VMs.
After I reboot, there is NO connectivity in any jails or VM. If I
ifconfig ixl1 up in the shell, all jails and VMs immediately have connectivity. When I reboot, I checked the link status and it seems fine. All the status in UniFi controller regarding that switch port also seems great.Code:
root@behemoth[~]# ifconfig ixl1
ixl1: flags=8943<UP,BROADCAST,RUNNING,PROMISC,SIMPLEX,MULTICAST> metric 0 mtu 1500
options=a500b9<RXCSUM,VLAN_MTU,VLAN_HWTAGGING,JUMBO_MTU,VLAN_HWCSUM,VLAN_HWFILTER,VLAN_HWTSO,RXCSUM_IPV6>
ether 9c:69:b4:61:f2:e7
media: Ethernet autoselect (10Gbase-SR <full-duplex>)
status: active
nd6 options=1<PERFORMNUD>Using this bridge for 4 jails and 7 VMs. How do I get it to be active on boot? Is this is known bug?
Last edited: