Re: cannot connect anymore from a remote host

From: "Shoaib Mir" <shoaibmir(at)gmail(dot)com>
To: "Richard Huxton" <dev(at)archonet(dot)com>
Cc: "Luca Ferrari" <fluca1978(at)infinito(dot)it>, pgsql-general(at)postgresql(dot)org
Subject: Re: cannot connect anymore from a remote host
Date: 2006-11-09 15:56:23
Message-ID: bf54be870611090756p1eec1505me4ddab7d63659cd@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

You might want to check the ip tables as well if they have the required
entries or not.

Thanks,
-------
Shoaib Mir
EnterpriseDB (www.enterprisedb.com)

On 11/9/06, Richard Huxton <dev(at)archonet(dot)com> wrote:
>
> Luca Ferrari wrote:
> > Hi all,
> > after a crash of my machine I restarted the pgsql as usual, and I can
> connect
> > from the machine itself, but no more from a remote host. I checked the
> > pg_hba.conf file and it's ok, but either from psql or pgadmin I cannot
> > connect to the host. Nmapping my host I cannot see the daemon listening
> on
> > the port 5342.
> > I've started the daemon as:
> > postmaster -D /mnt/data/database &
>
> Is that how you normally start your DB server? Not via pg_ctl or your
> system startup scripts?
>
> > and my pg_hba.conf gile contains:
>
> If you say it's not listening on port 5432 then the pg_hba.conf doesn't
> matter. Check your postgresql.conf for valid settings on
> listen_addresses and port.
>
>
> http://www.postgresql.org/docs/8.1/static/runtime-config-connection.html#RUNTIME-CONFIG-CONNECTION-SETTINGS
>
> Once it's listening on the right port, then look at your pg_hba.conf
> --
> Richard Huxton
> Archonet Ltd
>
> ---------------------------(end of broadcast)---------------------------
> TIP 6: explain analyze is your friend
>

In response to

Browse pgsql-general by date

  From Date Subject
Next Message Craig White 2006-11-09 15:59:52 Re: authentication question
Previous Message Shoaib Mir 2006-11-09 15:54:20 Re: 8.1.2 postmaster died