Re: cannot connect using terminal nor pgaccess - Mailing list pgsql-admin

From Thalis A. Kalfigopoulos
Subject Re: cannot connect using terminal nor pgaccess
Date
Msg-id Pine.LNX.4.21.0105221027480.317-100000@aluminum.cs.pitt.edu
Whole thread Raw
In response to Re: cannot connect using terminal nor pgaccess  (Peter Eisentraut <peter_e@gmx.net>)
List pgsql-admin
On Mon, 21 May 2001, Peter Eisentraut wrote:

> Jaume Teixi writes:
>
> > but why the tcp/ip also doesn't works ?
> >
> > teixi@thinkpad:~$ grep -v ^# /etc/postgresql/pg_hba.conf | grep -i host
> >
> > host         all         127.0.0.1     255.255.255.0       ident sameuser
>                                                                    ^^^^^^^^
> > host         all         0.0.0.0       0.0.0.0             reject
>
> > teixi@thinkpad:~$ psql -d template1 -U postgres -h localhost -p 5432
>   ^^^^^                                  ^^^^^^^^
> > psql: IDENT authentication failed for user 'postgres'
>
> "sameuser" means "same user".  Please read up on the details of ident
> authentication.
>
> --
> Peter Eisentraut   peter_e@gmx.net   http://funkturm.homeip.net/~peter
>
>
> ---------------------------(end of broadcast)---------------------------
> TIP 1: subscribe and unsubscribe commands go to majordomo@postgresql.org
>

I'm not that familiar with pg yet, but maybe his problem is with the auth line:
host         all         127.0.0.1     255.255.255.0       ident sameuser

How can an IP going through mask 255.255.255.0 yield x.x.x.1 ? Shouldn't the netmask be 255.255.255.255?

regards,
thalis


pgsql-admin by date:

Previous
From: Bhuvaneswari
Date:
Subject: Error in installing pg-access
Next
From: Hitesh Shah
Date:
Subject: Need help