I'm currently in the process of switching our reverse proxy from (a hacky) IIS + ARR to Nginx reverse proxy via Nginx Proxy Manager container on Ubuntu Server 22.04.
I've am able to access the services while inside the LAN both my hostname and IP address, but am unable to do so when coming from the internet. Both ports 80 and 433 have been forwarded and are verified working because I simply changed the destination IP to the new server.
What I've tried:
- Disabling the host firewall
- Connecting the container directly to the modem via macvlan and forwarding the ports to it.
- Ensured that there is no access limitation.
What I've noticed when accessing via the internet: When the ports are forwarded, the browser loads for a while and then fails. When the pots are not forwarded, the browser fails immediately.
This leads me to suspect that NPM is receiving the request but is simply ignoring them.
Any leads as to what configuration I missed?