No, Pg Admin connects to 5432 as that is PostgreSQL's server port.
One popular misconfiguration I've seen is that the connection/traffic is
*to* port 5432 on the server, not from port 5432 on the client.
So, depending on your firewall you need rule 1 on it's own (if it
supports keeping state)
I have a postgresql database at the server, with firewall protected. And I want
to access the database remotely using pgadmin on the client side. I have
configured the postgre configuration file in such way that the client can
access the database remotely using pgadmin, but when I turn on the fi