I have already edited the pg_hba.conf and postgresql.conf files and can connect remotely using pgadmin so I think that is not a problem.<br><br>Charlie, should I include this code in the command that I described earlier, or is it something that I should run first?<br>
<br>-David<br><br><br><br><br><div class="gmail_quote">On Sun, Jun 3, 2012 at 1:12 PM, Charlie Sharpsteen <span dir="ltr"><<a href="mailto:charles.sharpsteen@gmail.com" target="_blank">charles.sharpsteen@gmail.com</a>></span> wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div class="im">On Sunday, June 3, 2012 10:05:45 AM UTC-7, Stephen Woodbridge wrote:<blockquote class="gmail_quote" style="margin:0;margin-left:0.8ex;border-left:1px #ccc solid;padding-left:1ex">
The server has to be configured to listen on 75.75.75.75 and to allow 
<br>connection over the network device.
<br>
<br>Look at your pg_hba.conf and postgresql.conf files. and if you make 
<br>changes to these you have to restart the server before the changes take 
<br>effect.
<br>
<br>-Steve
<br></blockquote><div><br></div></div><div>Another trick that I use all the time is to tunnel the SQL connection from the remote server to my machine:</div><div><br></div><div>    ssh -L5432:localhost:5432 <user name>@<remote server address> </div>
<div><br></div><div>Then I can connect to the remote database as if it was running locally and there is no need to mess with the pg_hba.conf file and figure out how to secure the open port, route communication through firewalls, etc.</div>
<span class="HOEnZb"><font color="#888888"><div><br></div><div>-Charlie</div></font></span><br>_______________________________________________<br>
postgis-users mailing list<br>
<a href="mailto:postgis-users@postgis.refractions.net">postgis-users@postgis.refractions.net</a><br>
<a href="http://postgis.refractions.net/mailman/listinfo/postgis-users" target="_blank">http://postgis.refractions.net/mailman/listinfo/postgis-users</a><br>
<br></blockquote></div><br>