Could someone help take a look this weird problem? I'm still not able to connect remotely to my Postgresql.
My Steps:
- Download and install the latest Postgresql to my local machine
- Setup postgresql
- Create a DB
- Modify "pg_hba", add row "host all all 0.0.0.0/0 md5"
- Modify "postgresql.conf", make sure "listen_addresses = '*'"
- Restart postgresql service
- Open local PgAdmin, and connect to DB <-- Success!
- From Remote desktop, do the same thing as #7 <-- Failed!
Error Message:
"Server doesn't listen" "Could not connect to server......accepting TCP/IP connections on port 5432?"
- I found "TCP 0.0.0.0:5432 Listening" when I type "netstat -a"
- I checked firewall, it's not enabled ......
Can someone please help? Does anyone encounter this situation? P.S, my os is Winserver 2008
Thanks in advance~