Goal: Access website hosted on a remote cloud's IIS via web-browser.
Case: I wanted to open my IIS server (Windows server 2012 virtual machine hosted on Google compute engine) so that the website running locally on it becomes accessible via WWW.
As per EdSf's comment I need to make some firewall changes initially. So
- I have enabled WWW firewall settings
But when I go to that Virtual machine's external IP address, the website is not loading.
Update: Tried allowing remote connections in IIS and I believe this opened IIS to WWW.
The binding config for the site looks like this:
I have enabled both 80 and 443 ports
Now it's running fine on SSL port 443 (except it lacks a SSL certificate). I am unable to access it through http port 80
As per Kamran's comment, I have checked the firewall rules and there seems to be the issue:
The http traffic doesn't seems to be allowed.
How do I change it?