Velocity Reviews - Computer Hardware Reviews

Velocity Reviews > Newsgroups > Computing > Cisco > Cisco isakmp & xauth problems

Reply
Thread Tools

Cisco isakmp & xauth problems

 
 
gaetano
Guest
Posts: n/a
 
      08-01-2004
I'm trying to terminate IPSEC connections from Windows XP SP1 and the
Cisco VPN client 4.0.5 on the same 2610 (12.3.9a) using a wild-card key.
I want to use xauth for the VPN client connections, but not for the
Windows XP ones since they contain L2TP sessions which will be
authenticated later anyway.

I can get either one working individually, but not both at the same
time, since they require different crypto maps. Here's what I've tried:

vpdn-group <>
! Default L2TP VPDN group
accept-dialin
protocol l2tp
virtual-template 1
local <>
no l2tp tunnel authentication

[...]

crypto isakmp key demosaet address 0.0.0.0 0.0.0.0

crypto isakmp client configuration group <>
key <>
dns <>
wins <>
domain <>
pool pool_cvpn

[...]

crypto ipsec transform-set winXP esp-des esp-sha-hmac
mode transform
crypto ipsec transform-set vpnclient esp-des esp-md5-hmac

crypto dynamic-map dyn-winXP 10
set transform-set winXP
match address 101

crypto dynamic-map dyn-vpnclient 10
set transform-set vpnclient
match address 102

crypto map winXP 10 ipsec-isakmp dynamic dyn-winXP

crypto map vpn-client client authentication list userauthen
crypto map vpn-client isakmp authorization list groupauthor
crypto map vpn-client client configuration address respond
crypto map vpn-client 10 ipsec-isakmp dynamic dyn-vpnclient

I've discovered that the win2000 crypto map works great on a loopback
(the vpnclient one doesn't).
Either can be made to work on the ethernet interface, so I had hoped to
do the winXP map on loopback 0, and the vpnclient map on ethernet 0.
However, in this configuration, isakmp insists on doing xauth to Windows
XP, even though it's using the transforms from the correct map.

Has anyone got any ideas on how to get this to work?
 
Reply With Quote
 
 
 
 
gaetano
Guest
Posts: n/a
 
      08-03-2004
gaetano wrote:
> I'm trying to terminate IPSEC connections from Windows XP SP1 and the
> Cisco VPN client 4.0.5 on the same 2610 (12.3.9a) using a wild-card key.
> I want to use xauth for the VPN client connections, but not for the
> Windows XP ones since they contain L2TP sessions which will be
> authenticated later anyway.
>
> I can get either one working individually, but not both at the same
> time, since they require different crypto maps. Here's what I've tried:
>

i found that cisco don't support it...

thanks anyway
 
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
PIX 501, Xauth and vpngroups Vincent Cisco 4 12-18-2004 02:27 PM
Xauth VPN (Home)Router to work config Chris in OZ Cisco 0 06-02-2004 10:31 PM
Cisco VPN Client, changed XAUTH method shows Domain field Dale Shaw Cisco 0 03-02-2004 04:01 AM
Cisco 827 Config. for terminating an IPSec VPN with xauth.... Masud Reza Cisco 0 01-29-2004 11:36 AM
Cisco VPN Client + Xauth Tacacs+ Martin Eden Cisco 1 12-30-2003 01:01 PM



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