分类: LINUX
2008-10-27 16:44:44
apt-get install bridge-utils, uml-utilities
vi /etc/network/interfaces
# 加入
auto tap0
iface tap0 inet manual
up ifconfig eth0 0.0.0.0 up
down ifconfig eth0 down
tunctl_user anton
auto br0
iface br0 inet dhcp
bridge_ports eth0 tap0
up ifconfig eth0 up