add some extra context
This commit is contained in:
parent
9a3121f14b
commit
092d0d8414
1 changed files with 4 additions and 1 deletions
|
@ -55,6 +55,9 @@ For others looking, this configuration is specific to QEMU only.
|
||||||
qemu-system-x86_64 ... -netdev bridge,id=hn0 -device virtio-net-pci,netdev=hn0,id=nic1
|
qemu-system-x86_64 ... -netdev bridge,id=hn0 -device virtio-net-pci,netdev=hn0,id=nic1
|
||||||
```
|
```
|
||||||
|
|
||||||
|
This will assign the VM an address on the external network. The VM will be able to communicate with
|
||||||
|
the host and other VMs in the network.
|
||||||
|
|
||||||
You must also add `allow br0` to `/etc/qemu/bridge.conf` to allow qemu to add the tap interfaces to
|
You must also add `allow br0` to `/etc/qemu/bridge.conf` to allow qemu to add the tap interfaces to
|
||||||
the bridge. [Source](https://wiki.qemu.org/Features/HelperNetworking)
|
the bridge. [Source](https://wiki.qemu.org/Features/HelperNetworking)
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue