[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: problem with pppoeconf: not starting at boot time.



On Tue, Jan 24, 2006 at 08:01:11PM +0100, Rakotomandimby Mihamina wrote:
> Hi,
> 
> I use Etch, up to date, and I have a pppoe internet connection.
> the problem is though I answer "OK" to tell I want the connection to be
> launched at boot, it does not launch itself at boot.
> It only launches when I run pppoeconf.
> After running pppoeconf, "poff" and "pon dsl-provider" are efficient.
> If I just reboot then launch "pon dsl-provider" (because the connection
> is not up), nothing happen to the network settings.
> If I try "invoke-rc.d networking restart", nothing too.
> When running pppoeconf, the internet connection is on ppp0, and the
> modem is on the eth1. eth0 is used for the LAN, for me.
> 
> What to do? is it a knonw bug?
> 
> I already load the NIC module (8139too & via_rhine in /etc/modules)
> -- 
> A powerfull GroupWare, CMS, CRM, ECM: CPS (Open Source & GPL).
> Opengroupware, SPIP, Plone, PhpBB, JetSpeed... are good: CPS is better.
> http://www.cps-project.org for downloads & documentation.
> Free hosting of CPS groupware: http://www.objectis.org.

This could be the same as bug #334361, see
http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=334361

So, check your /etc/network/interfaces file. It should have

auto lo eth0 eth1 dsl-provider

iface lo inet loopback

iface eth0 inet static
	address 192.168.x.y
	netmask 255.255.255.0

iface eth1 inet static
	address 192.168.x.y
	netmask 255.255.255.0

iface dsl-provider inet ppp
	provider dsl-provider
	pre-up /sbin/ifconfig eth1 up

So, if you have that extra 'auto' line, remove it. And of course the static
addresses should be according to your own definitions. That pre-up line
is probably not necessary, if the interfaces are brought up
automatically in that order.

HTH,
Simo
-- 
:r ~/.signature

Attachment: signature.asc
Description: Digital signature


Reply to: