Re: Client Connection - PGAdmin - Mailing list pgsql-admin

From Tom Lane
Subject Re: Client Connection - PGAdmin
Date
Msg-id 9358.1143689347@sss.pgh.pa.us
Whole thread Raw
In response to Re: Client Connection - PGAdmin  (Tom Arthurs <tarthurs@jobflash.com>)
List pgsql-admin
Tom Arthurs <tarthurs@jobflash.com> writes:
> Did you change this in your postgresql.conf:
> listen_addresses = '*'
> it defaults only to localhost

Also, you might need to change kernel packet filtering rules to allow
traffic to port 5432 to get through the firewall.  "Connection refused"
indicates either that the postmaster is not listening on port 5432
(see above) or the kernel is bouncing the packet before it gets there.

            regards, tom lane

pgsql-admin by date:

Previous
From: Tom Lane
Date:
Subject: Re: Postgresql server does not start!:( -Re: PostgreSQl newbie!
Next
From: "German Raul Hoyos Parravicino"
Date:
Subject: Re: Client Connection - PGAdmin