Trying to set up a vpn tunnel between a AGA and ssg, we are getting the following Proxy ID error on both sides
here are vpn logs for the agaVPN log
<163>%ASA-3-713122: IP = 28.9.111.129, Keep-alives configured on but peer does not support keep-alives (type = None)
<163>%ASA-3-713061: Group = 28.9.111.129, IP = 28.9.111.129, Rejecting IPSec tunnel: no matching crypto map entry
for remote proxy 192.168.9.0/255.255.255.0/
0/0 local proxy 192.168.3.54/255.255.255.2
55/0/0 on interface outside
and the vpn logs errors from the Juniper
This is what I get whe I try the 2 proxy ID solutions. I am working on getting the ASA log files
IKE<36.101.96.103> Phase 2: No policy exists for the proxy ID received: local ID (<192.168.9.0>/<255.255.25
5.0>, <0>, <0>) remote ID (<0.0.0.0>/<0.0.0.0>, <0>, <0>).
IKE<36.101.96.103> Phase 2: No policy exists for the proxy ID received: local ID (<192.168.9.0>/<255.255.25
5.0>, <0>, <0>) remote ID (<192.168.3.54>/<255.255.2
55.255>, <0>, <0>).
We are using a routed VPN tunnel on the Juniper and we are not able to match up our phase 2 ID's yet
here is the interesting traffic from the AGA
access-list client-vpn-2-us permit tcp host 192.168.3.54 192.168.9.0 255.255.255.0 eq 1433
access-list client-vpn-2-us permit tcp host 192.168.3.56 192.168.9.0 255.255.255.0 eq 1433
access-list client-vpn-2-us permit tcp host 192.168.3.93 192.168.9.0 255.255.255.0 eq 1433
access-list client-vpn-2-us permit tcp host 192.168.3.175 192.168.9.0 255.255.255.0 eq 1433
access-list client-vpn-2-us permit tcp host 172.16.2.165 192.168.9.0 255.255.255.0 eq 1433
access-list client-vpn-2-us permit tcp host 192.168.3.56 192.168.9.0 255.255.255.0 eq 137
access-list client-vpn-2-us permit tcp host 192.168.3.56 192.168.9.0 255.255.255.0 eq 139
access-list client-vpn-2-us permit tcp host 192.168.3.56 192.168.9.0 255.255.255.0 eq 445
access-list client-vpn-2-us permit udp host 192.168.3.56 192.168.9.0 255.255.255.0 eq 137
access-list client-vpn-2-us permit udp host 192.168.3.56 192.168.9.0 255.255.255.0 eq 138
access-list client-vpn-2-us permit tcp host 192.168.3.57 192.168.9.0 255.255.255.0 eq 137
access-list client-vpn-2-us permit tcp host 192.168.3.57 192.168.9.0 255.255.255.0 eq 139
access-list client-vpn-2-us permit tcp host 192.168.3.57 192.168.9.0 255.255.255.0 eq 445
access-list client-vpn-2-us permit udp host 192.168.3.57 192.168.9.0 255.255.255.0 eq 137
access-list client-vpn-2-us permit udp host 192.168.3.57 192.168.9.0 255.255.255.0 eq 138
access-list client-vpn-2-us permit tcp host 192.168.3.93 192.168.9.0 255.255.255.0 eq 137
access-list client-vpn-2-us permit tcp host 192.168.3.93 192.168.9.0 255.255.255.0 eq 139
access-list client-vpn-2-us permit tcp host 192.168.3.93 192.168.9.0 255.255.255.0 eq 445
access-list client-vpn-2-us permit udp host 192.168.3.93 192.168.9.0 255.255.255.0 eq 137
access-list client-vpn-2-us permit udp host 192.168.3.93 192.168.9.0 255.255.255.0 eq 138
access-list client-vpn-2-us permit tcp host 192.168.3.175 192.168.9.0 255.255.255.0 eq 137
access-list client-vpn-2-us permit tcp host 192.168.3.175 192.168.9.0 255.255.255.0 eq 139
access-list client-vpn-2-us permit tcp host 192.168.3.175 192.168.9.0 255.255.255.0 eq 445
access-list client-vpn-2-us permit udp host 192.168.3.175 192.168.9.0 255.255.255.0 eq 137
access-list client-vpn-2-us permit udp host 192.168.3.175 192.168.9.0 255.255.255.0 eq 138
access-list client-vpn-2-us permit tcp host 172.16.2.165 192.168.9.0 255.255.255.0 eq 137
access-list client-vpn-2-us permit tcp host 172.16.2.165 192.168.9.0 255.255.255.0 eq 139
access-list client-vpn-2-us permit tcp host 172.16.2.165 192.168.9.0 255.255.255.0 eq 445
access-list client-vpn-2-us permit udp host 172.16.2.165 192.168.9.0 255.255.255.0 eq 137
access-list client-vpn-2-us permit udp host 172.16.2.165 192.168.9.0 255.255.255.0 eq 138
Crypto map etc
crypto ipsec transform-set client-strong esp-3des esp-sha-hmac
crypto map client-vpn 5 match address Client-vpn-2-US
crypto map client-vpn 5 set peer 28.9.111.129
crypto map client-vpn 5 set transform-set Client-strong
crypto map client-vpn interface outside
crypto isakmp identity address
crypto isakmp enable outside
crypto isakmp policy 5
authentication pre-share
encryption 3des
hash sha
group 2
lifetime 28800
Should we set just on VPN tunnel with each of the AGA remote local IP?
I been playing with the Proxy ID values on the Juniper even using 0.0.0.0/ 0 for the remote location and still do not match
Thanks
Start Free Trial