Thread: [SQL] Port?

[SQL] Port?

From
Dirk Drechsel
Date:
Does anyone knows, when I'ld configure a firewall, whether i let open a port for the pg-database?

regards and thx
Dirk Drechsel

Attachment

Re: [SQL] Port?

From
Dirk Drechsel
Date:
I forgot to write, that I use postgresdb for dynamic HomePages.
 

Dirk Drechsel wrote:

Does anyone knows, when I'ld configure a firewall, whether i let open a port for the pg-database?

regards and thx
Dirk Drechsel

Attachment

Re: [SQL] Port?

From
Jeff MacDonald
Date:
if you intend to allow odbc connections , or psql sessions
from other hosts you should open port 5432

On Wed, 30 Jun 1999, Dirk Drechsel wrote:

> Does anyone knows, when I'ld configure a firewall, whether i let open a
> port for the pg-database?
> 
> regards and thx
> Dirk Drechsel
> 

=========================================================================
Jeff MacDonald           // Hub.org Networking Services // PostgreSQL INC
jeff@hub.org            // sales@hub.org               // sales@pgsql.com
http://hub.org/~jeff   // http://hub.org              // http://pgsql.com
=========================================================================



RE: [SQL] Port?

From
Clark Joel A1C AMC CSS
Date:
>I forgot to write, that I use postgresdb for dynamic HomePages.  
If that is the case, you can go ahead and deny 5432 on the outside
interface, (I am assuming here) since your webserver will access it on an
inside interface.

jc