|
From: Tim S. <li...@ca...> - 2005-05-08 21:14:58
|
Hi,
I'm trying to connect to my work VPN and having problems. If I connect
normally, I get a timeout. If I use debug, I get this output:
root@horus peers # pon pan-vpn debug dump logfd 2 nodetach
pppd options in effect:
debug # (from command line)
nodetach # (from command line)
logfd 2 # (from command line)
dump # (from command line)
noauth # (from /etc/ppp/options.pptp)
name vega\\timsawyer # (from /etc/ppp/peers/pan-vpn)
remotename PPTP # (from /etc/ppp/peers/pan-vpn)
# (from /etc/ppp/options.pptp)
pty pptp XXX.XX.XX.XX --nolaunchpppd #
(from /etc/ppp/peers/pan-vpn)
mru 1000 # (from /etc/ppp/options.pptp)
mtu 1000 # (from /etc/ppp/options.pptp)
lcp-echo-failure 10 # (from /etc/ppp/options.pptp)
lcp-echo-interval 10 # (from /etc/ppp/options.pptp)
ipparam pan-vpn # (from /etc/ppp/peers/pan-vpn)
nobsdcomp # (from /etc/ppp/options.pptp)
nodeflate # (from /etc/ppp/options.pptp)
using channel 3
Using interface ppp0
Connect: ppp0 <--> /dev/pts/4
sent [LCP ConfReq id=0x1 <mru 1000> <asyncmap 0x0> <magic 0x416c02e1> <pcomp>
<accomp>]
rcvd [LCP ConfReq id=0x0 <auth eap> <magic 0x4921427c> <pcomp> <accomp>
<callback CBCP> <mrru 1614> <endpoint
[local:1f.e6.95.da.73.64.4f.b6.b8.5e.2b.e0.0b.f7.3a.6c.00.00.00.00]> < 17 04
00 34>]
sent [LCP ConfRej id=0x0 <callback CBCP> <mrru 1614> < 17 04 00 34>]
rcvd [LCP ConfNak id=0x1 <mru 1500>]
sent [LCP ConfReq id=0x2 <asyncmap 0x0> <magic 0x416c02e1> <pcomp> <accomp>]
rcvd [LCP ConfReq id=0x1 <auth eap> <magic 0x4921427c> <pcomp> <accomp>
<endpoint
[local:1f.e6.95.da.73.64.4f.b6.b8.5e.2b.e0.0b.f7.3a.6c.00.00.00.00]>]
sent [LCP ConfAck id=0x1 <auth eap> <magic 0x4921427c> <pcomp> <accomp>
<endpoint
[local:1f.e6.95.da.73.64.4f.b6.b8.5e.2b.e0.0b.f7.3a.6c.00.00.00.00]>]
rcvd [LCP ConfAck id=0x2 <asyncmap 0x0> <magic 0x416c02e1> <pcomp> <accomp>]
sent [LCP EchoReq id=0x0 magic=0x416c02e1]
rcvd [EAP Request id=0x7 Identity <No message>]
sent [EAP Response id=0x7 Identity <Name "vega\\timsawyer">]
rcvd [LCP EchoRep id=0x0 magic=0x4921427c]
rcvd [EAP Request id=0x8 MD5-Challenge <Value fe d2 a1 9a 3d d8 a7 a3 d4 23 c0
56 ea 53 c5 01> <Name "VEGA">]
sent [EAP Response id=0x8 MD5-Challenge <Value c3 d8 dd 14 cc 76 d7 b7 1b 26
c31b 5c bf e0 f3> <Name "vega\\timsawyer">]
rcvd [EAP Failure id=0x8]
EAP: peer reports authentication failure
sent [LCP TermReq id=0x3 "Failed to authenticate ourselves to peer"]
rcvd [LCP TermReq id=0x4 "I!B|\000<\37777777715t\000\000\002\37777777663"]
sent [LCP TermAck id=0x4]
rcvd [LCP TermAck id=0x3 "Failed to authenticate ourselves to peer"]
Connection terminated.
Waiting for 1 child processes...
script pptp XXX.XX.XX.XX --nolaunchpppd, pid 7238
sending SIGTERM to process 7238
I'm using kernel 2.6.11-gentoo-r6 and pptpclient 1.6.0. Anyone got any ideas?
I have previously had this connection working with previous pptpclient and
2.4 kernel. I know the username/password is valid, as the same connection
works fine from my WinXP laptop.
Thanks,
Tim.
|