创建桥接设备:
# yun -y install bridge-utils
# brctl addbr br0
# ifconfig -a
# ifconfig eth0 0 up
# ifconfig -a
# brctl addif br0 eth0
# ifconfig br0 192.168.1.122/24 up
# route add default gw 192.168.1.1
# brctl show
# brctl stp br0 on
本文出自 “珞辰的博客” 博客,请务必保留此出处http://luochen2015.blog.51cto.com/9772274/1741547
原文:http://luochen2015.blog.51cto.com/9772274/1741547