Velocity Reviews - Computer Hardware Reviews

Velocity Reviews > Newsgroups > Computing > Cisco > How to configure LAN-to-LAN VPN tunnel with overlapping network

Reply
Thread Tools

How to configure LAN-to-LAN VPN tunnel with overlapping network

 
 
Brian P.
Guest
Posts: n/a
 
      01-12-2005
Hi

I need to setup a VPN LAN-to-LAN tunnel, between two Cisco Routers.
The problem is that in both ends they are useing the 192.168.5.x network.
How do I configure the routers to work with same networks in both ends ?

Thanks
Brian P
 
Reply With Quote
 
 
 
 
Walter Roberson
Guest
Posts: n/a
 
      01-12-2005
In article <Xns95DCCEC392331nospamthankscom@62.243.74.162>,
Brian P. <> wrote:
:I need to setup a VPN LAN-to-LAN tunnel, between two Cisco Routers.
:The problem is that in both ends they are useing the 192.168.5.x network.
:How do I configure the routers to work with same networks in both ends ?

Cisco has configuration examples of how to do this.

The quick summary is that you need to establish address translation,
either 'ip nat inside source' or 'ip nat inside destination'
on both of the machines, so that by the time the IP addresses
from one network reach the hosts on the other end, they show up
as being in a different network number (e.g., 192.168.150.x).
The hosts on one side would address the other network number when
they wanted to talk to the hosts on the other side, and address
translation just before or just after the packet crosses the VPN
would alter the destination IP to be in the corresponding 192.168.5.x
host number by the time the packet reached the remote host.

If you can't get the cooperation of both sides in doing the nat
then you can do it all on one end by using both
ip nat inside source -and- ip nat inside destination
on just one of the two ends.

Remember to ask for DNS address translation as part of the NAT.
I don't recall how to do that with IOS; with PIX it would be by
adding the 'dns' keyword to the nat statements; on older PIX
releases it was via the 'alias' command; I seem to recall briefly
seeing a configuration for IOS that used an 'alias' command.
--
When your posts are all alone / and a user's on the phone/
there's one place to check -- / Upstream!
When you're in a hurry / and propagation is a worry/
there's a place you can post -- / Upstream!
 
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
Configure Cisco PIX515e PPTP VPN Clients to allow access to another network across a IPSEC Tunnel ashley.lawrence@gmail.com Cisco 2 08-22-2007 08:32 PM
setting up a VPN tunnel with overlapping private IP addresses on Cisco ASA Mike Rahl Cisco 1 01-11-2007 08:08 PM
Site to site VPn tunnel and VPN tunnel Trouble Cisco 1 08-04-2006 08:09 AM
Site to site VPn tunnel and VPN tunnel Trouble Cisco 0 08-04-2006 04:23 AM
Split Tunnel Blocks http through tunnel but passes http around tunnel a.nonny mouse Cisco 2 09-19-2004 12:10 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