I'm forwarding port 80 of a web server to the public interface of the firewall, which is then mapped to a domain name so that the server can be accessible from that domain name.
I did this process too many times but this time I'm in a different country and connected to the internet using a different kind of firewall.
Conditions:
- When I try to access the website from any other networks, it shows "Connection timed out"
- I can verify that
nslookup theDomainName.com
maps to the correct IP adderss. - I can veryfy that the website is accessiable from inside the local network.
- When I apply the exact same configurations while only using any other port other than port 80, everything works fine.
So, I can tell that something is blocking the trafic sent to port 80. This can either by:
- Port 80 is blocked by my ISP (Which is very likely in my current location)
- Something in the firewall is reserving port 80.
The point is, I don't want to guess. i need a practicall experiment that can narrow down the possibilities, something like trecert
but for port blocking.
Any suggestions?