Re: Client Connection - PGAdmin

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: Tom Arthurs <tarthurs(at)jobflash(dot)com>
Cc: German Raul Hoyos Parravicino <rhoyos(at)gmail(dot)com>, "pgsql-admin(at)postgresql(dot)org" <pgsql-admin(at)postgresql(dot)org>
Subject: Re: Client Connection - PGAdmin
Date: 2006-03-30 03:29:07
Message-ID: 9358.1143689347@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-admin

Tom Arthurs <tarthurs(at)jobflash(dot)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

In response to

Browse pgsql-admin by date

  From Date Subject
Next Message German Raul Hoyos Parravicino 2006-03-30 03:50:32 Re: Client Connection - PGAdmin
Previous Message Tom Lane 2006-03-30 03:25:26 Re: Postgresql server does not start!:( -Re: PostgreSQl newbie!