-1

I have a Windows VM running Windows Server 2012 on Google Cloud and have installed 2 web application on IIS on the server. Let's take the example IP as 1.2.3.4 One application is hosted on port 80 and bound at abc.com while the other application is hosted at port 81.

I am able to access the website at abc.com however, when trying to access as 1.2.3.4:80 or 1.2.3.4:81, the website is not accessible. Please advise how to open the ports.

Nitesh
  • 103
  • 1
  • 8
  • Ports are opened on firewalls, not IIS. In case of Google Cloud, you have at least two firewalls to configure, Windows Firewall on the server itself, and the cloud firewall (check Google documentation). – Lex Li Dec 06 '18 at 19:23
  • Thanks for clarification. Can you help me with any link to configure firewall on server? – Nitesh Dec 07 '18 at 05:09

1 Answers1

1

I don't think this is a port issue. You should add correct binding to your sites. If you want to access site by server ip, add binding like this: enter image description here

warder
  • 138
  • 1
  • 11
  • I have done the same, but it looks like the server IIS is not accessible using the IP address. – Nitesh Dec 06 '18 at 00:38