From: | <LSanchez(at)ameritrade(dot)com> |
---|---|
To: | <pgsql-admin(at)postgresql(dot)org> |
Subject: | Re: pg_hba.conf |
Date: | 2004-05-28 14:52:49 |
Message-ID: | 2898C2526ECBEB448D434BA1F3027909034D97B5@scsdcmail1.ameritrade.com |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-admin |
Jim said:
>>>
Try changing the "10.29.15.0 255.255.255.0" to "10.29.15.0/24", if
you
have a 7.4-series pgsql server, and see if that doesn't work.
>>>
IT WORKED! Thanks so much Jim! I'm happily connected from home today...
:)
-----Original Message-----
From: Sanchez, Lily
Sent: Thursday, May 27, 2004 10:12 AM
To: 'pgsql-admin(at)postgresql(dot)org'
Subject: RE: [ADMIN] pg_hba.conf
Hi Jim,
I apologize, but it seems that this is the first time that I received an
email from you, but I did receive some emails from others about this
issue, which I had been responding to. Or maybe, I'm not subscribed to
the mailing list? I'll check this out and fix it asap.
I will try what you suggested tonight, as soon as I get home.
Thanks so much for your help!
Regards,
- Lily Anne
-----Original Message-----
From: Jim Seymour [mailto:jseymour(at)linxnet(dot)com]
Sent: Thursday, May 27, 2004 10:03 AM
To: pgsql-admin(at)postgresql(dot)org
Cc: LSanchez(at)ameritrade(dot)com
Subject: Re: [ADMIN] pg_hba.conf
(Note: Please do not copy me individually on posts to the mailing
list. I do read the list and don't need two copies. Thanks.)
(Note2: I did Cc: this to LSanchez as she's yet to respond to any of
my prior comments, so I begin to suspect she's not getting/reading
the mailing list traffic?)
>
> 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.
Then I would suggest the server isn't seeing you coming from
10.29.15.0 through 10.29.15.255. Then again: There's been some kind
of bug (?) mentioned lately (only on [certain versions?] of Solaris?)
where "network netmask" doesn't appear to work properly. Try
changing the "10.29.15.0 255.255.255.0" to "10.29.15.0/24", if you
have a 7.4-series pgsql server, and see if that doesn't work.
Jim
From | Date | Subject | |
---|---|---|---|
Next Message | Andrew Sullivan | 2004-05-28 17:18:32 | Re: tcpip_socket=false and psql is working? |
Previous Message | Jim Seymour | 2004-05-28 13:45:39 | Re: Compiling problems with 7.4.2 |