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