Re: psql: could not connect to server: No route to host - Mailing list pgsql-admin

From Tom Lane
Subject Re: psql: could not connect to server: No route to host
Date
Msg-id 23291.1335415839@sss.pgh.pa.us
Whole thread Raw
In response to psql: could not connect to server: No route to host  (Kevin Kempter <cs_dba@consistentstate.com>)
Responses Re: psql: could not connect to server: No route to host  (Matheus de Oliveira <matioli.matheus@gmail.com>)
Re: psql: could not connect to server: No route to host  (Kevin Kempter <cs_dba@consistentstate.com>)
List pgsql-admin
Kevin Kempter <cs_dba@consistentstate.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

pgsql-admin by date:

Previous
From: Kevin Kempter
Date:
Subject: psql: could not connect to server: No route to host
Next
From: Matheus de Oliveira
Date:
Subject: Re: psql: could not connect to server: No route to host