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/

---------------------------(end of broadcast)---------------------------
TIP 9: the planner will ignore your desire to choose an index scan if your
      joining column's datatypes do not match

Reply via email to