DavidB wrote:
> I had hba_conf settings like:
> host all all 111.123.21.1/32 trust
>
> didn't work but going back to old v7 format of
> host all all 111.123.21.1 255.255.255.0 trust
>
> did work.
> Problem in my definition?
/32 means 255.255.255.255
/24 means 255.255.255.0
so the above two lines have different meanings.
-O