Re: How to configure for remote TCP/IP client conncections using MS Visual Basic OLE DB calls and PostgreSQL dll's? - Mailing list pgsql-general

From John Edens
Subject Re: How to configure for remote TCP/IP client conncections using MS Visual Basic OLE DB calls and PostgreSQL dll's?
Date
Msg-id 001b01cbde82$f9fb93c0$edf2bb40$@sfasu.edu
Whole thread Raw
In response to Re: How to configure for remote TCP/IP client conncections using MS Visual Basic OLE DB calls and PostgreSQL dll's?  (Steve Crawford <scrawford@pinpointresearch.com>)
Responses Re: How to configure for remote TCP/IP client conncections using MS Visual Basic OLE DB calls and PostgreSQL dll's?  (Steve Crawford <scrawford@pinpointresearch.com>)
List pgsql-general

------------

Using * should be fine unless you have multiple IP addresses and want the *server* to *listen* on only some of those addresses - say localhost if you were running web and db on the same machine and didn't want to listen to connections from the outside. This setting only determines where the server listens.

-------------

 

Okay, done that - what is the difference between  listening on only some of those addresses and allowing only clients in a certain range to connect?

 

 

------------

And since the IP address you gave appears real since it is in the assigned public space for Stephen F. Austin State University, I hope this machine is hiding behind a firewall.

------------

 

Yes, behind a firewall and also that machine is a brand new linux box that literally has nothing else on it besides a new install of PostgreSQL

 

But, yeah, should have anoned up the address...

 

pgsql-general by date:

Previous
From: Bill Moran
Date:
Subject: Re: select count(*)
Next
From: Dmitriy Igrishin
Date:
Subject: Re: Why length(to_char(1::integer, '9')) = 2 ?