minor changes regarding bridge setup to README

This commit is contained in:
Martin Bley
2026-01-04 18:37:04 +01:00
parent e336c40cd9
commit 8c9b584f41

View File

@@ -36,15 +36,20 @@ Info about current connetions
Add bridge Add bridge
# nmcli con add type bridge ifname labBridge0 # nmcli con add ifname br0 type bridge con-name br0
Add interface to the bridge Add interface to the bridge
# nmcli con add type bridge-slave ifname wlp4s0 master labBridge0 # nmcli con add type bridge-slave ifname <interface_name> master br0
Turn on the bridge Turn on the bridge (and turn off bridge-slave)
# nmcli con up bridge-labBridge0 # nmcli con down "Wired connection 1"
# nmcli con up br0
Wait a few seconds
$ nmcli con show
## Hypervisor ## Hypervisor