Re: pg_hba.conf : bad entry for ADDRESS - Mailing list pgsql-general

From arnaud gaboury
Subject Re: pg_hba.conf : bad entry for ADDRESS
Date
Msg-id CAK1hC9uQVi-ktXEyRC-=XVmNyoB5GMSZJhy3fgqtRa9900r3Cw@mail.gmail.com
Whole thread Raw
In response to Re: pg_hba.conf : bad entry for ADDRESS  ("Ilya Kazakevich" <Ilya.Kazakevich@JetBrains.com>)
List pgsql-general
On Thu, Aug 25, 2016 at 4:37 PM, Ilya Kazakevich
<Ilya.Kazakevich@jetbrains.com> wrote:
>
> % psql --host=127.0.0.1/32 --dbname=mattermost --username=mmuser
> psql: could not translate host name "127.0.0.1/32" to address: Name or
> service not known
> % psql --host=127.0.0.1/24 --dbname=mattermost --username=mmuser
> psql: could not translate host name "127.0.0.1/24" to address: Name or
> service not known
>
>
> [I.K >> ] “127.0.0.1/32” is network that includes only “127.0.0.1” while
> “127.0.0.1” is address.
>
> You specify network in .conf file and use address as argument to psql

Thanks a lot sir. My knowledge in TCP-IP is definitively too light.
------------------------------------------
% psql --host=127.0.0.1 --dbname=mattermost --username=mmuser
Password for user mmuser:
psql (9.5.3)
Type "help" for help.

mattermost=>

---------------------------------------------------

--

google.com/+arnaudgabourygabx


pgsql-general by date:

Previous
From: "Joshua D. Drake"
Date:
Subject: Re: pg_hba.conf : bad entry for ADDRESS
Next
From: arnaud gaboury
Date:
Subject: Re: pg_hba.conf : bad entry for ADDRESS