Update README.md

This commit is contained in:
theamma
2025-04-30 19:37:26 +02:00
committed by GitHub
parent f40f15c9aa
commit b962a52971

View File

@@ -43,3 +43,16 @@ Here we create a new network to be used by the edge router torino by creating a
<forward mode="bridge" />
<bridge name="br0" />
</network>
To create the network on the hypervisor, run
$ virsh net-define bridged-network.xml
Then start it
$ virsh net-start bridged-network
$ virsh net-autostart bridged-network
$ virsh net-list
Name Status Automatischer Start Bleibend
------------------------------------------------------------
bridged-network Aktiv ja ja