ubuntu 网桥配置
Posted wangjq19920210
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了ubuntu 网桥配置相关的知识,希望对你有一定的参考价值。
vim /etc/network/interfaces
auto lo iface lo inet loopback auto eth0 auto eth2 auto eth3 iface eth0 inet manual iface eth2 inet manual iface eth3 inet manual auto br0 iface br0 inet static address 10.95.149.173 netmask 255.255.255.192 gateway 10.95.149.129 bridge_ports eth0 bridge_ports eth2 bridge_ports eth3 bridge_stp off bridge_fd 0 bridge_maxwait 0 brodge_maxage 12
以上是关于ubuntu 网桥配置的主要内容,如果未能解决你的问题,请参考以下文章