Re: [libvirt-users] Fake Network Interface

2014-01-15 Thread Andrew Martin
- Original Message - > From: "Laine Stump" > To: libvirt-users@redhat.com > Cc: "Andrew Martin" > Sent: Tuesday, January 14, 2014 3:54:51 AM > Subject: Re: [libvirt-users] Fake Network Interface > > On 12/30/2013 11:25 AM, Andrew Martin w

Re: [libvirt-users] Fake Network Interface

2014-01-14 Thread Laine Stump
On 12/30/2013 11:25 AM, Andrew Martin wrote: > Is there a supported method for creating a fake network interface in a VM's > configuration file? I was using the below construct, however it is no longer > working for me in recent versions of libvirt (libvirt 1.0.2 with qemu-kvm > 1.4.0). I assume

Re: [libvirt-users] Fake Network Interface

2014-01-13 Thread Andrew Martin
I found the answer to this question: 1. create an XML file with a fake configuration (including a subnet not in use elsewhere): fake 2. define the network: virsh net-define /path/to/fake.xml 3. autostart the network: virsh net-autostart fake 4. start the network now: virsh net-start fak