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 should also allow port 5432 on the firewall.
example on centos 8:
sudo firewall-cmd --zone = public --add-port = 5432 / tcp --permanent