I've encountered a problem while trying to setup firewall rules for postgres (server ubuntu 22.04, postgres 14). Postgres has been configured and working OK, with firewall disabled I could connect to db from outside. With firewall enabled (rule for port 5432 added of course) connection hangs. Investigating firewall logs I've seen blocked connections to udp port 51556 from my machine while trying to establish connection to postgres. Opening that port in firewall solved the problem. So: what is the port 51556 for? Cannot found any info about it. Cheers Paweł
Problem had been solved, but I'm just curious ;-)