Re: [GENERAL] User authentication failed - Mailing list pgsql-general

From Tom Ivar Helbekkmo
Subject Re: [GENERAL] User authentication failed
Date
Msg-id 863e2wgyn8.fsf@athene.nhh.no
Whole thread Raw
In response to User authentication failed  (Jean Lee <jean@cinesite.co.uk>)
List pgsql-general
Jean Lee <jean@cinesite.co.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"

pgsql-general by date:

Previous
From: Herouth Maoz
Date:
Subject: Re: [GENERAL] fork() bad
Next
From: "Paul D. Boyle"
Date:
Subject: Need postgresql 6.1 sources