Re: [Qemu-devel] Setting up tun/tap network doesn't work

2005-10-14 Thread Marco Matthies
Hi Alexander, as I also struggled hard to get qemu networking running, so i will post my notes that i made when i finally managed to get it going. But first a resource that might help you: faq in the unofficial qemu wiki: http://lilly.csoft.net/~jeffryj/cgi-bin/moin.cgi/FrequentlyAskedQuestio

Re: [Qemu-devel] Setting up tun/tap network doesn't work

2005-10-14 Thread Jim C. Brown
On Fri, Oct 14, 2005 at 11:14:29PM +0200, Alexander Skwar wrote: > Hello. > > I'm trying to get qemu 0.7.2 on Gentoo Linux to work with tun/tap > network - but fail to do so :/ > > Thus, network isn't setup properly inside the qemu "guest". > > Rather obviously, I seem to be missing something. B

Re: [Qemu-devel] Setting up tun/tap network doesn't work

2005-10-14 Thread Alexander Skwar
Hi! Jim C. Brown schrieb: > Make sure the guest supports the ne2k-pci driver (either compiled in or loaded > as a module). from the output you provided, it appears that your guest kernel > lacks the right ethernet driver. Check the output of dmesg to see if ne2k > is mentioned. I used the linux-

Re: [Qemu-devel] Setting up tun/tap network doesn't work

2005-10-16 Thread Henrik Nordstrom
On Fri, 14 Oct 2005, Alexander Skwar wrote: QEMU Linux test distribution (based on Redhat 9) Type 'exit' to halt the system SIOCSIFADDR: No such device eth0: unknown interface: No such device You are missing the correct network driver for the emulated NIC provided by QEMU. This is not rel

Re: [Qemu-devel] Setting up tun/tap network doesn't work

2005-10-17 Thread Alexander Skwar
Henrik Nordstrom schrieb: > On Fri, 14 Oct 2005, Alexander Skwar wrote: > >> QEMU Linux test distribution (based on Redhat 9) >> >> Type 'exit' to halt the system >> >> SIOCSIFADDR: No such device >> eth0: unknown interface: No such device > > You are missing the correct network driver for the em