Canot access PostgreSQL via psql -h (Vmware Fusion) - Mailing list pgsql-admin

From CS DBA
Subject Canot access PostgreSQL via psql -h (Vmware Fusion)
Date
Msg-id 64CA6636-C7A2-4305-8A06-A133DEEFEAE7@consistentstate.com
Whole thread Raw
Responses Re: Canot access PostgreSQL via psql -h (Vmware Fusion)  (Andreas Schmitz <mailinglist@longimanus.net>)
Re: Canot access PostgreSQL via psql -h (Vmware Fusion)  ("Kevin Grittner" <Kevin.Grittner@wicourts.gov>)
Re: Canot access PostgreSQL via psql -h (Vmware Fusion)  (Anderson Lunz <andersonmlunz@yahoo.ca>)
List pgsql-admin
Hi all;

I've fired up 2 CentOS 6.2 VM's via vmware fusion 5 (on a mac).

I disables selinux on both, and installed postgres 8.4.13 on both VM's

I set listen_addresses = '*'
and I added a trust entry for each server in the opposite server's pg_hba.conf file.

However I cannot access one server from the other one via psql -h <I.P. address>

I get the standard error:

psql -h 192.168.91.145
psql: could not connect to server: No route to host
    Is the server running on host "192.168.91.145" and accepting
    TCP/IP connections on port 5432?


I can ssh between servers, I see no entry in the postgres log per the connection attempt (I have log_connections set to
on)

Currently I have networking set to "share with my mac" or NAT.  I tried setting networking to "Private to my mac" with
thesame results. Tried Autodetect (Bridged) as well, no luck 


Can anyone help me debug this?

Thanks in advance

pgsql-admin by date:

Previous
From: Bruce Momjian
Date:
Subject: Re: Does pg_reset_stats() influence autovacuum?
Next
From: Andreas Schmitz
Date:
Subject: Re: Canot access PostgreSQL via psql -h (Vmware Fusion)