I searched the forum and googled, couldn’t get answer, so try to ask in forum
I built Neon from source and running fine.
I tried to connect Neon(connect from localhost no issue) from another machine but got :
$ psql -p55432 -h 172.16.1.100 -U cloud_admin postgres
psql: error: connection to server at “172.16.1.100”, port 55432 failed: Connection refused
I am pretty sure there is no firewall blocking this.
I were thinking might can start Neon listen on all IPs. also tried to find pg_hba.conf to make change but can’t find the file.
Could you advise how to connect from another machine? thanks
pg_hba.conf can be found in /etc/postgresql/xx/main where xx is the version number.
See Install and configure PostgreSQL | Ubuntu for detail on connecting externally