Re: [Qemu-discuss] Getting tap networking working

2014-06-05 Thread Vlad Yasevich
On 06/04/2014 07:22 PM, Dale R. Worley wrote: > > 3) Setting a unique MAC address on the guest side of each VM's > interface. QEMU provides each virtual NIC with a MAC address (of > course), but it is *not* taken from the MAC address of the tap device > it is connected to. If you don't specify i

Re: [Qemu-discuss] Getting tap networking working

2014-06-04 Thread Dale R. Worley
> From: Vlad Yasevich > The problem is that openvpn creates a tun type device which is a > layer 3 (IP) device, not an layer 2 (ethernet) device. As such, > I am really surprised you could even bridge the two. That should > have been rejected, as bridge requires ethernet type devices. > > You

Re: [Qemu-discuss] Getting tap networking working

2014-06-03 Thread Vlad Yasevich
On 06/03/2014 03:47 PM, Dale R. Worley wrote: > I'm trying to get 'tap' networking working, but it seems that there's > something I'm overlooking. However, I've followed all the advice I've > been able to track down on the Web. > > On the host: > brctl addbr br0 > ifconfig br0 up > >