mirror of
https://codeberg.org/scottslowe/learning-tools.git
synced 2026-03-11 09:04:37 +00:00
Update README.md for KVM/macvtap environment
Update README.md for KVM/macvtap environment to note the need to start the Libvirt network after it is defined.
This commit is contained in:
parent
6bc3b4323f
commit
6420409937
1 changed files with 4 additions and 0 deletions
|
|
@ -36,6 +36,10 @@ Note that you'll also need a VNC client to connect the console of the nested KVM
|
|||
|
||||
sudo virsh net-define macvtap.xml
|
||||
|
||||
Then start the Libvirt network with this command:
|
||||
|
||||
sudo virsh net-start macvtap-net
|
||||
|
||||
7. **This step is very important!** Set the interface that will be used by this Libvirt network to promiscuous mode:
|
||||
|
||||
sudo ip link set eth1 promisc on
|
||||
|
|
|
|||
Loading…
Reference in a new issue