Re: Client Authentication problem

From: Michael Fuhr <mike(at)fuhr(dot)org>
To: Scott Marlowe <smarlowe(at)g2switchworks(dot)com>
Cc: Vaneet Sharma <vaneet(at)iwg(dot)info>, pgsql-admin(at)postgresql(dot)org
Subject: Re: Client Authentication problem
Date: 2005-04-27 17:42:52
Message-ID: 20050427174252.GB58398@winnie.fuhr.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-admin

On Wed, Apr 27, 2005 at 12:13:14PM -0500, Scott Marlowe wrote:
> On Wed, 2005-04-27 at 11:43, Vaneet Sharma wrote:
> >
> > "Error connecting to the server: could not connect to the server: No
> > route to host ( 0X00002751/10065).
> > Is the server running on host 212.xx.xxx.xxx and accepting TCP/IP
> > connections on port 5432? "
> >
> > I have read pg_hba file and also included the IP entry of my machine
> > from which I am connecting
> > Entry Is below:
> >
> > host all all 192.168.50.122 255.255.255.0
> > trust
>
> This sounds like a networking problem right now.

Or possibly a firewall problem. Some firewalls/packet filters
return ICMP messages instead of silently dropping packets, and some
software then displays the connection failure as "no route to host"
(EHOSTUNREACH). But I'd check the routing first.

--
Michael Fuhr
http://www.fuhr.org/~mfuhr/

In response to

Browse pgsql-admin by date

  From Date Subject
Next Message Mario Soto Cordones 2005-04-27 18:02:09 catalog of postgres
Previous Message Tom Lane 2005-04-27 17:27:30 Re: security via views