On 2014/03/12 13:47, sven falempin wrote: > > You might do better with qemu socket network devices (or the L2TPv3 > > support that was recently added to qemu head), which should allow a > > "direct" connection between the virtual interfaces, rather than using > > a bridge device that exists outside the VMs. > > > > qemu is 1.7.0 > > something like : > > vio0(bsd1) <---> socket client 127.0.0.1:5000 <---> socket server > 127.0.0.1:5000 <---> vio0(bsd2)
The sockets just talk directly to each other, you don't need a server.
