S
S
sergeynikolaevich2014-03-26 16:46:05
Computer networks
sergeynikolaevich, 2014-03-26 16:46:05

How to connect two local networks over the Internet?

There are two local networks, located in different cities, with Internet access via ADSL. How can you combine them into one?

Answer the question

In order to leave comments, you need to log in

7 answer(s)
N
Nikolai Turnaviotov, 2014-03-27
@sergeynikolaevich

Em. to set up an encrypted tunnel between two ciscos, two "white" static IPs are enough.
sh run int tunnel0
interface Tunnel0
description ... to site2 tunnel
tunnel source 10.0.0.1
tunnel destination 10.0.0.2
end
and add encryption.
on the second cisco, only IPs should be swapped
, and on int fa0 / 0, this very 10.0.0.1 thread should hang on which the tunnel is being built

V
Vilos, 2014-03-28
@Vilos

In essence, the answer is simple - VPN.
And in terms of implementation (how to make it, I mean) - there are a million options and a small cart; ranging from advanced DMVPN and IPSec to simple OpenVPN or MS ISA or Kerio.
Read about traffic tunneling.

V
Vladimir, 2014-03-26
@oxidaxi

Using a VPN tunnel and direct (white) ip addresses.

R
Rinat Garipov, 2014-03-26
@ragent

The ADSL modem works as a transparent bridge, the router behind it raises the session to the ISP and then the VPN to the remote office.

V
Valentin, 2014-03-26
@vvpoloskin

To directly one network? L2 VPN (MPLS or VLAN in the provider's network), but it's expensive. And no one will do it with DSL. L3 VPN - put a computer with a PPTP server and a white IP address and connect to it.

S
sergeynikolaevich, 2014-03-26
@sergeynikolaevich

Those. you need to ask the provider / 29 subnet, set the modem to Bridged + Static IP mode, set the IP address with the gateway on the modem, also set the IP from the same subnet on the router interface and raise the GRE Tunnel?

V
Vasily Angapov, 2014-04-01
@celebrate

OpenVPN is the easiest option

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question