> Hello,
>
> may I ask, how(or which) ip is checked against pg_hba.conf IP
> entry in NAT environment?
>
> Could it be, that psql client packs IP address of the client
> into athentication data?
No, it validates the source address on the TCP connection. In the event
of NAT, it will check the NATted address.
//Magnus