IIS works only on localhost

Asked

Viewed 1,292 times

2

I’m using IIS on a Windows Server 2012 R2, by AWS Amazon EC2.
But I have a problem, I can access the site only on the localhost.
When trying to access from another machine by IP, returns the following error:

ERR_CONNECTION_TIMED_OUT

I followed the steps of some videos on Youtube, just installed the IIS, as shown in the video. What might be happening?

  • I find missing configure firewall..

  • I tried to disable firewall but it didn’t work

  • disable firewall is different from configuring firewall

  • ok, so how do I set up?

  • normally vc goes in the settings.. rsrs

  • yes but what is configure? release doors? which ones? how do I do?

  • you tried to do something or are just asking, waiting for a mega answer? Hand on the puppy mssa!

  • tried yes, tried several tutorials... but nothing solved. so I ask, what should I configure?

  • Read about Security Groups in AWS. It’s quite possible that your instance in EC2 is not allowing access from the Internet. You may need to create a Security Group by opening doors 80 and/or 443 to access your IIS.

  • @sergiopereira Thank you very much, problem solved! can post as reply I will mark

  • @Thiago. Posted answer. Thanks.

Show 6 more comments

1 answer

3


Read about Security Groups in AWS. It’s quite possible that your instance in EC2 is not allowing access from the Internet. You may need to create a Security Group by opening doors 80 and/or 443 to access your IIS.

Browser other questions tagged

You are not signed in. Login or sign up in order to post.