Hi earthman2,
I've modified the 2 configuration files but it doesn't help. I've shutdowned my firewall to be sure.
When I execute following command : netstat -a -n, I noticed that 192.168.2.4:5432 isn't open
Microsoft Windows XP [Version 5.1.2600]
(C) Copyright 1985-2001 Microsoft Corp.
C:\Documents and Settings\Administrator>net
Active Connections
Proto Local Address Foreign Address State
TCP 0.0.0.0:25 0.0.0.0:0 LISTENING
TCP 0.0.0.0:80 0.0.0.0:0 LISTENING
TCP 0.0.0.0:135 0.0.0.0:0 LISTENING
TCP 0.0.0.0:443 0.0.0.0:0 LISTENING
TCP 0.0.0.0:445 0.0.0.0:0 LISTENING
TCP 0.0.0.0:1026 0.0.0.0:0 LISTENING
TCP 127.0.0.1:1028 127.0.0.1:1029 ESTABLISHED
TCP 127.0.0.1:1029 127.0.0.1:1028 ESTABLISHED
TCP 127.0.0.1:1041 127.0.0.1:1042 ESTABLISHED
TCP 127.0.0.1:1042 127.0.0.1:1041 ESTABLISHED
TCP 127.0.0.1:5432 0.0.0.0:0 LISTENING
TCP 192.168.2.4:139 0.0.0.0:0 LISTENING
UDP 0.0.0.0:445 *:*
UDP 0.0.0.0:500 *:*
UDP 0.0.0.0:1025 *:*
UDP 0.0.0.0:3456 *:*
UDP 0.0.0.0:4500 *:*
UDP 127.0.0.1:123 *:*
UDP 127.0.0.1:1027 *:*
UDP 127.0.0.1:1900 *:*
UDP 192.168.2.4:123 *:*
UDP 192.168.2.4:137 *:*
UDP 192.168.2.4:138 *:*
UDP 192.168.2.4:1900 *:*
C:\Documents and Settings\Administrator>
telnet also fails...
Any other ideas?
Thanks for your help !
Davy.
Main Topics
Browse All Topics





by: earthman2Posted on 2005-04-25 at 16:36:33ID: 13863021
Look in your postgresql.conf file for :-
listen_addresses = 'localhost,192.168.127.8' # what IP interface(s) to listen on;
# defaults to localhost, '*' = any
port = 5432
Make sure your ip addresses match the pc and port 5432 is not being blocked by your firewall !
Modify pg_hba.conf file to give access.