inman.turbo
Contributor
- Joined
- Aug 27, 2019
- Messages
- 149
Bridges, etc can only be managed via direct console access (or ipmi) because all network connectivity is lost between changes. For example one can do the following:
And by all connectivity I mean ALL network connectivity. Not just for the ports or networks being affected by the changes, which makes no sense to me.
Is this not the experience for everyone, and will this be fixed?
- create bridge in truenas scale (requires console access!*)Code:
cli -c "network interface create name=br1 type=BRIDGE bridge_members=enp2s0"
- commit changesCode:
cli -c "network interface commit"
- persist changesCode:
cli -c "network interface checkin"
- Reboot system!
And by all connectivity I mean ALL network connectivity. Not just for the ports or networks being affected by the changes, which makes no sense to me.
Is this not the experience for everyone, and will this be fixed?