Monday, June 13, 2016

windows 7 - VMWare Fusion 4.0 + Postgres

The setup:




  • Mac OS X Lion, PostgreSQL 9.0.4 Host

  • Windows 7 VM




I used to be able to connect from the VM to Postgres via pgAdmin and / or the software I'm developing on Windows just fine. That was with VMF 3.x. Since I've upgraded to VMF 4.0 I can no longer. I've checked Mac firewall settings (it's not running), whether new IP addresses for the DHCP server or the VM had been assigned (no), and rechecked pg_hba.conf (still looks fine).



I'm getting the dreaded:




could not connect to server: Connection refused (0x0000274D/10061) Is
the server running on host "192.168.244.2" and accepting TCP/IP
connections on port 5432?


No comments:

Post a Comment

linux - How to SSH to ec2 instance in VPC private subnet via NAT server

I have created a VPC in aws with a public subnet and a private subnet. The private subnet does not have direct access to external network. S...