public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* please help with pppoe
@ 2002-05-15 17:14 lee Leahu 
  2002-05-16  3:17 ` David
  2002-05-16  5:23 ` Michael Schlenstedt
  0 siblings, 2 replies; 4+ messages in thread
From: lee Leahu  @ 2002-05-15 17:14 UTC (permalink / raw)
  To: linux-kernel

hello,

by now i am very frusterated because i'm not sure whats going on and i don't have any clue on whats required to fix this.

i'm trying to get pppoe to work from linux.  i already have it working from windows nt and windows xp.

i am running suse 7.3 professional.
my kernel is 2.4.16-4gb (k_deflt made by suse)

i have these packages installed
smpppd-0.49-7 (and yes, smpppd is running)
ppp-2.4.1-170
rp-pppoe-3.4-1

my /etc/ppp/options file goes like this:

hide-password
lock
local
nocrtscts
sync
noauth
noaccomp
mtu 1484
mru 1484
noipdefault
noipx
novj
novjccomp
debug
username "(username)@covad.net"


my /etc/ppp/pap-secret is like this

"(username)@covad.net"     *      "(password)"


i have been trying to get this pppoe to work by running:
pppoe -I eth1
pppoe -D -d 9 -I eth1
adsl-start

please help

lee leahu
lee@ricis.com


^ permalink raw reply	[flat|nested] 4+ messages in thread
* Re: please help with pppoe
@ 2002-05-15 20:43 Dieter Nützel
  0 siblings, 0 replies; 4+ messages in thread
From: Dieter Nützel @ 2002-05-15 20:43 UTC (permalink / raw)
  To: lee Leahu ; +Cc: Linux Kernel List

On Wednesday 15 May 17:14, lee Leahu wrote:

LKM is the wrong place, but...

> i am running suse 7.3 professional.
> my kernel is 2.4.16-4gb (k_deflt made by suse)

First you should look at www.suse.de/www.suse.com.
They have a very good support database:
http://sdb.suse.de/en/sdb/html/index.html

> i have these packages installed
> smpppd-0.49-7 (and yes, smpppd is running)
> ppp-2.4.1-170

Good.

> rp-pppoe-3.4-1

Don't needed any more.

> my /etc/ppp/options file goes like this:
[-]
> mtu 1484
> mru 1484

As example for the German Telecom you need:

mtu 1492
mru 1492

It belongs into: /etc/ppp/peers/pppoe
#
# PPPoE options
#
plugin pppoe.so
#
# Plugin enables us to pipe the password to pppd, thus we don't have
# to put it into pap-secrets and chap-secrets. User is also passed
# on command line.
#
plugin passwordfd.so
#
noauth
usepeerdns
mru 1492
mtu 1492
# this is recommended
defaultroute
replacedefaultroute
hide-password
nodetach
# switch off all compressions (this is a must)
nopcomp
# this is recommended
novjccomp
noccp

> my /etc/ppp/pap-secret is like this
>
> "(username)@covad.net"     *      "(password)"

pap-secret is empty autogenerate with YaST2 (SuSE 7.3)

> i have been trying to get this pppoe to work by running:
> pppoe -I eth1
> pppoe -D -d 9 -I eth1
> adsl-start

Try with YaST/YaST2 (in this order).

Good luck.
	Dieter
-- 
Dieter Nützel
Graduate Student, Computer Science

University of Hamburg
Department of Computer Science
@home: Dieter.Nuetzel@hamburg.de

^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2002-05-16  5:12 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2002-05-15 17:14 please help with pppoe lee Leahu 
2002-05-16  3:17 ` David
2002-05-16  5:23 ` Michael Schlenstedt
  -- strict thread matches above, loose matches on Subject: below --
2002-05-15 20:43 Dieter Nützel

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox