CPUG

The Check Point User Group

A Resource For The Check Point Community.  Fast.  Useful.  Independent.

1. CCSA/CCSE One-Week Dual-Certification Training Course with CPUG in San Francisco!
    Courses Starting 12/8, (2009) 1/19, 2/9, 3/9, 4/6, 5/4, 6/8, 7/6, 8/3.
2. Join Us On LinkedIn - We now have a CPUG group.


Go Back   CPUG: The Check Point User Group > Check Point Firewall-1/VPN-1 And Related Products > VPN's (Virtual Private Networks)
Register FAQ Members List Calendar Search Today's Posts Mark Forums Read

Reply
 
LinkBack Thread Tools Display Modes
  #1 (permalink)  
Old 2006-04-03
Junior Member
 
Join Date: 2006-04-03
Posts: 5
Rep Power: 0
srikkantan has an average reputation (10+)
Default Site to Site VPN between Checkpoint NGX and Cisco VPN Concentrator

I have a problem in a site to site VPN connectivity between Checkpoint NGX and Cisco VPN Concentrator. Tunnel can be established from Cisco side and they are able to reach my network. But we are unable to establish the tunnel from our side (Checkpoint). In the log i could see all these errors

IKE: Quik Mode sent Notification Invalid ID information.

Error: "Packet is dropped because there is no valid SA - please refer to solution sk19423 in SecureKnowledge Database for more information".

Cisco sending "Delete SA" message to Check Point peer

Can anyone help me to resolve this issue..
Reply With Quote
  #2 (permalink)  
Old 2006-04-03
Senior Member
 
Join Date: 2005-11-21
Location: Europe, Lithuania
Posts: 291
Rep Power: 4
Sergej has an average reputation (10+)
Default Re: Site to Site VPN between Checkpoint NGX and Cisco VPN Concentrator

Did you use cisco article as a reference?
http://www.cisco.com/en/US/products/...80150fee.shtml
Reply With Quote
  #3 (permalink)  
Old 2006-04-03
Junior Member
 
Join Date: 2006-04-03
Posts: 5
Rep Power: 0
srikkantan has an average reputation (10+)
Default Re: Site to Site VPN between Checkpoint NGX and Cisco VPN Concentrator

Yes I have this document, but still the problem is there.
Reply With Quote
  #4 (permalink)  
Old 2006-04-03
Senior Member
 
Join Date: 2005-08-22
Location: Ottawa, Canada
Posts: 347
Rep Power: 4
Lackie has an average reputation (10+)
Default Re: Site to Site VPN between Checkpoint NGX and Cisco VPN Concentrator

If you have access to the Check Point KB, take a look at sk26336.
Reply With Quote
  #5 (permalink)  
Old 2006-04-03
Junior Member
 
Join Date: 2006-04-03
Posts: 5
Rep Power: 0
srikkantan has an average reputation (10+)
Default Re: Site to Site VPN between Checkpoint NGX and Cisco VPN Concentrator

Yes I have seen that, I would like to know if i do those changes. It will affect the existing VPN tunnels?
Reply With Quote
  #6 (permalink)  
Old 2006-04-04
Senior Member
 
Join Date: 2005-08-22
Location: Ottawa, Canada
Posts: 347
Rep Power: 4
Lackie has an average reputation (10+)
Default Re: Site to Site VPN between Checkpoint NGX and Cisco VPN Concentrator

It should not affect your current VPN's. You are just defining what you are using for the encryption domain.
Reply With Quote
  #7 (permalink)  
Old 2006-04-19
Junior Member
 
Join Date: 2006-04-19
Posts: 1
Rep Power: 0
sarvesh has an average reputation (10+)
Default Re: Site to Site VPN between Checkpoint NGX and Cisco VPN Concentrator

Many a times Pix & checkpoint behaves in different ways when understanding / interpreting the encryption domains (ip subnet-source & destination).
To MATCH them, pls ensure as per the example given below:

Host based:
===========
Both parties define the vpn domain as 172.25.8.2

Host defined as network objects
===========================
Both parties define the vpn domain as 172.25.8.2/255.255.255.255

Network based:
==============
Both parties define the vpn domain as 172.25.8.0/255.255.248.0
Reply With Quote
  #8 (permalink)  
Old 2006-04-20
Junior Member
 
Join Date: 2006-04-20
Posts: 2
Rep Power: 0
networkranger has an average reputation (10+)
Default Re: Site to Site VPN between Checkpoint NGX and Cisco VPN Concentrator

have you seen this

Quote:
Originally Posted by alienbaby
The problem was because the PIX ACL and the CheckPoint Encryption Domain did not match.

CheckPoint is far more forgiving than the PIX is.

Consider the following example.

Site 1 is a large network and the Administrator has placed network object of 10.0.0.0/255.0.0.0 as the Encyption Domain. Site 1 is the CheckPoint firewall.
Site 2 is a small company (a vendor, credit card processor or something) and uses a PIX or Cisco Router with IPSec VPN feature set. Site 2's VPN device has only been told about a small portion of Site 1's network; ie 10.100.1.0/255.255.255.0.

When Site 2 attempts to initate a VPN, it negociates for 10.100.1.0/255.255.255.0 subnet. Since the checkpoint firewall finds that 10.100.1.0/255.255.255.0 is within 10.0.0.0/255.0.0.0, it allows the erronious subnet negociated VPN. The VPN is setup successfully.
When Site 1 attempts to initiate a VPN to Site 2, the CheckPoint includes it's 10.0.0.0/255.0.0.0 subnet in the subnet negociation. The PIX/Cisco VPN device strictly checks the 10.0.0.0/255.0.0.0 subnet against it's VPN ACL. When it does not match, the PIX/Cisco VPN device disallows the VPN.

The two solutions are to Uncheck the Subnet negociation checkbox on the Interoperable device for the PIX/CIsco; or correct the Encyption Domain on the CheckPoint side. In addition to the 10.0.0.0/255.0.0.0 network object, you can include a network object for 10.100.1.0/255.255.255.0. Even though one is technically inside the other, it will work. You could even change the Cisco's ACL to include the 10.0.0.0/255.0.0.0 instead of 10.100.1.0/255.255.255.0 and use the firewall policy to allow the very few hosts accross the VPN.

Matching the Encyption Domains is the correct solution.

Unchecking the Subnet Negociation checkbox increases the overhead on both Firewalls. Two SAs will be needed for every IP Address pair instead on two SAs for the subnet to subnet VPN.

More than just the Phase 1 and Phase 2 properties have to be corrent for a successful IKE negociation to take place. The Encryption Domain/VPN ACLs have to match as well.
Reply With Quote
  #9 (permalink)  
Old 2006-05-05
Member
 
Join Date: 2006-04-05
Posts: 86
Rep Power: 3
gladiatorkev has an average reputation (10+)
Default Re: Site to Site VPN between Checkpoint NGX and Cisco VPN Concentrator

HI ,

What logs do u get in the PIX side when u intiate the Tunnel..?!

Have u tried makin the LinkSelection--> manual-->ExternalIP from Topology for ur GATEWAY..!?

Try doin that for ur vpn ..!

Mostly should work..!

If not have u tried defining the VPN in Traditional Mode instead of Simple Mode and defining the settings exactly as that of PIX side.?

Regards,
Kev
Reply With Quote
Reply

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are Off
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


All times are GMT -7. The time now is 23:50.


Powered by vBulletin® Version 3.7.4
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
Content Relevant URLs by vBSEO 3.2.0