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@postgresql.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@linxnet.com]
Sent: Thursday, May 27, 2004 10:03 AM
To: pgsql-admin@postgresql.org
Cc: LSanchez@ameritrade.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