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
I had the same problem of yours:
could not connect to server: Connection timed out (0x0000274C/10060) Is the server running on host "192.168.1.26" and accepting TCP/IP connections on port 5432?
Maybe you need to set your reversed ip to the whitelist:
26.1.168.192