| Ben さんのプロフィールbenryanauブログつながり | ヘルプ |
|
|
2月9日 Windows Mobile 6.1 to Cisco IOS PPTP VPNCAVEAT: ppp lcp predictive doesn't work on all IOS's!
Like the rest of the world, I found Windows Mobile 6.1 would not connect to a Cisco VPDN server over PPTP.
I really needed this, so I struggled with it (for days). Finally I got it working! Sadly this means every customer I need to connect to must have this config.. grrr.
The issue seems to be the WM PPTP client is limited in its capabilities - it isn't very flexible in what it negotiates with the server.
The main trouble was MPPE/MPPC negotiation - WM only supports stateful (or maybe only stateless but not both) MPPE.
PPP negotiation debugs showed a long back and forth CONFREQ CONFNAK sequence where WM just wouldn't accept any offered types.
This behaviour was observed with 12.4(5b) on a c837.
Note you must use MS-CHAP-v2 only on the router. The easiest way is to use MS IAS on the server and configure that properly along with the router's RADIUS config (another blog post later to describe how to get this working!)
In short, here's the relevant Virtual Template config, along with some recommendations for PPTP:
vpdn-group <vpdn group>
accept-dialin
protocol pptp virtual-template 10 pptp tunnel echo 30 ip tos reflect ip tos 15 ip precedence critical ip pmtu ip mtu adjust interface Virtual-Template10
mtu 1380 ip unnumbered Ethernet0 no ip proxy-arp no ip route-cache same-interface ip tcp header-compression peer default ip address pool <your IP pool> keepalive 20 compress mppc ppp lcp predictive ppp encrypt mppe 128 passive ppp authentication ms-chap-v2 <your authentication list to RADIUS> ppp authorization <your authorization list to RADIUS>
ppp ipcp mask 255.255.0.0 ppp ipcp predictive ppp link reorders Let me know how this works for you. And curse you MS and Cisco, so much for the 'pledge to make products work together'.
Keywords: PPTP, VPN, VPDN, LCP, MPPC, MPPE, MS-CHAP-v2, IOS, CISCO, WM, WM6.1, Windows Mobile,, compression, encryption コメント (1 件)
トラックバックこの記事のトラックバックの URL は次のとおりです。 http://benryanau.spaces.live.com/blog/cns!E55F3F5F75B5A7BB!174.trak この記事を参照しているブログ
|
|
|