Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations TouchToneTommy on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Pix 515E to Sonicwall VPN

Status
Not open for further replies.

mdc1973

Technical User
Jul 7, 2003
31
GB
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.
 
Somewhere on the Sonicwall website there are a series of whitepapers on site to site vpn between different products. I think they have a step-by-step on how to connect to PIX.

When I have a minute I will look for it.
 
Check the pfs setting on your pix. I beleive the Sonicwall has perfect forward secret set for 3des.


Brent
Systems Engineer / Consultant
CCNP, CCSP
 
Thanks for the replies, managed to get it sorted. Think the messages were a bit of a red herring, ultimately it was down to the Pix sending it's hostname as Identity to send to peer. Once I changed it to address, it was sorted...

A mistake I won't make again (and if we can't learn from them, then what's the use of making them??).
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top