[rhos-list] How can I start br-ex interface across reboots

Dave Neary dneary at redhat.com
Tue Sep 10 10:24:28 UTC 2013


Hi yimao,

I documented this in the "Networking" page on openstack.redhat.com.

In /etc/sysconfig/network-scripts/ifcfg-br-ex, put:

DEVICE=br-ex
TYPE=Ethernet
BOOTPROTO=static
ONBOOT=yes
IPADDR=<ip address>
NETMASK=255.255.255.0
GATEWAY=<gateway IP>
DNS1=<dns>
DNS2=<dns>
DOMAIN=<domain>
NAME="System br-ex"


I associated eth0 with br-ex, si I also had to remove the IP
configuration from the equivalent ifcfg-eth0 file. I have:
DEVICE=eth0
TYPE=Ethernet
UUID=88f7adf3-7bca-4076-8d06-98790a778f2e
ONBOOT=yes
NM_CONTROLLED=no
BOOTPROTO=static
NAME="System eth0"

Once I associated eth0 with br-ex, I was set.

Cheers,
Dave.

On 09/10/2013 11:29 AM, yimao wrote:
> Hi,all
> 
> I have tried Red Hat Enterprise Linux OpenStack Platform
> <http://www.redhat.com/products/enterprise-linux/openstack-platform/>,But IP
> address on the br-ex interface is not persistent acress reboots.How can
> I start br-ex, and is there some auto method for this problem?
> When i re-run packstack as :packstack
> --answer-file=~/packstack-answers-*.txt, the packstack doesn't run
> correctly.
> 
> Thanks
> yiimao
> 
> 
> _______________________________________________
> rhos-list mailing list
> rhos-list at redhat.com
> https://www.redhat.com/mailman/listinfo/rhos-list
> 

-- 
Dave Neary - Community Action and Impact
Open Source and Standards, Red Hat - http://community.redhat.com
Ph: +33 9 50 71 55 62 / Cell: +33 6 77 01 92 13




More information about the rhos-list mailing list