I'm running debian11 with postgres15.2 and ufw installed. Ive tried opening port 22 (which I can connect to no problems), 5432 (and eventually 8894) through ufw at first by running the following as root: ufw allow $PORT and restarting the ufw service by running systemctl restart ufw. As for the postgresql.conf I've set listen_addresses = '*' and updated the port = $PORT (where $PORT is the above ports listed). In my pga_hba.conf I've added host all all 0.0.0.0/0 md5. and restarted postgres using systemctl restart postgres. Despite all this, the port itself isn't open, it seems like something is interfering with the ufw command but Im not even sure where to begin looking outside of iptables entries and ufw status entries which Ive checked and they look good. Does anyone know why this freaking port won't open?
(Using ionos as a VPS provider btw, not sure how relevant that is but Ive been able to do this no problem with different hosting providers before, also have fail2ban installed)
You did not activated the Ticket System |