Answer the question
In order to leave comments, you need to log in
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
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
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.
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.
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.
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?
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question