Velocity Reviews - Computer Hardware Reviews

Velocity Reviews > Newsgroups > Computing > Cisco > site-2-site VPN

Reply
Thread Tools

site-2-site VPN

 
 
ALeu
Guest
Posts: n/a
 
      04-09-2009
Hi everybody,

I was asking about the S2S VPN lately, but have a bit different question
now. What are the industry standards / best practices to securely
connect two company branches? I was thinking of a VPN connection, but it
does not allow one to connect two identical subnets e.g. 10.11.12.0/24
with 10.11.12.0/24. Is there a way to connect two offices via VPN and
reduce or eliminate the possibility of subnet overlap?

Thanks,
AL
 
Reply With Quote
 
 
 
 
Uli Link
Guest
Posts: n/a
 
      04-10-2009
ALeu schrieb:

> I was asking about the S2S VPN lately, but have a bit different question
> now. What are the industry standards / best practices to securely
> connect two company branches? I was thinking of a VPN connection, but it
> does not allow one to connect two identical subnets e.g. 10.11.12.0/24
> with 10.11.12.0/24. Is there a way to connect two offices via VPN and
> reduce or eliminate the possibility of subnet overlap?


If you have the same subnet remote and local, it's hard to find a simple
logic for any router to decide where a packet should go to, so you must
NAT both subnets to different subnets outside, with all possible side
effects on protocols that don't like NAT.
No matter if tunneled through a VPN, a leased line or dialup connection.

Only pure IPsec with the old crypto map syntax is kindof restricted.

If you setup GRE tunnel interfaces with IPsec protection, you have
routable interfaces which can also be ip nat inside or ip nat outside.

--
ULi
 
Reply With Quote
 
 
 
 
Stephen
Guest
Posts: n/a
 
      04-10-2009
On Thu, 09 Apr 2009 18:49:41 -0400, ALeu <> wrote:

>Hi everybody,
>
>I was asking about the S2S VPN lately, but have a bit different question
>now. What are the industry standards / best practices to securely
>connect two company branches? I was thinking of a VPN connection, but it
>does not allow one to connect two identical subnets e.g. 10.11.12.0/24
>with 10.11.12.0/24. Is there a way to connect two offices via VPN and
>reduce or eliminate the possibility of subnet overlap?


you can bridge between the 2 sites, and maybe you can get that to work
over a VPN.

However - the real fix is to readdress 1 site.
Badly set up addressing is going to cause you all sorts of problems
down the line, so fix it now rather than try to patch up the side
effects.

>
>Thanks,
>AL

--
Regards

- replace xyz with ntl
 
Reply With Quote
 
tweety
Guest
Posts: n/a
 
      04-18-2009
On Apr 10, 11:41*am, Stephen <stephen_h...@xyzworld.com> wrote:
> On Thu, 09 Apr 2009 18:49:41 -0400, ALeu <a...@op.pl> wrote:
> >Hi everybody,

>
> >I was asking about the S2S VPN lately, but have a bit different question
> >now. What are the industry standards / best practices to securely
> >connect two company branches? I was thinking of a VPN connection, but it
> >does not allow one to connect two identical subnets e.g. 10.11.12.0/24
> >with 10.11.12.0/24. Is there a way to connect two offices via VPN and
> >reduce or eliminate the possibility of subnet overlap?

>
> you can bridge between the 2 sites, and maybe you can get that to work
> over a VPN.
>
> However - the real fix is to readdress 1 site.
> Badly set up addressing is going to cause you all sorts of problems
> down the line, so fix it now rather than try to patch up the side
> effects.
>
>
>
> >Thanks,
> >AL

>
> --
> Regards
>
> stephen_h...@xyzworld.com - replace xyz with ntl


Site A address 10.10.10.0 /24 Server A 10.10.10.10 Site B 1.10.10.0 /
24

Could use dns, when a host at site B sends traffic to Server A at site
A, the name server directs traffic to 172.21.1.10 via the dns, this
then crosses the ipsec vpn on arrival do a network nat statement
translating the 172.21.1.0 /24 range to 10.10.10.0 /24 this will then
be able to hit the server at 10.10.10.10
 
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
VPN site to site & Remote access VPN ( vpn client) over the same interface pasatealinux Cisco 1 12-17-2007 07:41 PM
Cisco vpn server enabled / VPN and no-VPN connections mix Elise Cisco 6 05-22-2004 07:55 AM
Easy VPN Server and Cisco VPN Client 4.0.3 Masud Reza Cisco 2 10-20-2003 06:12 PM
VPN IPSEC connection between a cisco 17xx and Nortel vpn box Joris Deschacht Cisco 0 10-16-2003 02:13 PM
VPN over VPN? Otto Cisco 1 07-18-2003 06:17 PM



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