首先安装两个软件 uml-utilities
和bridge-utils运行一下脚本命令
#!/bin/bash
chmod 0666 /dev/net/tun
tunctl -t tap0 -u yuanmx
ifconfig eth0 0.0.0.0 promisc
ifconfig tap0 0.0.0.0 promisc
brctl addbr br0
brctl addif br0 eth0
brctl addif br0 tap0
ifconfig br0 192.168.0.254 netmask 255.255.255.0 up
route add -net 0.0.0.0 gw 192.168.0.253
然后启用VirtualBox 设置网络 连接到Host Interface 在主机网络界面名称输入 tap0
阅读(872) | 评论(0) | 转发(0) |