本文共 487 字,大约阅读时间需要 1 分钟。
桥接br0 配置如下:
[root@localhost network-scripts]# cat ifcfg-em1
DEVICE=em1 TYPE=Ethernet #HWADDR=**:**:**:**:**:** ONBOOT=yes NM_CONTROLLED=no BRIDGE=br0 ----------------------------------------------------- [root@localhost network-scripts]# cat ifcfg-br0DEVICE=br0
TYPE=Bridge NM_CONTROLLED=no BOOTPROTO=static ONBOOT=yes IPADDR="192.168.77.80" NETMASK="255.255.255.0" GATEWAY="192.168.77.1"本文转自 念槐聚 博客园博客,原文链接:http://www.cnblogs.com/haochuang/archive/2012/09/17/2688873.html,如需转载请自行联系原作者