Velocity Reviews - Computer Hardware Reviews

Velocity Reviews > Newsgroups > Computing > Cisco > PIX to Checkpoint IPSEC connection with identical underlying subnets

Reply
Thread Tools

PIX to Checkpoint IPSEC connection with identical underlying subnets

 
 
Saucy Levine
Guest
Posts: n/a
 
      12-08-2003

We are trying to use an IPSEC tunnel to have an outside
company access one of our host systems, but our local subnets are
identical. What is the best way to allow the underlying systems to
communicate? Can we publish an external address through our PIX and
NAT the address to a different subnet or is there another way to make
the inside address appear to be an external address?
I have read the example on connecting two routers with IPSEC
and identical subnets. Does anyone have any experience applying the
example to a PIX. Is this type of setup usual and recommended?
The outside company doesn't allow for opening any ports, they
funnel all traffic through a proxy and will only consider establishing
an external IP address for IPSEC.

Thank you,

Stacey


 
Reply With Quote
 
 
 
 
Walter Roberson
Guest
Posts: n/a
 
      12-08-2003
In article <>,
Saucy Levine <> wrote:
: We are trying to use an IPSEC tunnel to have an outside
:company access one of our host systems, but our local subnets are
:identical. What is the best way to allow the underlying systems to
:communicate? Can we publish an external address through our PIX and
:NAT the address to a different subnet or is there another way to make
:the inside address appear to be an external address?

NAT will be done for IPSec traffic unless you exempt it using
static or nat 0 (usually using nat 0 access-list). There should
not be any problem using "outside nat" to make them -appear- to be
at a different IP address.


As they will not be permitting you to make any new connections to them,
I would suggest using something like

nat (outside) 192.168.123.0 255.255.255.0
global (inside) 10.168.123.1 netmask 255.255.255.0

to make -their- 192.168.123/24 appear to your network as 10.168.123.1/24

If connections were being permitted in both directions, then 'static'
would be more appropriate.
--
Any sufficiently advanced bug is indistinguishable from a feature.
-- Rich Kulawiec
 
Reply With Quote
 
 
 
Reply

Thread Tools

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 On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
Re: What's better a few big subnets or several smaller subnets? jfalken@socket.net Cisco 4 08-29-2008 11:33 AM
PIX - Static mappings to hosts on remote subnets behind PIX btercha@omegasystemscorp.com Cisco 2 08-22-2006 02:27 AM
IPsec within L2TP over IPsec - PIX. AM Cisco 0 07-23-2006 10:14 PM
PIX: IPSec between overlapping subnets and "dns" keyword Oleg Tipisov Cisco 0 08-10-2004 08:29 AM
Cisco IPSEC VPN to CheckPoint firewall and linux server concern qazaka Cisco 0 10-09-2003 08:18 AM



Advertisments
 



1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57