Host problem

From: Fredrick Bartlett <palmtreefrb(at)earthlink(dot)net>
To: PostgreSQL novice mailing list <pgsql-novice(at)postgresql(dot)org>
Subject: Host problem
Date: 2000-08-26 18:56:15
Message-ID: 39A812CF.44F14415@earthlink.net
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-novice

I have configured the folllowing files as so...

/etc/hosts
127.0.0.1 home_dev1
192.168.1.100 home_dev1

pg_hba.conf
host all trust
host all 0.0.0.0 255.255.255.255 trust
I know redundance.
Why can't I log on using HOST name from remote client.

Started postmasted with -i option.
psql -h 192.168.100 my_database << this works LOCAL
psql -h home_dev1 my_database << this works LOCAL
psql -h 192.168.100 my_database << this works REMOTELY
psql -h home_dev1 my_database << this does not work REMOTELY

What confg am I missing?

Fredrick

Responses

Browse pgsql-novice by date

  From Date Subject
Next Message Ryan Williams 2000-08-26 20:14:43 Re: Postgres on NT
Previous Message David Cantrell 2000-08-26 18:43:56 Re: Pg.pm oddity with apostrophes