[Openstack] 回复: How to bring br100 up persistently?

董建华 dongjh at nci.com.cn
Thu Oct 24 07:44:48 UTC 2013


Sorry, i mean the bridge will disappear after reboot.


发件人: 董建华
发送时间: 2013-10-24 14:53
收件人: Openstack >
主题: How to bring br100 up persistently?
Hello,

After adding the br100 bridge via the brctl command, and adding the bridge interface information, the bridge br100 will disappear.

root at compute1:~# brctl addbr br100 

root at compute1:~# cat /etc/network/interfaces|grep -v "#"

auto lo
iface lo inet loopback

auto eth0
iface eth0 inet dhcp
auto eth4
iface eth4 inet static
        address 10.10.10.182
        netmask 255.255.255.0
        network 10.10.10.0
        broadcast 10.10.10.255
auto br100
iface br100 inet static
        address 192.168.11.182
        netmask 255.255.255.0
        bridge_stp off
        bridge_fd 0
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.openstack.org/pipermail/openstack/attachments/20131024/569d99e9/attachment.html>


More information about the Openstack mailing list