Hey, I am running an nginx proxy manager lxc in my labnet to forward different HTTPS/HTTP requests to specific services since I have access to a single public dynamic IP address.
I am running an duckdns.org ip address, that works.
The hard part about my setup, is that I am running double port forwards to my reverse proxy.
- Home LAN router (Teltonika) with port forward to my labnet router
- Labnet router (Ubiquiti CGU) to the proxmox LXC running the Docker image of Nging proxy manager.
I have been getting a couple different error-codes when I try to test server reachability
There is a server found at this domain but it returned an unexpected status code 400. Is it the NPM server?
Please make sure your domain points to the IP where your NPM instance is running.
There is a server found at this domain but it returned an unexpected status code Invalid domain or IP. Is it the NPM server?
Please make sure your domain points to the IP where your NPM instance is running.
I am getting different errors even if I have not changed anything. These two were taken within 5 min of each other
I am have setup DDOS protections on the Teltonika, but my labnet configuration is complicated. The VLAN where the reverse proxy and other services that I intend to push to internet is configured as DMZ.
I have done direct port forwards from my home network, although those are not on the default ports for HTTP/HTTPS but a custom port. This has also worked with double port forwading from my labnet to public. Although that host is not located at the DMZ, since I have not had the time to push that host into the DMZ VLAN.
Any ideas? Thanks for taking the time!