tags 425448 moreinfo unreproducible
thanks

Hi,

On Mon, May 21, 2007 at 08:25:18PM +0200, giggz wrote:
> 
> I have used for the first time pppoeconf and I had this problem
> : I have answered to all the questions but when I do "pon
> dsl-provider", it tell me that it doesn't andstand the command
> "/usr/sbin/pppoe -I eth0 -T 80 -m 1452". After a little
> research I have removed the "#" before the "pty" and it works
> much much better...is it the normal behaviour or is it a bug ?

Could you give me your dsl-provider file when "pon dsl-provider"
tells you that it doesn't understand "/usr/sbin/pppoe [...]" ?

That's strange because pppoeconf doesn't put '/usr/sbin/pppoe' in
dsl-provider file but only 'pppoe', and because you use userland
pppoe method[*] broken in version = 1.14 !

Your default dsl-provider file generated by pppoeconf should
contain:

8<--------------------------------
pty "pppoe -I eth0 -T 80"
#pty "pppoe -I eth0 -T 80 -m 1452"
#pty "pppoe -I eth0 -T 80 -m 1412"
8<--------------------------------

Or, if you say 'yes' to clamp MSS at 1452 bytes:

8<--------------------------------
#pty "pppoe -I eth0 -T 80"
pty "pppoe -I eth0 -T 80 -m 1452"
#pty "pppoe -I eth0 -T 80 -m 1412"
8<--------------------------------



[*] Apparently, you don't have an official Debian kernel and
you don't use pppoe support in Linux kernel. It is the advised
method.


Regards,
-- 
Gregory Colpart <[EMAIL PROTECTED]>  GnuPG:1024D/C1027A0E
Evolix - Informatique et Logiciels Libres http://www.evolix.fr/


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Reply via email to