Hello mike.
>
> i've got a problem with bering 1.0-stable.
> i followed the PPPoE configuration in the user's guide to get my dsl
> connection to work and i'm at the same provider as the one, whos written the
> user guide. (t-dsl from t-online in germany).
That's me ;)
> but after configuring both, the ppp and pppoe package, the ppp deamon is
> unable to establish a connection.
> here is what the debug from pppd says:
let's take a look .

> Jan 6 21:30:07 firewall pppd[4949]: Plugin /usr/lib/pppd/pppoe.so loaded.
> Jan 6 21:30:07 firewall pppd[4949]: PPPoE Plugin Initialized
> Jan 6 21:30:07 firewall pppd[4949]: pppd 2.4.1 started by root, uid 0
> Jan 6 21:30:07 firewall pppd[4949]: Sending PADI
> Jan 6 21:30:07 firewall pppd[4949]: HOST_UNIQ successful match
> Jan 6 21:30:08 firewall pppd[4949]: HOST_UNIQ successful match
you got an user setting and a corresponding pap
> Jan 6 21:30:08 firewall pppd[4949]: Got connection: 696
> Jan 6 21:30:08 firewall pppd[4949]: Connecting PPPoE socket:
> 00:90:1a:10:14:fa 9606 eth0 0x807c260
> Jan 6 21:30:08 firewall pppd[4949]: using channel 15
> Jan 6 21:30:08 firewall pppd[4949]: Using interface ppp0
> Jan 6 21:30:08 firewall pppd[4949]: Connect: ppp0 <--> eth0
got a virtual ppp0

> Jan 6 21:30:08 firewall pppd[4949]: Couldn't increase MTU to 1500.
> Jan 6 21:30:08 firewall pppd[4949]: Couldn't increase MRU to 1500
never mind just ignore.

you send mru 1492 request  later confirmed
> Jan 6 21:30:08 firewall pppd[4949]: sent [LCP ConfReq id=0x1 <mru 1492>
> <magic 0x3198d3b9>]

------------------------------------here is the trouble ..........

you receive config request  mru 1492 and authenticate with pap
> Jan 6 21:30:08 firewall pppd[4949]: rcvd [LCP ConfReq id=0xb2 <mru 1492>
> <auth pap> <magic 0x6061cca1>] 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
> 00 00 00 00 00

you send reject authentication with pap !!
> Jan 6 21:30:08 firewall pppd[4949]: sent [LCP ConfRej id=0xb2 <auth pap>]

----------------------------------------do you have a correct pap user setting  ? 
------------

you receve confirmation mru1492
> Jan 6 21:30:08 firewall pppd[4949]: rcvd [LCP ConfAck id=0x1 <mru 1492>
> <magic 0x3198d3b9>] 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
> 00 00 00 00 00
> Jan 6 21:30:08 firewall pppd[4949]: rcvd [LCP ConfReq id=0xb3 <mru 1492>
> <magic 0x6061cca1>] 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
> 00 00 00 00 00
> Jan 6 21:30:08 firewall pppd[4949]: sent [LCP ConfAck id=0xb3 <mru 1492>
> <magic 0x6061cca1>]
> Jan 6 21:30:08 firewall pppd[4949]: sent [LCP EchoReq id=0x0
> magic=0x3198d3b9]
> Jan 6 21:30:08 firewall pppd[4949]: sent [IPCP ConfReq id=0x1 <addr
> 0.0.0.0>]

As you didn't allow pap authentication the connection is brought down
> Jan 6 21:30:08 firewall pppd[4949]: rcvd [LCP TermReq id=0xb4] 00 00 00 00
> 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
> 00 00 00 ...

Cut the rest as this is normal disconnecting

What is the output of grep -v ^# /etc/ppp/peers/dsl-providers
mine (with "nined out" user ident )
----------------------------------------------------------
plugin /usr/lib/pppd/pppoe.so
user "[EMAIL PROTECTED]"
noipdefault
defaultroute
hide-password
lcp-echo-interval 20
lcp-echo-failure 3
connect /bin/true
noauth
persist
mtu 1492
---------------------------------------------------------------------
don't forget the @t-online.de in your user name

> does anybody know any solution to this problem ?
I hope this solved it.
The package worked "out of the box" for pppoe t-dsl


> thanks for any help
bitte sch�n  ;)

> mike

Eric Wolzak



-------------------------------------------------------
This sf.net email is sponsored by:ThinkGeek
Welcome to geek heaven.
http://thinkgeek.com/sf
------------------------------------------------------------------------
leaf-user mailing list: [EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/leaf-user
SR FAQ: http://leaf-project.org/pub/doc/docmanager/docid_1891.html

Reply via email to