Re: Remote access

From: John R Pierce <pierce(at)hogranch(dot)com>
To: George Weaver <gweaver(at)shaw(dot)ca>
Cc: pgsql-general <pgsql-general(at)postgresql(dot)org>
Subject: Re: Remote access
Date: 2009-05-08 18:32:01
Message-ID: 4A047AA1.9090500@hogranch.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

George Weaver wrote:
> Hi,
>
> I have a client with a main office and a branch office about 90 miles
> away.
>
> They have a server at the main office but it is not a web server.
>
> What would be the best solution for them to access a PostgreSQL
> database located at the main office from the branch office?
>
> I am not "network savvy", but if I get pointed in the right direction
> I should be able to fill in the blanks.

how are these two offices connected? do they have any sort of
network connection between them, or are they just both 'on the internet'
via local firewall/routers?

if the latter, what you really want is a site to site VPN. upgrade the
'routers' at both ends to something that supports VPN, like a Juniper
SSG5's (I'm assuming these are small offices), configure the two
networks to use different subnets, like 192.168.10.xxx and
192.168.11.xxx, and the VPN will transparently route between these.
So, if your PG server is 192.168.10.25, users on 192.168.11.xxx can just
direcfly connect to it by IP address.

In response to

Browse pgsql-general by date

  From Date Subject
Next Message Joshua Tolley 2009-05-08 18:56:10 Re: Column oriented pgsql
Previous Message John R Pierce 2009-05-08 18:25:30 Re: Column oriented pgsql