Networking Forums

Networking Forums > Computer Networking > Linux Networking > How to connect two different location servers?

Reply
Thread Tools Display Modes

How to connect two different location servers?

 
 
GS
Guest
Posts: n/a

 
      09-23-2005, 02:49 AM
We have two small locations at two different places, both offices are
equipped with DSL connection for internet/mail access. one location has
to access some machines on other site and vice versa. How to do that,
describe me what are the steps involved?. Also for securing machines do
we have to install any separate hardware for security?, which hardware
is better. Thanks.

 
Reply With Quote
 
 
 
 
Tauno Voipio
Guest
Posts: n/a

 
      09-23-2005, 06:25 AM
GS wrote:
> We have two small locations at two different places, both offices are
> equipped with DSL connection for internet/mail access. one location has
> to access some machines on other site and vice versa. How to do that,
> describe me what are the steps involved?. Also for securing machines do
> we have to install any separate hardware for security?, which hardware
> is better. Thanks.
>


You're looking for a VPN - Virtual Private Network.

VPN transfers the packets of the internal network
as payload in an external network connection. The
method is called tunneling. To preserve privacy
of the internal network, the packets are encrypted
before being loaded into the external network
packets.

There are a couple of HOWTOs about VPN in the
Linux Documentation Project. The explain the
basica prety well, but all are quite outdated.

My favourite for Linux-to-Linux VPN in OpenVPN
<http://openvpn.net/>. It works with recent
Windowses and many Unix-like systems, too.

--

Tauno Voipio
tauno voipio (at) iki fi

 
Reply With Quote
 
GS
Guest
Posts: n/a

 
      09-23-2005, 10:52 AM
We have different servers at both locations, we are using different
subnets, for example one location had DSL and connected all PC's to LAN
using 172.16.35 subnet and other location had cable modem and Router,
again all PC's to LAN using 172.16.16 subnet, now we have to access
machines at both locations, how can we do that. thanks.

 
Reply With Quote
 
David Schwartz
Guest
Posts: n/a

 
      09-23-2005, 11:06 AM

"GS" <(E-Mail Removed)> wrote in message
news:(E-Mail Removed) oups.com...

> We have different servers at both locations, we are using different
> subnets, for example one location had DSL and connected all PC's to LAN
> using 172.16.35 subnet and other location had cable modem and Router,
> again all PC's to LAN using 172.16.16 subnet, now we have to access
> machines at both locations, how can we do that. thanks.


Did you see the reply from Tauno Voipio?

DS


 
Reply With Quote
 
James Knott
Guest
Posts: n/a

 
      09-23-2005, 11:44 AM
GS wrote:

> We have two small locations at two different places, both offices are
> equipped with DSL connection for internet/mail access. one location has
> to access some machines on other site and vice versa. How to do that,
> describe me what are the steps involved?. Also for securing machines do
> we have to install any separate hardware for security?, which hardware
> is better. Thanks.


You can use a Virtual Private Network, to connect the two sites. I use
OpenVPN. You can also build a firewall/router/NAT with Linux, to protect
your network from the outside world. You can use the same Linux box for
both.
 
Reply With Quote
 
ynotssor
Guest
Posts: n/a

 
      09-23-2005, 02:41 PM
"David Schwartz" <(E-Mail Removed)> wrote in message
news:dh0nj7$49r$(E-Mail Removed)

>> We have different servers at both locations, we are using different
>> subnets, for example one location had DSL and connected all PC's to
>> LAN using 172.16.35 subnet and other location had cable modem and
>> Router, again all PC's to LAN using 172.16.16 subnet, now we have to
>> access machines at both locations, how can we do that. thanks.

>
> Did you see the reply from Tauno Voipio?


He referenced Mssr. Voipio's post in the headers, which means that he did
indeed see it, so it seems like the OP wants to have the HOWTO read to him.

 
Reply With Quote
 
Tauno Voipio
Guest
Posts: n/a

 
      09-23-2005, 08:00 PM
GS wrote:
> We have different servers at both locations, we are using different
> subnets, for example one location had DSL and connected all PC's to LAN
> using 172.16.35 subnet and other location had cable modem and Router,
> again all PC's to LAN using 172.16.16 subnet, now we have to access
> machines at both locations, how can we do that. thanks.


In OpenVPN, there are two ways to connect the networks:

- routed, or
- bridged.

The bridged connection forwards the datalink level frames,
i.e. Ethernet frames. This makes the computers seem in
a common local net, which may be an advantage, if protocols
like Novell or Microsoft (without TCP/IP) have to be handled.
The obvious disadvantage is hefty overhead of unnecessary
packets bridged to the other end.

The routed connection routes IP packets over the VPN. It
works like any IP routing, connecting different subnets.

It seems to me that you're looking for a routed VPN.

<nag>
Please get the HOWTOs and read them
</nag>

HTH

--

Tauno Voipio
tauno voipio (at) iki fi

PS: Thanks to GS and David Schawartz.

TV

 
Reply With Quote
 
GS
Guest
Posts: n/a

 
      09-25-2005, 05:03 PM
Thanks.

 
Reply With Quote
 
 
 
Reply

Thread Tools
Display Modes

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
Test servers cannot connect? Cep Windows Networking 7 12-19-2008 02:09 PM
Connect to another location via VPN anthony@necrofiends.com Windows Networking 2 08-30-2007 03:12 PM
How to connect ftp servers through Squid Pavee Linux Networking 0 04-24-2006 04:58 AM
Software to connect to a free wifi location?? larry_a475@hotmail.com Wireless Internet 1 06-06-2005 05:31 PM
Connect two servers msam Windows Networking 1 02-27-2005 02:37 PM



1 2 3 4 5 6 7 8 9 10 11