2025-02-12, 03:48 PM
I used to run a Netgear R7000 (Nighthawk AC1700) for a long time with FreshTomato. When I was still running the stock firmware, I'm pretty sure it had custom DNS functionality. But that was before I started self-hosting stuff.
Is the container running Nginx Proxy Manager running in host networking mode or bridge networking? Regardless, both ports 80 and 443 need to be open on the HOST firewall. Port 80 is used during the certificate request process.
If this is a Debian or Ubuntu based distro, "sudo ufw allow 80" and "sudo ufw allow 443" would open the firewall. But UFW would need to be enabled if it isn't already.
Is the container running Nginx Proxy Manager running in host networking mode or bridge networking? Regardless, both ports 80 and 443 need to be open on the HOST firewall. Port 80 is used during the certificate request process.
If this is a Debian or Ubuntu based distro, "sudo ufw allow 80" and "sudo ufw allow 443" would open the firewall. But UFW would need to be enabled if it isn't already.