linux-ppp.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* has anyone gotten PPP and MPPE working with kernel 2.6.x yet??
@ 2004-05-16  1:16 Jeffrey D. Means
  2004-05-16 23:29 ` James Cameron
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: Jeffrey D. Means @ 2004-05-16  1:16 UTC (permalink / raw)
  To: linux-ppp

I am running kernel 2.6.5 and having a strange error message when I try
to start my ppp daemon about MPPE not available I am trying to use
PopTop 1.1.3 with pppd 2.4.2
 

--- log messages 
pppd options in effect:
debug # (from /etc/ppp/options.pptpd)
logfile /tmp/pptpd.log # (from /etc/ppp/options.pptpd)
dump # (from /etc/ppp/options.pptpd)
plugin radius.so # (from /etc/ppp/options.pptpd)
require-mschap-v2 # (from /etc/ppp/options.pptpd)
-chap # (from /etc/ppp/options.pptpd)
-mschap # (from /etc/ppp/options.pptpd)
name pptpd # (from /etc/ppp/options.pptpd)
115200 # (from command line)
lock # (from /etc/ppp/options.pptpd)
local # (from /etc/ppp/options.pptpd)
asyncmap 0 # (from /etc/ppp/options.pptpd)
lcp-echo-failure 30 # (from /etc/ppp/options.pptpd)
lcp-echo-interval 5 # (from /etc/ppp/options.pptpd)
ipcp-accept-local # (from /etc/ppp/options.pptpd)
ipcp-accept-remote # (from /etc/ppp/options.pptpd)
ms-dns xxx # [don't know how to print value] # (from
/etc/ppp/options.pptpd)
proxyarp # (from /etc/ppp/options.pptpd)
216.17.224.222:192.168.1.1 # (from command line)
require-mppe # (from /etc/ppp/options.pptpd)
using channel 13
Using interface ppp0
Connect: ppp0 <--> /dev/pts/18
sent [LCP ConfReq id=0x1 <asyncmap 0x0> <auth chap MS-v2> <magic
0xc3628da3> <pcomp> <accomp>]
rcvd [LCP ConfAck id=0x1 <asyncmap 0x0> <auth chap MS-v2> <magic
0xc3628da3> <pcomp> <accomp>]
rcvd [LCP ConfReq id=0x1 <magic 0x406705d7> <pcomp> <accomp> <callback
CBCP> <mrru 1614> <endpoint
[local:f4.c1.42.e8.7c.3f.43.b9.a0.bf.a8.c2.e5.19.e3.d5.00.00.00.18]>]
sent [LCP ConfRej id=0x1 <callback CBCP> <mrru 1614>]
rcvd [LCP ConfReq id=0x2 <magic 0x406705d7> <pcomp> <accomp> <endpoint
[local:f4.c1.42.e8.7c.3f.43.b9.a0.bf.a8.c2.e5.19.e3.d5.00.00.00.18]>]
sent [LCP ConfAck id=0x2 <magic 0x406705d7> <pcomp> <accomp> <endpoint
[local:f4.c1.42.e8.7c.3f.43.b9.a0.bf.a8.c2.e5.19.e3.d5.00.00.00.18]>]
sent [LCP EchoReq id=0x0 magic=0xc3628da3]
sent [CHAP Challenge id=0xf1 <133bc3ffcc0ea73869855c3693bd5a71>, name "pptpd"]
rcvd [LCP code=0xc id=0x3 40 67 05 d7 4d 53 52 41 53 56 35 2e 30 30]
sent [LCP CodeRej id=0x2 0c 03 00 12 40 67 05 d7 4d 53 52 41 53 56 35 2e
30 30]
rcvd [LCP code=0xc id=0x4 40 67 05 d7 4d 53 52 41 53 2d 31 2d 4a 45 46
46 2d 57 53]
sent [LCP CodeRej id=0x3 0c 04 00 17 40 67 05 d7 4d 53 52 41 53 2d 31 2d
4a 45 46 46 2d 57 53]
rcvd [LCP EchoRep id=0x0 magic=0x406705d7]
rcvd [CHAP Response id=0xf1
<5d97ca0307364a452172d9d7bf9fd9700000000000000000370446f8b69e40a389f7c215e7650b97671455869bee4c2300>, name = "meaje"]
sent [CHAP Success id=0xf1 "S'686CD047B851E473605718551CC73DA16E58FA"]
MPPE required, but keys are not available. Possible plugin problem?
sent [LCP TermReq id=0x4 "MPPE required but not available"]
rcvd [LCP TermAck id=0x4 "MPPE required but not available"]
Connection terminated.
Connect time 0.1 minutes.
Sent 0 bytes, received 0 bytes.

--- lsmod output
Module             Size           Used by
ppp_deflate  6272 0
bsd_comp         6272 0
ppp_async    12288 0
ppp_mppe       14336 0
ppp_generic 31636 4 ppp_deflate,bsd_comp,ppp_async,ppp_mppe
slhc                     7680 1 ppp_generic
autofs             16640 0
8139too           24704 0
pcnet32             24932 0
mii                          5120 2 8139too,pcnet32
parport_pc   24512 0
parport           40008 1 parport_pc

---
In my mind this looks like a bug with the 2.6 kernel or could it be a
bug with pppd??
--
Jeff Means 
        
        



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

* Re: has anyone gotten PPP and MPPE working with kernel 2.6.x yet??
  2004-05-16  1:16 has anyone gotten PPP and MPPE working with kernel 2.6.x yet?? Jeffrey D. Means
@ 2004-05-16 23:29 ` James Cameron
  2004-05-17  5:19 ` Jeffrey D. Means
  2004-05-17  5:33 ` James Cameron
  2 siblings, 0 replies; 4+ messages in thread
From: James Cameron @ 2004-05-16 23:29 UTC (permalink / raw)
  To: linux-ppp

On Sat, May 15, 2004 at 07:16:31PM -0600, Jeffrey D. Means wrote:
> pppd options in effect: [...]
> plugin radius.so # (from /etc/ppp/options.pptpd) [...]
> sent [CHAP Success id=0xf1 "S'686CD047B851E473605718551CC73DA16E58FA"]
> MPPE required, but keys are not available. Possible plugin problem?
> sent [LCP TermReq id=0x4 "MPPE required but not available"]
> rcvd [LCP TermAck id=0x4 "MPPE required but not available"]

The radius plugin did not provide key material during the
authentication, and so MPPE cannot be started.

> In my mind this looks like a bug with the 2.6 kernel or could it be a
> bug with pppd??

In my mind it looks to be a bug with the radius plugin, or a
misconfiguration of the radius pppd options leading to the result
observed.  I don't see any evidence of kernel being the cause, yet.

(Perhaps it worked before but didn't after upgrade of only the kernel?
If you upgraded pppd or the radius plugin, I'd suspect it more than the
kernel.)

-- 
James Cameron                         http://quozl.netrek.org/
HP Open Source, Volunteer             http://opensource.hp.com/
PPTP Client Project, Release Engineer http://pptpclient.sourceforge.net/

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

* Re: has anyone gotten PPP and MPPE working with kernel 2.6.x yet??
  2004-05-16  1:16 has anyone gotten PPP and MPPE working with kernel 2.6.x yet?? Jeffrey D. Means
  2004-05-16 23:29 ` James Cameron
@ 2004-05-17  5:19 ` Jeffrey D. Means
  2004-05-17  5:33 ` James Cameron
  2 siblings, 0 replies; 4+ messages in thread
From: Jeffrey D. Means @ 2004-05-17  5:19 UTC (permalink / raw)
  To: linux-ppp

On Sun, 2004-05-16 at 17:29, James Cameron wrote:
> On Sat, May 15, 2004 at 07:16:31PM -0600, Jeffrey D. Means wrote:
> > pppd options in effect: [...]
> > plugin radius.so # (from /etc/ppp/options.pptpd) [...]
> > sent [CHAP Success id=0xf1 "S'686CD047B851E473605718551CC73DA16E58FA"]
> > MPPE required, but keys are not available. Possible plugin problem?
> > sent [LCP TermReq id=0x4 "MPPE required but not available"]
> > rcvd [LCP TermAck id=0x4 "MPPE required but not available"]
> 
> The radius plugin did not provide key material during the
> authentication, and so MPPE cannot be started.
> 
> > In my mind this looks like a bug with the 2.6 kernel or could it be a
> > bug with pppd??
> 
> In my mind it looks to be a bug with the radius plugin, or a
> misconfiguration of the radius pppd options leading to the result
> observed.  I don't see any evidence of kernel being the cause, yet.
> 
> (Perhaps it worked before but didn't after upgrade of only the kernel?
> If you upgraded pppd or the radius plugin, I'd suspect it more than the
> kernel.)

nope just upgraded kernel and pppd same config files used for pppd and
radius


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

* Re: has anyone gotten PPP and MPPE working with kernel 2.6.x yet??
  2004-05-16  1:16 has anyone gotten PPP and MPPE working with kernel 2.6.x yet?? Jeffrey D. Means
  2004-05-16 23:29 ` James Cameron
  2004-05-17  5:19 ` Jeffrey D. Means
@ 2004-05-17  5:33 ` James Cameron
  2 siblings, 0 replies; 4+ messages in thread
From: James Cameron @ 2004-05-17  5:33 UTC (permalink / raw)
  To: linux-ppp

On Sun, May 16, 2004 at 11:19:45PM -0600, Jeffrey D. Means wrote:
> > > MPPE required, but keys are not available. Possible plugin problem?
> nope just upgraded kernel and pppd same config files used for pppd and
> radius

It might be a radius plugin incompatibility with 2.6.  It needs further
investigation by someone who uses the plugin.  Try the PPTP mailing
lists, I know some radius and pptpd users lurk there.  Perhaps someone
else on the PPP list will respond.

But I can answer the question in your subject; I've been using MPPE with
2.6.5 for quite a few weeks, without problems.  

-- 
James Cameron                         http://quozl.netrek.org/
HP Open Source, Volunteer             http://opensource.hp.com/
PPTP Client Project, Release Engineer http://pptpclient.sourceforge.net/

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

end of thread, other threads:[~2004-05-17  5:33 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2004-05-16  1:16 has anyone gotten PPP and MPPE working with kernel 2.6.x yet?? Jeffrey D. Means
2004-05-16 23:29 ` James Cameron
2004-05-17  5:19 ` Jeffrey D. Means
2004-05-17  5:33 ` James Cameron

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).