On Thu, Jan 13, 2011 at 11:26 AM, James B. Byrne <byrn...@harte-lyne.ca> wrote:
> My script files look like this:
>
> #bridge0
> DEVICE=bridge0
> TYPE=Bridge
> BOOTPROTO=static
> IPADDR=216.185.71.25
> NETMASK=255.255.255.0
> GATEWAY=216.185.71.1
> ONBOOT=yes
>
> #eth0
> DEVICE=eth0
> ONBOOT=yes
> BRIDGE=bridge0
> NM_CONTROLLED=no

To start bridge0 should be br0

/etc/sysconfig/network-scripts/ifcfg-eth0
DEVICE=eth0
BRIDGE=br0

/etc/sysconfig/network-scripts/ifcfg-br0
DEVICE=br0
TYPE=Bridge

Ryan
_______________________________________________
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos

Reply via email to