search for: macvtapx

Displaying 2 results from an estimated 2 matches for "macvtapx".

Did you mean: macvtap
2013 Nov 22
0
Re: Query:: Reg: Libvirt Networking
...queries are: > (i) For each interface that I attach to my guests, will a new vnetX > (X=0,1,2,3,...) be created? Yes. Each guest interface (except those of type='hostdev', which are just host hardware devices passed through to the guest) has a corresponding unique vnetX tap device or macvtapX device. The socket end of this tap/macvtap device is connected to the qemu process, and the netdev end is connected to a Linux host bridge, OpenvSwitch bridge (in the case of tap), or directly to a host network device (in the case of macvtap). > (ii) Can two different active networks share the...
2013 Nov 21
2
Query:: Reg: Libvirt Networking
Currently, I have two networks configured via xml: virsh # net-dumpxml TestNetwork1 <network connections='2'> <name>TestNetwork1</name> <uuid>a76f665a-0196-4edb-81b4-340944a6869c</uuid> <forward dev='p1p1' mode='nat'> <nat> <port start='1024' end='65535'/> </nat> <interface