<span class="gmail_quote"></span>Hi all,<br><br>I try to connect to my postgis db on a remote server. I use Quantum GIS 0.7.4 and Udig 1.0.6 for doing this.<br>When I try to connect I get the following error message, in both of the applications:
<br><br>"erroneous pg_hba conf file"
<br><br>So I look at my pg_hba conf file. I have added this line to the pg_hba conf file in<br>order to estabalish connections from outside my LAN.<br><br>host    all     <a href="http://127.0.0.1" target="_blank" onclick="return top.js.OpenExtLink(window,event,this)">
127.0.0.1</a>       <a href="http://255.255.255.255" target="_blank" onclick="return top.js.OpenExtLink(window,event,this)">
255.255.255.255</a> md5<br><br>For now it looks like this:<br># TYPE  DATABASE    USER        CIDR-ADDRESS          METHOD<br><br># IPv4 local connections:<br>host    all         all         <a href="http://127.0.0.1/32" target="_blank" onclick="return top.js.OpenExtLink(window,event,this)">

127.0.0.1/32</a>          md5<br># IPv6 local connections:<br>#host    all         all         ::1/128               md5<br>host    all     <a href="http://127.0.0.1" target="_blank" onclick="return top.js.OpenExtLink(window,event,this)">
127.0.0.1</a>       <a href="http://255.255.255.255" target="_blank" onclick="return top.js.OpenExtLink(window,event,this)">255.255.255.255
</a> md5<br><br><br>I've tried to find the "tcpip_socket" connection parameter, but I can't seem to<br>find it in the postgresql.conf file, using PostgreSQL 8.1...<br><br>Following that I've started the postmaster with the -i flag and -D- flag pointing
<br>to my data directory.<br><br>Can someone help me out ?<br><br>Thanks in advance<br><br>