我的意思是:mmm123在
http://7200emu.hacki.at/viewtopi ... torder=asc&start=90上发的的qemu版本(11.20号编译),也就是支持PCAP的版本,我用下面命令起动:
set command_name= qemuPCAP -L . -hda FLASH -hdachs 980,16,32 -kernel vmlinuz -initrd asa802-shell.gz -m 256 --no-kqemu
set parameter= -append "auto nousb ide1=noprobe bigphysarea=16384 console=ttyS0,9600n8 hda=980,16,32"
set nic1=-net nic,vlan=0,macaddr=00:aa:00:00:02:01 -net pcap,vlan=0,ifname=\Device\NPF_{D887406D-552A-43EA-8409-5FE8FB4E4940}
set nic2=-net nic,vlan=1,macaddr=00:aa:00:00:02:02 -net pcap,vlan=1,ifname=\Device\NPF_{A269B029-B7A8-4371-BD33-8CD4346C6C17}
set options=-serial telnet::1007,server,nowait
%command_name% %parameter% %nic1% %nic2% %options%
启动后再输入如下命令:
# modprobe e100
e100: Intel(R) PRO/100 Network Driver, 3.5.10-k2-NAPI
e100: Copyright(c) 1999-2005 Intel Corporation
# ifconfig eth0 up
SIOCGIFFLAGS: No such device
# ifconfig
tap0 Link encap:Ethernet HWaddr 92:13:8E:F5:EE:AE
inet addr:127.0.2.2 Bcast:127.255.255.255 Mask:255.0.0.0
UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1
RX packets:0 errors:0 dropped:0 overruns:0 frame:0
TX packets:0 errors:0 dropped:50 overruns:0 carrier:0
collisions:0 txqueuelen:500
RX bytes:0 (0.0 B) TX bytes:0 (0.0 B)
从这里看出,根本就没有其它网卡,所以也就不用输入这下面命令了:
cd /mnt/disk0/
/asa/bin/lina_monitor
不过,如果确使用/asa/bin/lina_monitor 启动了,ASA中也没有网卡。
楼上几位都成功了?
反正我试过N多版本,包括我自已下载的并在MinGW下编译的版本(通过cvs -z3 -d:pserver:anonymous@cvs.savannah.nongnu.org:/sources/qemu co qemu 取下的源代码),都只支持一块TAP网卡。ASDM都起不来。