Hi,
Need some guidance with a VPN between my pix (7.1(2)) and a clients sonicwall. I used the ASDM to create the VPN- relevant parts of the config:
access-list outside_20_cryptomap extended permit ip 10.11.0.0 255.255.0.0 10.0.0.0 255.255.0.0
access-list dmz1_nat0_outbound extended permit ip 10.11.0.0 255.255.0.0 10.0.0.0 255.255.0.0
crypto ipsec transform-set ESP-3DES-SHA esp-3des esp-sha-hmac
crypto map outside_map 20 match address outside_20_cryptomap
crypto map outside_map 20 set peer 83.x.x.x
crypto map outside_map 20 set transform-set ESP-3DES-SHA
crypto map outside_map interface outside
isakmp enable outside
tunnel-group 83.x.x.x type ipsec-l2l
tunnel-group 83.x.x.x ipsec-attributes
pre-shared-key *
Client has confirmed settings at his end are same. Not having had much experience of VPNs on Pix (and no experience of Sonicwall), are there any 'gotchas' I need to be aware of? The tunnel is not coming up, and I am seeing the following messages when debugging:
[IKEv1]: Group = 83.x.x.x, IP = 83.x.x.x, Removing peer from peer table failed, no match!
[IKEv1]: Group = 83.x.x.x, IP = 83.x.x.x, Error: Unable to remove PeerTblEntry
[IKEv1]: IP = 83.x.x.x, Received Invalid Cookie message for non-existent SA
Could be something painfully obvious, but advice would be appreciated.
Need some guidance with a VPN between my pix (7.1(2)) and a clients sonicwall. I used the ASDM to create the VPN- relevant parts of the config:
access-list outside_20_cryptomap extended permit ip 10.11.0.0 255.255.0.0 10.0.0.0 255.255.0.0
access-list dmz1_nat0_outbound extended permit ip 10.11.0.0 255.255.0.0 10.0.0.0 255.255.0.0
crypto ipsec transform-set ESP-3DES-SHA esp-3des esp-sha-hmac
crypto map outside_map 20 match address outside_20_cryptomap
crypto map outside_map 20 set peer 83.x.x.x
crypto map outside_map 20 set transform-set ESP-3DES-SHA
crypto map outside_map interface outside
isakmp enable outside
tunnel-group 83.x.x.x type ipsec-l2l
tunnel-group 83.x.x.x ipsec-attributes
pre-shared-key *
Client has confirmed settings at his end are same. Not having had much experience of VPNs on Pix (and no experience of Sonicwall), are there any 'gotchas' I need to be aware of? The tunnel is not coming up, and I am seeing the following messages when debugging:
[IKEv1]: Group = 83.x.x.x, IP = 83.x.x.x, Removing peer from peer table failed, no match!
[IKEv1]: Group = 83.x.x.x, IP = 83.x.x.x, Error: Unable to remove PeerTblEntry
[IKEv1]: IP = 83.x.x.x, Received Invalid Cookie message for non-existent SA
Could be something painfully obvious, but advice would be appreciated.