Velocity Reviews - Computer Hardware Reviews

Velocity Reviews > Newsgroups > Computing > Cisco > Win2k cannot connect to Cisco router with MPPE encrypted PPTP vpn tunnel

Reply
Thread Tools

Win2k cannot connect to Cisco router with MPPE encrypted PPTP vpn tunnel

 
 
Hans Yin
Guest
Posts: n/a
 
      01-11-2005
I hope to config my cisco 2611 router to support MPPE PPTP VPN
connection.
I configured my cisco router as below:
username user1 password 0 user1
aaa authentication ppp default local
aaa authorization network default if-authenticat
vpdn-group 1
! Default PPTP VPDN group
accept-dialin
protocol pptp
virtual-template 1
interface Virtual-Template1
mtu 1492
ip address 192.168.7.1 255.255.255.0
ip nat inside
peer default ip address pool PPTP_DIALIN
ppp encrypt mppe auto
ppp authentication chap pap ms-chap ms-chap-v2
!
ip local pool PPTP_DIALIN 192.168.7.109 192.168.7.113

when I tried to connect from my Win2k PC, I say below debug
information in Cisco router. Win2k just report an error : error 619,
the specified port is not connected.

2611_1#
*Mar 1 01:22:20: ppp146 PPP: Using vpn set call direction
*Mar 1 01:22:20: ppp146 PPP: Treating connection as a callin
*Mar 1 01:22:20: ppp146 PPP: Phase is ESTABLISHING, Passive Open
*Mar 1 01:22:20: ppp146 LCP: State is Listen
*Mar 1 01:22:22: ppp146 LCP: I CONFREQ[Listen] id 1 len 44
*Mar 1 01:22:22: ppp146 LCP: MagicNumber 0x3F260DE3
(0x05063F260DE3)
*Mar 1 01:22:22: ppp146 LCP: PFC (0x0702)
*Mar 1 01:22:22: ppp146 LCP: ACFC (0x0802)
*Mar 1 01:22:22: ppp146 LCP: Callback 6 (0x0D0306)
*Mar 1 01:22:22: ppp146 LCP: MRRU 1614 (0x1104064E)
*Mar 1 01:22:22: ppp146 LCP: EndpointDisc 1 Local
*Mar 1 01:22:22: ppp146 LCP: (0x131701F54FB72071DF4B54A8C6CE5983)
*Mar 1 01:22:22: ppp146 LCP: (0xEF07DD00000004)
*Mar 1 01:22:22: ppp146 PPP: Authorization required
*Mar 1 01:22:22: ppp146 LCP: O CONFREQ[Listen] id 1 len 19
*Mar 1 01:22:22: ppp146 LCP: MRU 1492 (0x010405D4)
*Mar 1 01:22:22: ppp146 LCP: AuthProto CHAP (0x0305C22305)
*Mar 1 01:22:22: ppp146 LCP: MagicNumber 0x10C6C793
(0x050610C6C793)
*Mar 1 01:22:22: ppp146 LCP: O CONFREJ[Listen] id 1 len 11
*Mar 1 01:22:22: ppp146 LCP: Callback 6 (0x0D0306)
*Mar 1 01:22:22: ppp146 LCP: MRRU 1614 (0x1104064E)
*Mar 1 01:22:22: ppp146 LCP: I CONFNAK [REQsent] id 1 len 13
*Mar 1 01:22:22: ppp146 LCP: MRU 1500 (0x010405DC)
*Mar 1 01:22:22: ppp146 LCP: AuthProto MS-CHAP-V2 (0x0305C22381)
*Mar 1 01:22:22: ppp146 LCP: O CONFREQ [REQsent] id 2 len 19
*Mar 1 01:22:22: ppp146 LCP: MRU 1500 (0x010405DC)
*Mar 1 01:22:22: ppp146 LCP: AuthProto MS-CHAP-V2 (0x0305C22381)
*Mar 1 01:22:22: ppp146 LCP: MagicNumber 0x10C6C793
(0x050610C6C793)
*Mar 1 01:22:22: ppp146 LCP: I CONFREQ [REQsent] id 2 len 37
*Mar 1 01:22:22: ppp146 LCP: MagicNumber 0x3F260DE3
(0x05063F260DE3)
*Mar 1 01:22:22: ppp146 LCP: PFC (0x0702)
*Mar 1 01:22:22: ppp146 LCP: ACFC (0x0802)
*Mar 1 01:22:22: ppp146 LCP: EndpointDisc 1 Local
*Mar 1 01:22:22: ppp146 LCP: (0x131701F54FB72071DF4B54A8C6CE5983)
*Mar 1 01:22:22: ppp146 LCP: (0xEF07DD00000004)
*Mar 1 01:22:22: ppp146 LCP: O CONFACK [REQsent] id 2 len 37
*Mar 1 01:22:22: ppp146 LCP: MagicNumber 0x3F260DE3
(0x05063F260DE3)
*Mar 1 01:22:22: ppp146 LCP: PFC (0x0702)
*Mar 1 01:22:22: ppp146 LCP: ACFC (0x0802)
*Mar 1 01:22:22: ppp146 LCP: EndpointDisc 1 Local
*Mar 1 01:22:22: ppp146 LCP: (0x131701F54FB72071DF4B54A8C6CE5983)
*Mar 1 01:22:22: ppp146 LCP: (0xEF07DD00000004)
*Mar 1 01:22:22: ppp146 LCP: I CONFACK [ACKsent] id 2 len 19
*Mar 1 01:22:22: ppp146 LCP: MRU 1500 (0x010405DC)
*Mar 1 01:22:22: ppp146 LCP: AuthProto MS-CHAP-V2 (0x0305C22381)
*Mar 1 01:22:22: ppp146 LCP: MagicNumber 0x10C6C793
(0x050610C6C793)
*Mar 1 01:22:22: ppp146 LCP: State is Open
*Mar 1 01:22:22: ppp146 PPP: Phase is AUTHENTICATING, by this end
*Mar 1 01:22:22: ppp146 MS-CHAP-V2: O CHALLENGE id 1 len 27 from
"2611_1"
*Mar 1 01:22:22: ppp146 LCP: I IDENTIFY [Open] id 3 len 18 magic
0x3F260DE3 MSRASV5.00
*Mar 1 01:22:22: ppp146 LCP: I IDENTIFY [Open] id 4 len 24 magic
0x3F260DE3 MSRAS-1-HANS2-PC
*Mar 1 01:22:22: ppp146 MS-CHAP-V2: I RESPONSE id 1 len 59 from
"user1"
*Mar 1 01:22:22: ppp146 PPP: Phase is FORWARDING, Attempting Forward
*Mar 1 01:22:22: ppp146 PPP: Phase is AUTHENTICATING, Unauthenticated
User
*Mar 1 01:22:22: ppp146 PPP: Sent MSCHAP_V2 LOGIN Request
*Mar 1 01:22:22: ppp146 PPP: Received LOGIN Response PASS
*Mar 1 01:22:22: ppp146 PPP: Phase is FORWARDING, Attempting Forward
*Mar 1 01:22:22: Vi4 PPP: Phase is DOWN, Setup
*Mar 1 01:22:22: %LINK-3-UPDOWN: Interface Virtual-Access4, changed
state to up
*Mar 1 01:22:22: Vi4 PPP: Outbound ip packet dropped, line protocol
not up
*Mar 1 01:22:22: Vi4 PPP: Phase is AUTHENTICATING, Authenticated User
*Mar 1 01:22:22: Vi4 MS-CHAP-V2: O SUCCESS id 1 len 46 msg is
"S=5A52FD48F773E87E7954B5D9E9B7E0177FF5B4C7"
*Mar 1 01:22:22: Vi4 PPP: Phase is UP
*Mar 1 01:22:22: Vi4 IPCP: O CONFREQ [Closed] id 1 len 10
*Mar 1 01:22:22: Vi4 IPCP: Address 192.168.7.1 (0x0306C0A80701)
*Mar 1 01:22:22: Vi4 CCP: O CONFREQ [Closed] id 1 len 4
*Mar 1 01:22:22: Vi4 PPP: Process pending packets
*Mar 1 01:22:22: Vi4 PPP: I pkt type 0x80FD, datagramsize 14
link[ccp]
*Mar 1 01:22:22: Vi4 PPP: I pkt type 0x8021, datagramsize 38 link[ip]
*Mar 1 01:22:22: Vi4 PPP: I pkt type 0x8021, datagramsize 14 link[ip]
*Mar 1 01:22:22: Vi4 PPP: I pkt type 0x80FD, datagramsize 14
link[ccp]
*Mar 1 01:22:22: Vi4 CCP: I CONFREQ [REQsent] id 5 len 10
*Mar 1 01:22:22: Vi4 CCP: MS-PPC supported bits 0x010000E1
(0x1206010000E1)
*Mar 1 01:22:22: Vi4 CCP: O CONFNAK [REQsent] id 5 len 10
*Mar 1 01:22:22: Vi4 CCP: MS-PPC supported bits 0x01000060
(0x120601000060)
*Mar 1 01:22:22: Vi4 CCP: I CONFNAK [REQsent] id 1 len 10
*Mar 1 01:22:22: Vi4 CCP: MS-PPC supported bits 0x00000000
(0x120600000000)
*Mar 1 01:22:22: Vi4 CCP: Ignoring unrequested options
*Mar 1 01:22:22: Vi4 CCP: O CONFREQ [REQsent] id 2 len 4
*Mar 1 01:22:22: Vi4 IPCP: I CONFREQ [REQsent] id 6 len 34
*Mar 1 01:22:22: Vi4 IPCP: Address 0.0.0.0 (0x030600000000)
*Mar 1 01:22:22: Vi4 IPCP: PrimaryDNS 0.0.0.0 (0x810600000000)
*Mar 1 01:22:22: Vi4 IPCP: PrimaryWINS 0.0.0.0 (0x820600000000)
*Mar 1 01:22:22: Vi4 IPCP: SecondaryDNS 0.0.0.0 (0x830600000000)
*Mar 1 01:22:22: Vi4 IPCP: SecondaryWINS 0.0.0.0 (0x840600000000)
*Mar 1 01:22:22: Vi4 AAA/AUTHOR/IPCP: Start. Her address 0.0.0.0, we
want 0.0.0.0
*Mar 1 01:22:22: Vi4 AAA/AUTHOR/IPCP: Done. Her address 0.0.0.0, we
want 0.0.0.0
*Mar 1 01:22:22: Vi4 IPCP: Pool returned 192.168.7.109
*Mar 1 01:22:22: Vi4 IPCP: O CONFREJ [REQsent] id 6 len 22
*Mar 1 01:22:22: Vi4 IPCP: PrimaryWINS 0.0.0.0 (0x820600000000)
*Mar 1 01:22:22: Vi4 IPCP: SecondaryDNS 0.0.0.0 (0x830600000000)
*Mar 1 01:22:22: Vi4 IPCP: SecondaryWINS 0.0.0.0 (0x840600000000)
*Mar 1 01:22:22: Vi4 IPCP: I CONFACK [REQsent] id 1 len 10
*Mar 1 01:22:22: Vi4 IPCP: Address 192.168.7.1 (0x0306C0A80701)
*Mar 1 01:22:22: Vi4 PPP: I pkt type 0x80FD, datagramsize 14
link[ccp]
*Mar 1 01:22:22: Vi4 PPP: I pkt type 0x80FD, datagramsize 14
link[ccp]
*Mar 1 01:22:22: Vi4 PPP: I pkt type 0x8021, datagramsize 20 link[ip]
*Mar 1 01:22:22: Vi4 CCP: I CONFREQ [REQsent] id 7 len 10
*Mar 1 01:22:22: Vi4 CCP: MS-PPC supported bits 0x01000040
(0x120601000040)
*Mar 1 01:22:22: Vi4 CCP: O CONFACK [REQsent] id 7 len 10
*Mar 1 01:22:22: Vi4 CCP: MS-PPC supported bits 0x01000040
(0x120601000040)
*Mar 1 01:22:22: Vi4 CCP: I CONFNAK [ACKsent] id 2 len 10
*Mar 1 01:22:22: Vi4 CCP: MS-PPC supported bits 0x00000000
(0x120600000000)
*Mar 1 01:22:22: Vi4 CCP: Ignoring unrequested options
*Mar 1 01:22:22: Vi4 CCP: O CONFREQ [ACKsent] id 3 len 4
*Mar 1 01:22:22: Vi4 IPCP: I CONFREQ [ACKrcvd] id 8 len 16
*Mar 1 01:22:22: Vi4 IPCP: Address 0.0.0.0 (0x030600000000)
*Mar 1 01:22:22: Vi4 IPCP: PrimaryDNS 0.0.0.0 (0x810600000000)
*Mar 1 01:22:22: Vi4 IPCP: O CONFNAK [ACKrcvd] id 8 len 16
*Mar 1 01:22:22: Vi4 IPCP: Address 192.168.7.109 (0x0306C0A8076D)
*Mar 1 01:22:22: Vi4 IPCP: PrimaryDNS 204.50.251.253
(0x8106CC32FBFD)
*Mar 1 01:22:22: Vi4 PPP: I pkt type 0x80FD, datagramsize 14
link[ccp]
*Mar 1 01:22:22: Vi4 PPP: I pkt type 0x8021, datagramsize 20 link[ip]
*Mar 1 01:22:22: Vi4 CCP: I CONFNAK [ACKsent] id 3 len 10
*Mar 1 01:22:22: Vi4 CCP: MS-PPC supported bits 0x00000000
(0x120600000000)
*Mar 1 01:22:22: Vi4 CCP: Ignoring unrequested options
*Mar 1 01:22:22: Vi4 CCP: O CONFREQ [ACKsent] id 4 len 4
*Mar 1 01:22:22: Vi4 IPCP: I CONFREQ [ACKrcvd] id 9 len 16
*Mar 1 01:22:22: Vi4 IPCP: Address 192.168.7.109 (0x0306C0A8076D)
*Mar 1 01:22:22: Vi4 IPCP: PrimaryDNS 204.50.251.253
(0x8106CC32FBFD)
*Mar 1 01:22:22: Vi4 IPCP: O CONFACK [ACKrcvd] id 9 len 16
*Mar 1 01:22:22: Vi4 IPCP: Address 192.168.7.109 (0x0306C0A8076D)
*Mar 1 01:22:22: Vi4 IPCP: PrimaryDNS 204.50.251.253
(0x8106CC32FBFD)
*Mar 1 01:22:22: Vi4 IPCP: State is Open
*Mar 1 01:22:22: Vi4 IPCP: Install route to 192.168.7.109
*Mar 1 01:22:22: Vi4 IPCP: Add link info for cef entry 192.168.7.109
*Mar 1 01:22:22: Vi4 PPP: I pkt type 0x80FD, datagramsize 14
link[ccp]
*Mar 1 01:22:22: Vi4 CCP: I CONFNAK [ACKsent] id 4 len 10
*Mar 1 01:22:22: Vi4 CCP: MS-PPC supported bits 0x00000000
(0x120600000000)
*Mar 1 01:22:22: Vi4 CCP: Ignoring unrequested options
*Mar 1 01:22:22: Vi4 CCP: O CONFREQ [ACKsent] id 5 len 4
*Mar 1 01:22:22: Vi4 PPP: I pkt type 0x0021, datagramsize 100
link[ip]
*Mar 1 01:22:22: Vi4 PPP: I pkt type 0x0021, datagramsize 36 link[ip]
*Mar 1 01:22:22: Vi4 PPP: I pkt type 0x0021, datagramsize 56 link[ip]
*Mar 1 01:22:23: Vi4 PPP: I pkt type 0x0021, datagramsize 100
link[ip]
*Mar 1 01:22:23: %LINEPROTO-5-UPDOWN: Line protocol on Interface
Virtual-Access4, changed state to up
*Mar 1 01:22:23: Vi4 LCP: O ECHOREQ [Open] id 1 len 12 magic
0x10C6C793
*Mar 1 01:22:24: Vi4 PPP: I pkt type 0x0021, datagramsize 100
link[ip]
*Mar 1 01:22:24: Vi4 CCP: TIMEout: State ACKsent
*Mar 1 01:22:24: Vi4 CCP: O CONFREQ [ACKsent] id 6 len 4
*Mar 1 01:22:24: Vi4 PPP: I pkt type 0x0021, datagramsize 100
link[ip]
*Mar 1 01:22:25: Vi4 PPP: I pkt type 0x0021, datagramsize 100
link[ip]
*Mar 1 01:22:25: Vi4 PPP: I pkt type 0x0021, datagramsize 100
link[ip]
*Mar 1 01:22:26: Vi4 PPP: I pkt type 0x0021, datagramsize 100
link[ip]
*Mar 1 01:22:26: Vi4 PPP: I pkt type 0x0021, datagramsize 100
link[ip]
*Mar 1 01:22:26: Vi4 CCP: TIMEout: State ACKsent
*Mar 1 01:22:26: Vi4 CCP: O CONFREQ [ACKsent] id 7 len 4
*Mar 1 01:22:27: Vi4 PPP: I pkt type 0x0021, datagramsize 100
link[ip]
*Mar 1 01:22:27: Vi4 PPP: I pkt type 0x0021, datagramsize 100
link[ip]
*Mar 1 01:22:27: Vi4 PPP: I pkt type 0x0021, datagramsize 36 link[ip]
*Mar 1 01:22:27: Vi4 PPP: I pkt type 0x0021, datagramsize 100
link[ip]
*Mar 1 01:22:27: Vi4 PPP: I pkt type 0x0021, datagramsize 100
link[ip]
*Mar 1 01:22:28: Vi4 PPP: I pkt type 0x0021, datagramsize 100
link[ip]
*Mar 1 01:22:28: Vi4 PPP: I pkt type 0x0021, datagramsize 100
link[ip]
*Mar 1 01:22:28: Vi4 PPP: I pkt type 0x80FD, datagramsize 14
link[ccp]
*Mar 1 01:22:28: Vi4 PPP: I pkt type 0xC021, datagramsize 16
link[ppp]
*Mar 1 01:22:28: Vi4 PPP: I pkt type 0x80FD, datagramsize 14
link[ccp]
*Mar 1 01:22:28: Vi4 PPP: I pkt type 0x80FD, datagramsize 14
link[ccp]
*Mar 1 01:22:28: Vi4 PPP: I pkt type 0x0021, datagramsize 332
link[ip]
*Mar 1 01:22:28: Vi4 CCP: I CONFNAK [ACKsent] id 5 len 10
*Mar 1 01:22:28: Vi4 CCP: MS-PPC supported bits 0x00000000
(0x120600000000)
*Mar 1 01:22:28: Vi4 CCP: ID 5 didn't match 7, discarding packet
*Mar 1 01:22:28: Vi4 LCP: I ECHOREP [Open] id 1 len 12 magic
0x3F260DE3
*Mar 1 01:22:28: Vi4 LCP: Received id 1, sent id 1, line up
*Mar 1 01:22:28: Vi4 CCP: I CONFNAK [ACKsent] id 6 len 10
*Mar 1 01:22:28: Vi4 CCP: MS-PPC supported bits 0x00000000
(0x120600000000)
*Mar 1 01:22:28: Vi4 CCP: ID 6 didn't match 7, discarding packet
*Mar 1 01:22:28: Vi4 CCP: I CONFNAK [ACKsent] id 7 len 10
*Mar 1 01:22:28: Vi4 CCP: MS-PPC supported bits 0x00000000
(0x120600000000)
*Mar 1 01:22:28: Vi4 CCP: Ignoring unrequested options
*Mar 1 01:22:28: Vi4 CCP: O CONFREQ [ACKsent] id 8 len 4
*Mar 1 01:22:28: Vi4 PPP: I pkt type 0x80FD, datagramsize 14
link[ccp]
*Mar 1 01:22:28: Vi4 CCP: I CONFNAK [ACKsent] id 8 len 10
*Mar 1 01:22:28: Vi4 CCP: MS-PPC supported bits 0x00000000
(0x120600000000)
*Mar 1 01:22:28: Vi4 CCP: Ignoring unrequested options
*Mar 1 01:22:28: Vi4 CCP: O CONFREQ [ACKsent] id 9 len 4
*Mar 1 01:22:28: Vi4 PPP: I pkt type 0x80FD, datagramsize 14
link[ccp]
*Mar 1 01:22:28: Vi4 CCP: I CONFNAK [ACKsent] id 9 len 10
*Mar 1 01:22:28: Vi4 CCP: MS-PPC supported bits 0x00000000
(0x120600000000)
*Mar 1 01:22:28: Vi4 CCP: Ignoring unrequested options
*Mar 1 01:22:28: Vi4 CCP: O CONFREQ [ACKsent] id 10 len 4
*Mar 1 01:22:28: Vi4 PPP: I pkt type 0x80FD, datagramsize 14
link[ccp]
*Mar 1 01:22:28: Vi4 CCP: I CONFNAK [ACKsent] id 10 len 10
*Mar 1 01:22:28: Vi4 CCP: MS-PPC supported bits 0x00000000
(0x120600000000)
*Mar 1 01:22:28: Vi4 CCP: Ignoring unrequested options
*Mar 1 01:22:28: Vi4 CCP: O CONFREQ [ACKsent] id 11 len 4
*Mar 1 01:22:28: Vi4 PPP: I pkt type 0xC021, datagramsize 20
link[ppp]
*Mar 1 01:22:28: Vi4 LCP: I TERMREQ [Open] id 10 len 16
(0x3F260DE3003CCD74000002E6)
*Mar 1 01:22:28: Vi4 LCP: O TERMACK [Open] id 10 len 4
*Mar 1 01:22:28: Vi4 PPP: Sending Acct Event[Down] id[93]
*Mar 1 01:22:28: Vi4 PPP: Phase is TERMINATING
*Mar 1 01:22:30: Vi4 CCP: TIMEout: State ACKsent
*Mar 1 01:22:30: Vi4 CCP: O CONFREQ [ACKsent] id 12 len 4
*Mar 1 01:22:30: Vi4 LCP: TIMEout: State TERMsent
*Mar 1 01:22:30: Vi4 LCP: State is Closed
*Mar 1 01:22:30: Vi4 PPP: Phase is DOWN
*Mar 1 01:22:30: Vi4 CCP: State is Closed
*Mar 1 01:22:30: Vi4 IPCP: Remove link info for cef entry
192.168.7.109
*Mar 1 01:22:30: Vi4 IPCP: State is Closed
*Mar 1 01:22:30: Vi4 PPP: Block vaccess from being freed [0x1]
*Mar 1 01:22:30: Vi4 PPP: Phase is ESTABLISHING, Passive Open
*Mar 1 01:22:30: Vi4 LCP: State is Listen
*Mar 1 01:22:30: Vi4 IPCP: Remove route to 192.168.7.109
*Mar 1 01:22:30: Vi4 PPP: Unlocked by [0x1] Still Locked by [0x0]
*Mar 1 01:22:30: Vi4 PPP: Free previously blocked vaccess
*Mar 1 01:22:30: %LINK-3-UPDOWN: Interface Virtual-Access4, changed
state to down
*Mar 1 01:22:30: Vi4 PPP: Authorization required
*Mar 1 01:22:30: Vi4 PPP: No remote authentication for call-in
*Mar 1 01:22:31: %LINEPROTO-5-UPDOWN: Line protocol on Interface
Virtual-Access4, changed state to down




What's wrong? It seems that the connection already established but
disconnected immediately.

any response would be very appreciated!


Hans Yin
wym.oursci.com
 
Reply With Quote
 
 
 
Reply

Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
Configure Cisco PIX515e PPTP VPN Clients to allow access to another network across a IPSEC Tunnel ashley.lawrence@gmail.com Cisco 2 08-22-2007 08:32 PM
how can i set up MPPE encryption on cisco 3725 router? ghsu2001@yahoo.com Cisco 0 11-01-2006 02:07 PM
Site to site VPn tunnel and VPN tunnel Trouble Cisco 0 08-04-2006 04:23 AM
Cisco PIX 501 using pptp to connect to cisco vpn 3005 concentrator Kai Cisco 1 05-14-2004 02:44 PM
PPTP with MPPE & RIP not working between Cisco4500 & WinXP native VPN Pedro Ribeiro Cisco 0 12-14-2003 10:36 AM



Advertisments
 



1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57