首先安装两个软件 uml-utilities 和bridge-utils
运行一下脚本命令
chmod 0666 /dev/net/tun
tunctl -t tap0 -u holy
tunctl -t tap1 -u holy
ifconfig eth0 0.0.0.0 promisc
brctl addif br0 eth0
ifconfig eth0 up
brctl addif br0 tap0
brctl addif br0 tap1
ifconfig tap0 up
ifconfig tap1 up
然后启用VirtualBox 设置网络 连接到Host Interface 在主机网络界面名称输入 tap0
chmg 于 2008-04-12 10:26:04发表:
请问这两个软件在哪儿找啊?