vBulletin Search Engine Optimization
| |||||||
| Register | FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
| ||||
| Hello, Could someone out there please shed some light on the very matter of setting up a Qemu virtual network? I am currently trying to use Windows 95 in a Qemu running on my Gentoo box. It looks all good, Qemu creates the network device tun0 with the ip 172.20.0.1 and netmask 255.255.0.0 and Windows 95 starts up. Windows 95 also detects a network card (I used the Realtek 8029 driver, is that correct?) which I assigned IP address 172.20.0.2, netmask 255.255.0.0. So far, everything looks good. But when I now try to ping from either of the two machines, nothing happens, but the pings go to nirvana instead. I already searched for similar problems in Google, but could not find any suitable answers. Does anybody here have a hint for me? Thanks in advance, Oliver Gmelch |
| |||
| Oliver Gmelch wrote: > and Windows 95 starts up. Windows 95 also detects a network card (I used > the Realtek 8029 driver, is that correct?) which I assigned IP address Hello! During qemu compilation I've seen ne2000 being compiled. I'm not sure, but this might be ISA NE 2000, not PCI NE 2000... In that case you'l need another driver. -- Pawel Kraszewski |
| ||||
| Hello! Thank you for your reply. I am quite sure that qemu emulates a PCI network card as "info pci" on the qemu prompt gives me this output: (qemu) info pci Bus 0, device 0, function 0: Class 0600: PCI device 8086:1237 Bus 0, device 1, function 0: Class 0601: PCI device 8086:7000 Bus 0, device 1, function 1: IDE controller: PCI device 8086:7010 BAR4: I/O at 0xc000 [0xc00f]. Bus 0, device 2, function 0: VGA controller: PCI device 1234:1111 BAR0: 32 bit memory at 0xe0000000 [0xe03fffff]. Bus 0, device 3, function 0: Ethernet controller: PCI device 10ec:8029 IRQ 9. BAR0: I/O at 0xc100 [0xc1ff]. So there is definitely a PCI network card on IRQ 9. By the way, I am using the pre-built binary version of qemu 0.6.0 available on the homepage. Strangely, not even the linux-test disk image can find a network card. |