From: | Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us> |
---|---|
To: | marchesini(at)unipg(dot)it |
Cc: | pgsql-sql(at)postgresql(dot)org |
Subject: | Re: could not connect to server |
Date: | 2006-10-13 14:07:43 |
Message-ID: | 29312.1160748463@sss.pgh.pa.us |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-sql |
ivan marchesini <marchesini(at)unipg(dot)it> writes:
> I have started postmaster with -i option, but when I try to connect to
> the server from another computer I obtain:
> psql: could not connect to server: Nessuna rotta verso l'host
> Is the server running on host "IP....." and accepting
> TCP/IP connections on port 5432?
Does that translate as "No route to host"? If so, you've got basic
networking connectivity problems, unrelated to Postgres. Check
networking parameters, cables firmly attached, etc. When you can
ping the server from the client, then start trying psql ...
regards, tom lane
From | Date | Subject | |
---|---|---|---|
Next Message | Aaron Bono | 2006-10-13 21:16:56 | Re: storing access rights in a postgres database |
Previous Message | Markus Schaber | 2006-10-13 11:48:12 | Re: deleting rows in specific order |