安装网桥工具
sudo apt-get install bridge-utils
修改配置文件/etc/network/interfaces
增加
auto br0 iface br0 inet dhcp bridge_ports eth1
启动接口
sudo ifup -a