Networks and bridges in tnscale (TrueNAS-SCALE-22.02.4)

inman.turbo

Contributor
Joined
Aug 27, 2019
Messages
149
Having some trouble with network management for VM's. I'm trying to set a host-only network using a bridge without a physical interface (br1). I already have a bridge with an interface attached (br0). However creating the bridge and clicking "test changes" results in the console outputing "br0 entered disabled state" and even after the settings revert all networks are down until a reboot or bringing br0 up manually through linux shell using "ip link" command.

There is absolutely no reason why creating a bridge without any physical interfaces attached should affect connectivity at all. Unless of course you create some sort of subnet clash but that's not the case here (br0=192.168.32.2/23, br1=192.168.253.1/24)

Also attempting to create a bridge in the console results in a python error:
bridge_error.png


This error occurs after pressing "1" to "Configure network interfaces", pressing "n" to "Create a new interface", Selecting "type", the pressing the spacebar to tick "bridge":
type_iface.png


Does anyone know how I can get this working or is this stuff just still under development?
 

Attachments

  • type_iface.png
    type_iface.png
    2.7 KB · Views: 88
Top