On Friday 20 July 2007, 姚春林 wrote: > > Can you try using the other nic types? I'm most interested in the > > results with the rtl8139 model. > > I have used rtl8139 the first time.Does not work. > > I think the etherboot is OK. because I can use it to boot from vmware. > and the ethereal captured the DHCP offer packet on tap nic. > How the tap-win32 and qemu deal with this packet?
qemu doesn't do anything with the network traffic. It just passes it on to your host OS. This is almost certainly a bug in your host networking configuration. i.e. you don't have a dhcp server listening on that interface. Configure it exactly the same as you would on a real network/machine. Paul