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

* Re: please help with pppoe
  2002-05-15 17:14 please help with pppoe lee Leahu 
@ 2002-05-16  3:17 ` David
  2002-05-16  5:23 ` Michael Schlenstedt
  1 sibling, 0 replies; 4+ messages in thread
From: David @ 2002-05-16  3:17 UTC (permalink / raw)
  To: lee, linux-kernel

lee Leahu wrote:

>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
>  
>

I'm using the rp pppoe patch and 2.4.19-pre6.  I setup my options/user 
file and ran 'pppd eth0', worked perfectly the first time.

# cat /etc/ppp/options         
plugin rp-pppoe.so
name <username>
nodefaultroute

# cat /etc/ppp/pap-secrets 
<username> * <password>

# pppd --version
Warning: plugin rp-pppoe.so has no version information
Plugin rp-pppoe.so loaded.
RP-PPPoE plugin version 3.3 compiled against pppd 2.4.2b1
pppd version 2.4.2b1

I don't use the DSL connection as my default route thus the 
'nodefaultroute' statement.

It works very well save for frequent but seemingly innocuous OOPses.

-d



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

* Re: please help with pppoe
  2002-05-15 17:14 please help with pppoe lee Leahu 
  2002-05-16  3:17 ` David
@ 2002-05-16  5:23 ` Michael Schlenstedt
  1 sibling, 0 replies; 4+ messages in thread
From: Michael Schlenstedt @ 2002-05-16  5:23 UTC (permalink / raw)
  To: linux-kernel

On Mit Mai 15, 2002, lee Leahu  <lee@ricis.com> wrote:
> 
> i have these packages installed
> smpppd-0.49-7 (and yes, smpppd is running)
> ppp-2.4.1-170
> rp-pppoe-3.4-1
^^^^^^^^^^^^^^^

You don't need this, if you want to use kernel-pppoe. This is another
userspace-driver.

> my /etc/ppp/options file goes like this:
> 
> hide-password
> lock
> local
> nocrtscts
> sync
> noauth
> noaccomp
> mtu 1484
> mru 1484

Change this to 1492. You also have to add the PPPoE-Modul. You'll find a
working config-file at [1]. Unfortunately with german comments, have a
look in "man pppd" to figure out what all the options stand for. It
could also be useful to activate "debug" and "kdebug 4" in the
options-file. So you'll get a lot of interesting infos in
/var/log/messages

> noipdefault
> noipx
> novj
> novjccomp
> debug
> username "(username)@covad.net"
^^^^^^^^^^
This have to be:  user "(username)@covad.net" (see [1]).

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

These are for Kernel-PPPoE with Kernel 2.2.x! With the options-file
above you only have to use "pppd eth1".

> adsl-start

This is for rp-pppoe, not for Kernel-PPPoE!

> please help

Maybe you should post to the ppp-Mailinglist (linux-ppp at
vger.kernel.org).

Bye,
Michael



In-Reply-To:
  1. http://www.adsl4linux.de/pub/config/pppoed24x/tonline_tdsl/options

-- 
ADSL4Linux:                http://www.adsl4linux.de
Erste Hilfe im Webforum:   http://www.adsl4linux.de/forum
ADSL4Linux-Mailinglisten:  http://www.adsl4linux.de/majordomo
Lob/Kritik/Sonstiges:      feedback@adsl4linux.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