tsmets(at)brutele(dot)be wrote:
>
> I wanna connect froma remote host to the Database via JDBC.
> I modified the pg_hba.conf to this :
>
> host all 192.168.1.0 255.255.255.255 trust sameuser
>
>
> I got the following trace :
> No pg_hba.conf entry for host 192.168.1.101, user jboss
Unless my understanding is incorrect, I think the mask is wrong:
255.255.255.0
would allow a connection from 192.168.1.xxx
255.255.255.255
matches an exact host, 192.168.1.0.
Mike Mascari
mascarm(at)mascari(dot)com