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.
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.