Re: Connection refused (0x0000274D/10061)

From: Craig Ringer <ringerc(at)ringerc(dot)id(dot)au>
To: Pietro Laranci <p(dot)laranci(at)terrasystem(dot)it>
Cc: pgsql-general(at)postgresql(dot)org
Subject: Re: Connection refused (0x0000274D/10061)
Date: 2011-09-30 23:31:08
Message-ID: 4E86513C.2080709@ringerc.id.au
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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

In response to

Browse pgsql-general by date

  From Date Subject
Next Message Craig Ringer 2011-09-30 23:46:07 Re: stored procs
Previous Message Scott Marlowe 2011-09-30 22:37:57 Re: Change server encoding after the fact