<html>
<head>
<style><!--
.hmmessage P
{
margin:0px;
padding:0px
}
body.hmmessage
{
font-size: 10pt;
font-family:Tahoma
}
--></style></head>
<body class='hmmessage'><div dir='ltr'>
Hi Mark, <br><br>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:<br><br>host all all xxx.xxx.x.xxx/32 Trust<br><br>For the version Postgresql 8 or 7 you have to complement this action. After this restart the DB.<br><br>Best Regards,<br>Jose Santos<br><br><div><div id="SkyDrivePlaceholder"></div>> From: MarkVolz@co.lyon.mn.us<br>> To: postgis-users@lists.osgeo.org<br>> Date: Tue, 20 Nov 2012 18:03:11 +0000<br>> Subject: Re: [postgis-users] connecting to postgis from remote machines<br>> <br>> Hello,<br>> <br>> I was able to allow remote connections by changing the listen address to * in postgresql, and adding the following line in pg_hba.conf<br>> <br>> host      all     all     all     md5 <br>> <br>> <br>> <br>> Mark Volz<br>> GIS Specialist<br>> <br>> <br>> _______________________________________________<br>> postgis-users mailing list<br>> postgis-users@lists.osgeo.org<br>> http://lists.osgeo.org/cgi-bin/mailman/listinfo/postgis-users<br></div>                                        </div></body>
</html>