Hi,
I am attempting to get pptp working on redhat AS 3.1 - I followed
the 'complex' instructions at
http://pptpclient.sourceforge.net/howto-redhat-90-build.phtml, modprobe
ppp-compress-18 loads with no errors. I have tried pppd version 2.4.2
and 2.4.3-4 - when I attempt to connect (log below) "MPPE required but
not available" is the error message.
Does someone know what versions will work with redhat AS 3.1?
Please reply to me - I signed up for the list, but have not recieved an
e-mail yet.
Thanks for your help,
Doug
[root@localhost dfenton]# pppd --version
pppd version 2.4.2
[root@localhost dfenton]# modinfo ppp_mppe
filename: /lib/modules/2.4.21-27.0.2.ELsmp/kernel/drivers/net/ppp_mppe.o
description: <none>
author: <none>
license: "BSD without advertisement clause"
[root@localhost dfenton]#
[root@localhost dfenton]# pppd call HOT dump debug logfd 2 nodetach
pppd options in effect:
debug # (from command line)
nodetach # (from command line)
logfd 2 # (from command line)
linkname HOT # (from /etc/ppp/peers/HOT)
dump # (from command line)
noauth # (from /etc/ppp/options.pptp)
refuse-chap # (from /etc/ppp/options.pptp)
refuse-mschap # (from /etc/ppp/options.pptp)
refuse-eap # (from /etc/ppp/options.pptp)
name daz # (from /etc/ppp/peers/HOT)
remotename HOT # (from /etc/ppp/peers/HOT)
# (from /etc/ppp/options.pptp)
pty pptp vpn.hotus.com --nolaunchpppd # (from /etc/ppp/peers/HOT)
ipparam HOT # (from /etc/ppp/peers/HOT)
usepeerdns # (from /etc/ppp/peers/HOT)
nobsdcomp # (from /etc/ppp/options.pptp)
nodeflate # (from /etc/ppp/options.pptp)
require-mppe # (from /etc/ppp/peers/HOT)
require-mppe-128 # (from /etc/ppp/options.pptp)
using channel 6
Using interface ppp0
Connect: ppp0 <--> /dev/pts/1
sent [LCP ConfReq id=0x1 <asyncmap 0x0> <magic 0xaded5737> <pcomp> <accomp>]
rcvd [LCP ConfReq id=0x0 <auth chap MS>]
sent [LCP ConfNak id=0x0 <auth chap MS-v2>]
rcvd [LCP ConfAck id=0x1 <asyncmap 0x0> <magic 0xaded5737> <pcomp> <accomp>]
rcvd [LCP ConfReq id=0x1 <auth chap MD5>]
sent [LCP ConfNak id=0x1 <auth chap MS-v2>]
rcvd [LCP ConfReq id=0x2 <auth chap MD5>]
sent [LCP ConfNak id=0x2 <auth chap MS-v2>]
rcvd [LCP ConfReq id=0x3 <auth chap MD5>]
sent [LCP ConfNak id=0x3 <auth chap MS-v2>]
rcvd [LCP ConfReq id=0x4 <auth chap MD5>]
sent [LCP ConfNak id=0x4 <auth chap MS-v2>]
rcvd [LCP ConfReq id=0x5 <auth chap MD5>]
sent [LCP ConfRej id=0x5 <auth chap MD5>]
rcvd [LCP ConfReq id=0x6]
sent [LCP ConfAck id=0x6]
MPPE required, but MS-CHAP[v2] auth not performed.
sent [LCP TermReq id=0x2 "MPPE required but not available"]
rcvd [LCP TermReq id=0x7]
sent [LCP TermAck id=0x7]
rcvd [LCP TermAck id=0x2 05 02 00 23 4d 50 50 45 20 72 65 71 75 69 72 65
64 20 62 75 74 20 6e 6f 74 20 61 76 61 69 6c 61 ...]
Connection terminated.
Waiting for 1 child processes...
script pptp vpn.hotus.com --nolaunchpppd , pid 4752
Script pptp vpn.hotus.com --nolaunchpppd finished (pid 4752), status = 0x0
[root@localhost dfenton]#
|