楼主 怎么才能和windows通讯,tap网卡通讯,启动改成这样,最后配置IP,还是不能和TAP通讯
..\qemu.exe -L ..\bios -hda asa802.vmdk -hdachs 980,16,32 -kernel vmlinuz -initrd asa802-k8.gz -m 256 --no-kqemu -append "auto nousb ide1=noprobe bigphysarea=16384 console=ttyS0,9600n8 hda=980,16,32" -net nic,vlan=0,model=i82559er,macaddr=00:aa:00:00:02:01 -net tap,vlan=0,ifname=tap0 -net nic,vlan=1,model=i82559er,macaddr=00:aa:00:00:02:02 -net tap,vlan=1,ifname=tap1 -serial telnet::1007,server,nowait