This shows you the differences between two versions of the page.
— |
libvirt_add_nic_to_vm [2014/12/09 08:59] (current) admin created |
||
---|---|---|---|
Line 1: | Line 1: | ||
+ | {{tag>[kvm libvirt nic]}} | ||
+ | ~~TOC~~ | ||
+ | =====Libvirt - add NIC to VM===== | ||
+ | <code>virsh attach-interface <vmname> --type bridge --source <brigename> --model virtio --config</code> |