Displaying 1 result from an estimated 1 matches for "virt20".
Did you mean:
virt2
2017 Jun 15
1
[qemu-kvm] Network bandwidth limits via libvirt
...the net info is:
virsh # net-info nat_limit
Name: nat_limit
UUID: 4b5e128d-9ad0-4ccc-9424-dee60b71861a
Active: yes
Persistent: yes
Autostart: yes
Bridge: virbr1
Then, I create my VM, and the source of interface is the network, like this:
virsh # dumpxml virt20
...
<interface type='network'>
<mac address='52:54:00:a2:5b:10'/>
<source network='nat_limit' bridge='virbr1'/>
<target dev='vnet2'/>
<model type='rtl8139'/>
<alias name='net0'...