minor changes regarding bridge setup to README
This commit is contained in:
13
README.md
13
README.md
@@ -36,15 +36,20 @@ Info about current connetions
|
||||
|
||||
Add bridge
|
||||
|
||||
# nmcli con add type bridge ifname labBridge0
|
||||
# nmcli con add ifname br0 type bridge con-name br0
|
||||
|
||||
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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user