Re: Closing 5432 to the outside

From: Mo Holkar <pgsql(at)digitalmindgames(dot)com>
To: pgsql-novice(at)postgresql(dot)org
Subject: Re: Closing 5432 to the outside
Date: 2001-09-29 13:08:16
Message-ID: 5.1.0.14.2.20010929140324.04a02b80@pop.ntlworld.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-novice

If you start postmaster without the -i switch, that should prevent access
from anywhere non-local.

(Or if you want to be more selective, edit your pg_hba.conf file, which
controls what IP addresses are or aren't allowed to access, and under what
conditions.)

best,

Mo

At 16:41 28/09/01, you wrote:
>Hi folks !
>
>How can I close pgsql port to the outside ? I am accessing pg-databases only
>from (the local net and) the server itself via coldfusion so the port does
>not have to be visible to eth0 ?
>
>How can I do this ? Is there a start option for this ? I vaguely remember
>having seen something about it somewhere but could not find in docs.
>
>Any hint or insight / explanation into this would be greatly appreciated.
>
>Thanks in advance,
>
>aarni
>
>I am running RH 7.1 and PG 7.0
>
>
>---------------------------(end of broadcast)---------------------------
>TIP 3: if posting/reading through Usenet, please send an appropriate
>subscribe-nomail command to majordomo(at)postgresql(dot)org so that your
>message can get through to the mailing list cleanly

In response to

Browse pgsql-novice by date

  From Date Subject
Next Message harrold 2001-09-29 13:52:13 Re: Closing 5432 to the outside
Previous Message Dinesh Parikh 2001-09-29 12:22:03 Re: Dynamic Query problem