[postgis-users] [OT] Allowing network client connections

Obe, Regina DND\MIS robe.dnd at cityofboston.gov
Thu Apr 7 08:20:44 PDT 2005


Your

host all 192.168.1.0/24  trust

Looks right.  

Your 
host mydatabase 192.168.1.0/24

I would get rid of as it doesn't even designate the method of trust.  I'm
not sure what happens in that case or put trust at the end of it.

What does your "Reject all other connections look like?" Not sure why you
would need such a line unless you are rejecting a subset of your subnet. 

-----Original Message-----
From: Robert Aldridge [mailto:bamarob55 at yahoo.com] 
Sent: Thursday, April 07, 2005 10:43 AM
To: postgis-users at postgis.refractions.net
Subject: [postgis-users] [OT] Allowing network client connections


Sorry for the off-topic post, but I'm really hoping
someone here can help.  I've done Google searches and
read the PostgreSQL docs, but the more I read, the
more confused I get!

I'm starting my PostgreSQL/PostGIS database with:

'/usr/local/pgsql/bin/postmaster -i -D
/usr/local/pgsql/data >logfile 2>&1 &'

This starts the postmaster and I can connect to it
from localhost.  What do I need to add to pg_hba.conf
to allow any clients on my LAN (addresses 192.168.1.*)
to connect?

I've tried adding different combinations of the
following without success (BTW, I am adding these
*before* the last line which rejects all other
connections:

host all 192.168.0.0 255.255.0.0 trust
host mydatabase 192.168.1.0/24
host all 192.168.1.0/24 trust

Of course, with each change in pg_hba.conf, I restart
the postmaster.

Once again, I apologize for the [OT] post, but I just
can't seem to get this one figured out.

Thanks,

Robert


		
__________________________________ 
Do you Yahoo!? 
Yahoo! Mail - Helps protect you from nasty viruses. 
http://promotions.yahoo.com/new_mail
_______________________________________________
postgis-users mailing list postgis-users at postgis.refractions.net
http://postgis.refractions.net/mailman/listinfo/postgis-users



More information about the postgis-users mailing list