cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
425
Views
0
Helpful
1
Replies

Help vpn asa

shaun.connor
Level 1
Level 1

I cannot get my VPN client v5 working with my

asa, everytime i try to connect I get "the remote peer is no longer responding" reason 412

Here is my config

ASA Version 8.3(1)
!
crypto ipsec transform-set certvpn esp-aes esp-sha-hmac
crypto ipsec security-association lifetime seconds 28800
crypto ipsec security-association lifetime kilobytes 4608000
crypto dynamic-map Outside_dyn_map 50 set transform-set certvpn
crypto dynamic-map Outside_dyn_map 50 set reverse-route
crypto map crymap 90 ipsec-isakmp dynamic Outside_dyn_map
crypto map crymap interface outside
crypto isakmp enable outside
crypto isakmp policy 1
authentication pre-share
encryption 3des
hash sha
group 2
lifetime 43200
telnet timeout 5
ssh 208.181.7.180 255.255.255.255 outside
ssh timeout 5
console timeout 0
dhcpd auto_config outside
!

webvpn
group-policy testvpn internal
username sconnor password wKwo98zQw2rfpBx/ encrypted privilege 15
tunnel-group testvpn type remote-access
tunnel-group testvpn general-attributes
address-pool VPN-Pool
default-group-policy testvpn
tunnel-group testvpn ipsec-attributes
pre-shared-key *****
!

My VPN client is setup for group = testvpn and preshared key matches on asa

Any ideas would be great

1 Reply 1

Nagaraja Thanthry
Cisco Employee
Cisco Employee

Hello,

I do not see any group policy attributes defined. Can you please try the following:

group-policy testvpn attributes
  dns-server value
  vpn-tunnel-protocol IPSec

Hope this helps.

Regards,

NT