cannot access remotly to postgres using psql
I am trying to access to postgresql remotly using psql. Can it be that a firewall is blocking postgresql default port 5432 ?
I did the following modification in pg_hba.conf
host all all 80.240.129.47/24 trust
and allowed everyone to listen in postgresql.conf
listen_addresses='*'
I do not know, what still is missing to make in run?
When starting nmap from a different host the port of postgres is not shown.
any idea??
Markus