Re: One machine connects, the other doesn't???

From: <mallah(at)trade-india(dot)com>
To: <jeffroberts(at)telus(dot)net>
Cc: <pgsql-admin(at)postgresql(dot)org>
Subject: Re: One machine connects, the other doesn't???
Date: 2003-11-04 14:49:31
Message-ID: 1223.203.145.130.142.1067957371.squirrel@mail.trade-india.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-admin

> Hi
>
> I have postgresql 7.2.2-1 on "BACKEND".

Although its not answer to your problem , but
you shud *really* upgrade your PostgreSQL version
to 7.2.4 version some serious bugs were fixed relating to possible
data loss.

Regards
Mallah.

>
> If I use "Shop"(192.168.24.5) I can connect using the command:
>
> psql mydatabase -h BACKEND -U ownerofmydatabase
>
> I am asked for the password and upon giving it all is well.
>
> BUT.
>
> If I use "Office"(192.168.24.4) and I try the same thing:
>
> psql mydatabase -h BACKEND -U ownerofmydatabase
>
> I get:
>
> psql: FATAL 1: No pg_hba.conf entry for host 192.168.24.4, user
> ownerofmydatabase, database mydatabase
>
> My pg_hba.conf file has two lines
>
> local all trust
> host all 192.168.24.0 255.255.255.0 password
>
> Any ideas???
>
> Jeff Roberts
>
>
> ---------------------------(end of broadcast)--------------------------- TIP 5: Have you
> checked our extensive FAQ?
>
> http://www.postgresql.org/docs/faqs/FAQ.html

-----------------------------------------
Over 1,00,000 exporters are waiting for your order! Click below to get
in touch with leading Indian exporters listed in the premier
trade directory Exporters Yellow Pages.
http://www.trade-india.com/dyn/gdh/eyp/

In response to

Responses

Browse pgsql-admin by date

  From Date Subject
Next Message Valentin Militaru 2003-11-04 14:55:36 Re: One machine connects, the other doesn't???
Previous Message David F. Skoll 2003-11-04 14:41:41 Forcing pg_dump NOT to use "INSERT..."