I\'m recently setting up and running a Windows 2008 r2 server with VMware Workstation 8.
I\'m running a Centos 6.2 virtual linux box with Postgresql 9.1. Everything seem
You need to adjust pg_hba.conf
:
http://www.postgresql.org/docs/current/static/auth-pg-hba-conf.html
Once you add your own host and corresponding user, restart postgresql server so hopefully you can connect.
Also you might need to enable it's port on the network: http://www.cyberciti.biz/tips/postgres-allow-remote-access-tcp-connection.html