Hello,

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

root@compute1:~# brctl addbr br100 

root@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
_______________________________________________
Mailing list: http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack
Post to     : [email protected]
Unsubscribe : http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack

Reply via email to