cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
359
Views
0
Helpful
2
Replies

VPN client to 1841 12.4.(1a)

ctivig
Level 1
Level 1

I am trying to establish a conncetion between a cisco vpn client ver 4.0.5 and a cisco route 1841 w/ 12.4(1a)

I get Phase1 "atts are not acceptable "no matter what I try. Any ideea ? here is the config:

crypto isakmp policy 2

encr 3des

authentication pre-share

group 2

!

crypto isakmp client configuration group vpngroup

key xxx

dns 192.168.130.7

wins 192.168.130.7

domain emphatec.com

pool ippool

pfs

!

!

crypto ipsec transform-set secure esp-3des esp-sha-hmac

!

crypto dynamic-map dynmap 10

set transform-set secure

set pfs group2

!

!

crypto map clientmap client authentication list userauthen

crypto map clientmap client configuration address respond

crypto map clientmap 10 ipsec-isakmp dynamic dynmap

!

Thank you

2 Replies 2

spremkumar
Level 9
Level 9

Hi

can u post out your authentication part too which would be ur local aaa config.

it should be in this sort ...

aaa new-model

!

!

aaa authentication login userauthen local

aaa authorization network groupauthor local

!

!

username cisco password cisco

regds

ctivig
Level 1
Level 1

aaa new-model

!

!

aaa authentication login userauthen group radius

!