Re: Access to databas from the Internet

From: Sim Zacks <sim(at)compulab(dot)co(dot)il>
To: pgsql-general(at)postgresql(dot)org
Subject: Re: Access to databas from the Internet
Date: 2006-09-19 14:57:13
Message-ID: eeot5t$dpn$2@news.hub.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

You have to either configure your router to redirect the public port to the private port. (By
default 5432). Or put your database server in the DMZ (not recommended).

Lukasz wrote:
> Hello,
>
> I would like to install a PostgreSQL. I know how to manage the database
> itself, creae databases, user, groups and so on. But I don't know how
> to allow other users, who are outside LAN to connect to database
> through Internet.
>
> For example, my external IP is xxx.xxx.xxx.xxx, and my IP in the local
> network is yyy.yyy.yyy.yyy. I want to install PostgreSQL on the
> computer with yyy.yyy... What and where I need to configure to have
> access to my database from Internet?
>
> Regards,
> Lukasz
>

In response to

Browse pgsql-general by date

  From Date Subject
Next Message Joshua D. Drake 2006-09-19 15:09:59 Re: vista
Previous Message Sim Zacks 2006-09-19 14:53:12 Re: vista