|
From: Serge L. <ser...@gm...> - 2010-09-27 06:40:35
|
Hi Bogdan, After some tests I'm sure that pppoe server and client on DL work correctly. The specific of pppd behavior is declared in '/usr/sbin/pppoe-start' script (and in log file if you start pppoe in debug mode) $ECHO "* The following section lists your routing table." >> $DEBUG $ECHO "* If you have an entry which starts with '0.0.0.0', you probably" >> $DEBUG $ECHO "* have defined a default route and gateway, and pppd will" >> $DEBUG $ECHO "* not create a default route using your ISP. Try getting" >> $DEBUG $ECHO "* rid of this route." >> $DEBUG Unfortunately, I still don't understand your setup. If your adsl modem works in bridge mode, it shouldn’t respond on DHCP, if it's in router mode - there is no necessity to use pppoe... Assuming that it's in brige mode I'd suggest keeping the interface connected to adsl modem unconfigured (i.e. set "DHCP=no" in the config you posted) or add a line to adsl init script which will remove default gateway before pppd starting. Serge On 09/19/2010 08:15 PM, Bogdan Petrisor wrote: > Hi Serge, > > root@annuminas:~ # cat /etc/sysconfig/nic/ifcfg-eth0 > DEVICE=eth0 > ONBOOT=yes > MODULE="8139too" > DHCP=yes > IP= > NETMASK= > BROADCAST="" ..... |