CPUG

The Check Point User Group

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

1. Come to CPUG CON 2008 EUROPE in Switzerland on September 8th - 9th!
    Two days full of technical content for Check Point administrators in the beautiful Swiss Alps!
    We already have sign-ups from twelve different countries!
2. CCSA/CCSE One-Week Dual-Certification Training Course with CPUG in San Francisco!
    Courses Starting 7/14, 8/25, 10/6, 11/3, 12/8, (2009) 1/19, 2/9, 3/9, 4/6, 5/4, 6/8.
3. Corrent S3500 SecureXL Turbocards For Sale - Last Six Remaining - Get Your Spares!
4. 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 > NAT (Network Address Translation)
Register FAQ Members List Calendar Search Today's Posts Mark Forums Read

Reply
 
LinkBack Thread Tools Display Modes
  #1 (permalink)  
Old 2008-04-22
antonyso88 antonyso88 is offline
Senior Member
 
Join Date: 2006-11-23
Posts: 151
Rep Power: 2
antonyso88 has an average reputation (10+)
Default How to configure site-to-site VPN between networks with same IP addressing scheme

As the subject title, i tried to search in checkpoint and got below SK#.

Solution ID: sk12870

But, unfortunately, i can't download it and even our vendor has same result. Is there any one has idea on how to set it? I need to setup in ASAP.

My CheckPoint is R55P.
Reply With Quote
  #2 (permalink)  
Old 2008-04-22
chillyjim chillyjim is offline
Senior Member
 
Join Date: 2005-08-29
Location: Upstate NY
Posts: 1,598
Rep Power: 4
chillyjim has an average reputation (10+)
Send a message via AIM to chillyjim Send a message via Skype™ to chillyjim
Default Re: How to configure site-to-site VPN between networks with same IP addressing scheme

There has been a problem with authentication on the UC. PM me with your e-mail address and I'll send you a copy.
Reply With Quote
  #3 (permalink)  
Old 2008-04-22
antonyso88 antonyso88 is offline
Senior Member
 
Join Date: 2006-11-23
Posts: 151
Rep Power: 2
antonyso88 has an average reputation (10+)
Default Re: How to configure site-to-site VPN between networks with same IP addressing scheme

I did PM to you. Please check. Thanks.
Reply With Quote
  #4 (permalink)  
Old 2008-04-24
antonyso88 antonyso88 is offline
Senior Member
 
Join Date: 2006-11-23
Posts: 151
Rep Power: 2
antonyso88 has an average reputation (10+)
Default Re: How to configure site-to-site VPN between networks with same IP addressing scheme

got the file but can't open it.
Reply With Quote
  #5 (permalink)  
Old 2008-04-24
antonyso88 antonyso88 is offline
Senior Member
 
Join Date: 2006-11-23
Posts: 151
Rep Power: 2
antonyso88 has an average reputation (10+)
Default Re: How to configure site-to-site VPN between networks with same IP addressing scheme

Cannot open :-<
Reply With Quote
  #6 (permalink)  
Old 2008-04-27
chillyjim chillyjim is offline
Senior Member
 
Join Date: 2005-08-29
Location: Upstate NY
Posts: 1,598
Rep Power: 4
chillyjim has an average reputation (10+)
Send a message via AIM to chillyjim Send a message via Skype™ to chillyjim
Default Re: How to configure site-to-site VPN between networks with same IP addressing scheme

Same problem with the copy I downloaded. For anyone that asked me to send it to them, I'm in the same boat as you. Sorry.
Reply With Quote
  #7 (permalink)  
Old 2008-04-28
antonyso88 antonyso88 is offline
Senior Member
 
Join Date: 2006-11-23
Posts: 151
Rep Power: 2
antonyso88 has an average reputation (10+)
Default Re: How to configure site-to-site VPN between networks with same IP addressing scheme

Nevermind. But do you have a experience to configure it before? For my case,
I just need to do the Source NAT rather both Source and Destination NAT.

Under the VPN tunnel, how to do that? I will use Manual NAT. Proxy is required to configure?

Any steps on it?
Reply With Quote
  #8 (permalink)  
Old 2008-04-28
mcnallym mcnallym is offline
Senior Member
 
Join Date: 2007-06-04
Posts: 857
Rep Power: 2
mcnallym has an average reputation (10+)
Default Re: How to configure site-to-site VPN between networks with same IP addressing scheme

If you have an overlapping IP scheme then how can you only need to do a Src NAT as surely the destination packet would be a local IP address.

If the other end is a 3rd party and is already NATting the destination for you to there internal that overlaps with you, then you are communicating with a non-overlap as you talk to there NAT address.

If however you only need to do a src nat then you do the same as any other NAT.

Define a new network address the same size but different subnet as your internal network.

Src = internal_net
Dst = Remote_VPN_Net

xlatesrc = S(new_net)
Dst = Original

This will nat 1 to 1 from the internal net to the new network range.
Reply With Quote
  #9 (permalink)  
Old 2008-04-28
antonyso88 antonyso88 is offline
Senior Member
 
Join Date: 2006-11-23
Posts: 151
Rep Power: 2
antonyso88 has an average reputation (10+)
Default Re: How to configure site-to-site VPN between networks with same IP addressing scheme

I think i need to clarify clearly.

We form a VPN with a 3rd party gateway. But our internal source IP is conflict with other. So for the VPN site-to-site, i need to do a SNAT.
Reply With Quote
  #10 (permalink)  
Old 2008-04-29
abusharif abusharif is offline
Senior Member
 
Join Date: 2006-04-27
Location: Twillight zone
Posts: 434
Rep Power: 3
abusharif has an average reputation (10+)
Default Re: How to configure site-to-site VPN between networks with same IP addressing scheme

as mcnallym said set up the NAT on you side so all traffic from your internal network to the other party vpn network is NAT-ed.

Other party should set your NAT-ed network as "encryption domain" for you gateway and not your internal network.


So, on your side
NAT: int_net->remote_vpn_net->source(new non-conflicting net)->dst original

On remote party side they should define:
Your gateway as VPN peer
Encryption domain/ID - your new non-conflicint net you are hiding your real net behind.
Reply With Quote
  #11 (permalink)  
Old 2008-04-29
antonyso88 antonyso88 is offline
Senior Member
 
Join Date: 2006-11-23
Posts: 151
Rep Power: 2
antonyso88 has an average reputation (10+)
Default Re: How to configure site-to-site VPN between networks with same IP addressing scheme

Thanks a lot. But i will use manual SNAT. Should i add the Proxy arp in my nokia box?
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 19:19.


Powered by vBulletin® Version 3.7.2
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
LinkBacks Enabled by vBSEO 3.0.0