Postgresql connection on suse 10 - Mailing list pgsql-general

From Michal Hlavac
Subject Postgresql connection on suse 10
Date
Msg-id 436A7295.7070302@hlavki.sk
Whole thread Raw
Responses Re: Postgresql connection on suse 10  (Leonel Nunez <lnunez@enelserver.com>)
Re: Postgresql connection on suse 10  (Douglas McNaught <doug@mcnaught.org>)
List pgsql-general
hello,

I installed PostgreSQL 8.0.3 on Suse 10 (x86_64).

Firewall is down.

telnet localhost 5432 result:

xxxxx:/var # telnet localhost 5432
Trying 127.0.0.1...
Connected to localhost.
Escape character is '^]'.

but telnet ip_address 5432 result:

xxxxx: # telnet 158.195.xx.xx 5432
Trying 158.195.xx.xx...
telnet: connect to address 158.195.xx.xx: Connection refused

Why I cannot connect to ip address??????
I tried to add line to pg_hba.conf, then restart, but no change...

thanks, miso

pgsql-general by date:

Previous
From: Richard_D_Levine@raytheon.com
Date:
Subject: Re: OT It is here: Oracle 10g Express
Next
From: Bricklen Anderson
Date:
Subject: Re: how to emit line number in a function?