Re: [GENERAL] User authentication failed

From: Tom Ivar Helbekkmo <tih(at)nhh(dot)no>
To: Jean Lee <jean(at)cinesite(dot)co(dot)uk>
Cc: pgsql-general(at)postgreSQL(dot)org
Subject: Re: [GENERAL] User authentication failed
Date: 1999-03-23 12:48:27
Message-ID: 863e2wgyn8.fsf@athene.nhh.no
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

Jean Lee <jean(at)cinesite(dot)co(dot)uk> writes:

> host all 10.123.10.0 255.255.255.255 trust
> host all 192.168.10.0 255.255.255.255 trust

You're allowing connections from 10.123.10.0 and 192.168.10.0 exactly,
and I'd bet the machine you're connecting from has neither of those
addresses. If what you meant was to allow connections from machines
in the networks 10.123.10.0/24 and 192.168.10.0/24, you want:

host all 10.123.10.0 255.255.255.0 trust
host all 192.168.10.0 255.255.255.0 trust

-tih
--
Popularity is the hallmark of mediocrity. --Niles Crane, "Frasier"

In response to

Browse pgsql-general by date

  From Date Subject
Next Message Paul D. Boyle 1999-03-23 15:52:59 Need postgresql 6.1 sources
Previous Message Herouth Maoz 1999-03-23 12:38:41 Re: [GENERAL] fork() bad