0
I run CentOS 6.4. After configuring bridge I am unable to connect to internet through PPPoE Bsnl Dsl. I set up the bridge as follows:
DEVICE="br0"
NM_CONTROLLED="no"
ONBOOT=yes
TYPE=Bridge
BOOTPROTO=dhcp
DEFROUTE=yes
IPV4_FAILURE_FATAL=yes
IPV6INIT=no
NAME="br0"
I added BRIDGE= br0
at the end of eth0 file and set Nm_controlled= no
. After service network restart
I am unable to connect to DSL service.
A PPPoE connection provides but a single endpoint. Why would you want it to be part of a bridge? (Or is some other device the PPPoE endpoint?) – David Schwartz – 2013-09-09T10:42:34.947