Re: psql: could not connect to server: No route to host

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: Kevin Kempter <cs_dba(at)consistentstate(dot)com>
Cc: pgsql-admin(at)postgresql(dot)org
Subject: Re: psql: could not connect to server: No route to host
Date: 2012-04-26 04:50:39
Message-ID: 23291.1335415839@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-admin

Kevin Kempter <cs_dba(at)consistentstate(dot)com> writes:
> I can scp files between the servers

Really?

> $ psql -h 192.168.1.125
> psql: could not connect to server: No route to host

Because that is not a Postgres problem, that is a network connectivity
problem. I'd bet that there's something wrong with the VM
configuration, such that the VM host isn't connecting 192.168.1.* in one
VM to 192.168.1.* in the other.

regards, tom lane

In response to

Responses

Browse pgsql-admin by date

  From Date Subject
Next Message Matheus de Oliveira 2012-04-26 11:29:00 Re: psql: could not connect to server: No route to host
Previous Message Kevin Kempter 2012-04-26 04:39:57 psql: could not connect to server: No route to host