Re: [Qemu-devel] User mode network and multiple nics

2005-12-13 Thread John R. Hogerhuis
User Mode networking is a little tricky to understand. Imagine the restrictions on your implementation if you had to implement full networking for another entity, but you had to do it as a regular user. For instance, don't expect ping (ICMP) to work since a regular user cannot create a raw socket.

[Qemu-devel] User mode network and multiple nics

2005-12-12 Thread Cesare Leonardi
Hi all. Some days ago i have done some tests using the user mode network stack with multiple network interfaces and i noticed some strange behaviours that i would report to you. I use QEMU 0.7.2 under Debian Sid, using the package provided by the distribution, and the guest OS is Debian testing.