I installed postgresql on a server which I connect to via VPN. When I try to connect to the database server(from my local pgAdmin III), I get the message, that I am missing the right to access postgresql.

What settings do I have to change in order to be able to connect?

link|improve this question
2  
Post the exact error message. – Jeffery Smith Nov 14 '11 at 15:44
feedback

1 Answer

It depends on your vpn-setup. If you're using routing rather than bridging, you need to allow access for your IP or for your net to access the DB. See http://www.grc.com/vpn/routing.htm for an explanation.

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.