[postgis-users] connecting to postgis from remote machines

José Pedro Santos zpsantos1 at hotmail.com
Wed Nov 21 00:15:58 PST 2012


Hi Mark, 

Is good don't do that for security reasons. You can put manually the IP that you want to be connect to your DB on pg_hba.conf - IPV4 like this:

host all all xxx.xxx.x.xxx/32 Trust

For the version Postgresql 8 or 7 you have to complement this action. After this restart the DB.

Best Regards,
Jose Santos

> From: MarkVolz at co.lyon.mn.us
> To: postgis-users at lists.osgeo.org
> Date: Tue, 20 Nov 2012 18:03:11 +0000
> Subject: Re: [postgis-users] connecting to postgis from remote machines
> 
> Hello,
> 
> I was able to allow remote connections by changing the listen address to * in postgresql, and adding the following line in pg_hba.conf
> 
> host	 all	 all	 all	 md5 
> 
> 
> 
> Mark Volz
> GIS Specialist
> 
> 
> _______________________________________________
> postgis-users mailing list
> postgis-users at lists.osgeo.org
> http://lists.osgeo.org/cgi-bin/mailman/listinfo/postgis-users
 		 	   		  
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.osgeo.org/pipermail/postgis-users/attachments/20121121/1b816413/attachment.html>


More information about the postgis-users mailing list