红联Linux门户
Linux帮助

Fedora 8 安装VirtualBox Bridge网络模式

发布时间:2008-03-07 00:05:10来源:红联作者:auhtcode
首先安装两个软件 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
文章评论

共有 1 条评论

  1. chmg 于 2008-04-12 10:26:04发表:

    请问这两个软件在哪儿找啊?