From: | "Scott Marlowe" <scott(dot)marlowe(at)gmail(dot)com> |
---|---|
To: | "Simone Gadenz" <s(dot)gadenz(at)geologyx(dot)it> |
Cc: | "Shane Ambler" <pgsql(at)sheeky(dot)biz>, pgsql-admin(at)postgresql(dot)org |
Subject: | Re: Connecting from xp to linux server |
Date: | 2008-06-09 22:52:12 |
Message-ID: | dcc563d10806091552s1a2ac593n38d1f87b6fd70529@mail.gmail.com |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-admin |
On Mon, Jun 9, 2008 at 3:15 PM, Simone Gadenz <s(dot)gadenz(at)geologyx(dot)it> wrote:
> Shane,
>
> I attached the pg_hba.conf I have on the server. I can use pgadmin3 when I
> connect from the server itself, so I think the pg_hba on the server is
> correct.
No, that just means that this one line:
local all postgres ident sameuser
is correct.
> From the client machine I cannot connect through pgadmin3. Is there another
> way to test connection client server? Has pg a textual client to send sql
> statements?
psql
All other comments stand as well, you don't have proper net masks on
the entries, and we don't know which ips you're trying to connect
from, so...
From | Date | Subject | |
---|---|---|---|
Next Message | Shane Ambler | 2008-06-10 00:44:53 | Re: Connecting from xp to linux server |
Previous Message | Ivo Rossacher | 2008-06-09 22:25:32 | Re: Connecting from xp to linux server |