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
|