@nebulon Hi, the DNS records seem to match with what https://www.whatismyip.com/ it is, as well as the WAN IP on the router's settings, and I am also fairly certain that the Public IP that we have been given is static.
If I try to curl to <publicip>:80 or :443 within the terminal of the server itself it does not seem to respond, and responds with:
curl: (28) Failed to connect to <pulicip> port 80: Connection timed out
and
curl: (28) Failed to connect to <pulicip> port 443: Connection timed out
However, when curling to it on my windows laptop, I get a response of the HTML which displays the "You are seeing this page because the DNS record of <publicip> is set to this server's IP but Cloudron has no app configured for this domain." page. Which lines up to what I see when I actually put that into a web browser.
However when off the network (on mobile hotspot) on the laptop I get;
C:\Users\XXXXX>curl <publicip>)
curl: (28) Failed to connect to <publicip> port 80 after 21045 ms: Timed out