Re: Connection refused (0x0000274D/10061) - Mailing list pgsql-general

From Craig Ringer
Subject Re: Connection refused (0x0000274D/10061)
Date
Msg-id 4E86513C.2080709@ringerc.id.au
Whole thread Raw
In response to Connection refused (0x0000274D/10061)  ("Pietro Laranci" <p.laranci@terrasystem.it>)
List pgsql-general
On 09/30/2011 06:17 PM, Pietro Laranci wrote:

> On the machines are not active firewalls.

Most likely there _is_ a firewall involved, maybe just not one you're
aware of. As Adrian said, check the settings in the standard Windows
Firewall if you're on Windows.

For more troubleshooting: Check netstat to see if PostgreSQL is actually
listening on the port you've configured. Use Wireshark to capture
incoming tcp/ip traffic and see if (a) SYN packets to open the
connection actually reach the server, and (b) whether the server
actually replies with an RST to reject the connection or if something
else happens.

--
Craig Ringer

pgsql-general by date:

Previous
From: Scott Marlowe
Date:
Subject: Re: Change server encoding after the fact
Next
From: Craig Ringer
Date:
Subject: Re: stored procs