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

IPSEC-RA Connecticity Problem in ASA

mmubarak
Level 1
Level 1

Log Showing Error:

<br />Rejecting IPSec tunnel: no matching crypto map entry for remote proxy 192.168.50.1/255.255.255.255/0/0 local proxy 0.0.0.0/0.0.0.0/0/0 on interface Outside

<br />

My Configurations are:

group-policy abhvpnuser attributes

vpn-simultaneous-logins 30

vpn-idle-timeout 30

vpn-session-timeout 240

split-tunnel-policy tunnelspecified

split-tunnel-network-list value 300

!

tunnel-group abhvpnuser type ipsec-ra

tunnel-group abhvpnuser general-attributes

address-pool vpnpool1

default-group-policy abhvpnuser

tunnel-group abhvpnuser ipsec-attributes

pre-shared-key 123456

!

username mohd password mohd privilege 0

username mohd attributes

vpn-group-policy abhvpnuser

vpn-filter value 301

!

ip local pool vpnpool1 192.168.50.1-192.168.50.100

!

access-list Inside_nat0_outbound extended permit ip 192.168.126.0 255.255.255.0 192.168.50.0 255.255.255.0

!

access-list 300 extended permit ip 192.168.126.0 255.255.255.0 192.168.50.0 255.255.255.0

!

access-list 301 extended permit ip host 192.168.126.5 192.168.50.0 255.255.255.0

!

access-list 301 extended permit ip 192.168.50.0 255.255.255.0 host 192.168.126.5

!

nat (Inside) 0 access-list inside_nat0_outbound

1 Reply 1

Ivan Martinon
Level 7
Level 7

You are missing your crypto map statements, can you post these here?