Re: pg_hba.conf

From: <LSanchez(at)ameritrade(dot)com>
To: <mike(at)thegodshalls(dot)com>
Cc: <pgsql-admin(at)postgresql(dot)org>
Subject: Re: pg_hba.conf
Date: 2004-05-27 13:37:44
Message-ID: 2898C2526ECBEB448D434BA1F3027909034D97A3@scsdcmail1.ameritrade.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-admin

Hi Mike,

That's exactly how I had mine setup all along:

host all all 10.29.15.0 255.255.255.0 trust

and it just doesn't work via VPN.

Thanks,
- Lily Anne

-----Original Message-----
From: mike g [mailto:mike(at)thegodshalls(dot)com]
Sent: Wednesday, May 26, 2004 11:16 PM
To: LSanchez(at)ameritrade(dot)com
Cc: pgsql-admin(at)postgresql(dot)org
Subject: Re: [ADMIN] pg_hba.conf

Hello,

I finally got it to work and as some have mentioned it was not the
encryption level.

I had setup my pg_hba.conf originally like this:

host all all 10.15.0.0 255.255.255.0 trust

I was under the impression that the .0 was supposed to be equivalent to
a wildcard entry so that any connection from 10.15 would be able to
connect. This was not so. By changing my pg_hba.conf to this:

host all all 10.15.13.0 255.255.255.0 trust

I was able to connect successfully. The .0 works as a wildcard entry
for the last part but not the one prior.

Hope that helps you.

Mike

On Wed, 2004-05-26 at 10:25, LSanchez(at)ameritrade(dot)com wrote:
> Thanks so much! :)
>
> -----Original Message-----
> From: Bruce Momjian [mailto:pgman(at)candle(dot)pha(dot)pa(dot)us]
> Sent: Wednesday, May 26, 2004 10:56 AM
> To: LSanchez(at)ameritrade(dot)com
> Cc: mike(at)thegodshalls(dot)com; xzilla(at)users(dot)sourceforge(dot)net;
> pgsql-admin(at)postgresql(dot)org
> Subject: Re: [ADMIN] pg_hba.conf
>
> LSanchez(at)ameritrade(dot)com wrote:
> > Thanks Mike!
> >
> > Do you know if pgSQL will be supporting higher level of encryption
in
> > the near future? Most of us here at Ameritrade work from home via
VPN.
>
>
> We support SSL so you don't need VPN encryption. However, we should
> work with whatever VPN encryption you are already using too.

Browse pgsql-admin by date

  From Date Subject
Next Message Jim Seymour 2004-05-27 14:02:56 Re: pg_hba.conf
Previous Message Tom Lane 2004-05-27 13:35:06 Re: pg_hba.conf