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..
– Daniel Omine
I tried to disable firewall but it didn’t work
– Lugarini
disable firewall is different from configuring firewall
– Daniel Omine
ok, so how do I set up?
– Lugarini
normally vc goes in the settings.. rsrs
– Daniel Omine
yes but what is configure? release doors? which ones? how do I do?
– Lugarini
you tried to do something or are just asking, waiting for a mega answer? Hand on the puppy mssa!
– Daniel Omine
tried yes, tried several tutorials... but nothing solved. so I ask, what should I configure?
– Lugarini
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
@sergiopereira Thank you very much, problem solved! can post as reply I will mark
– Lugarini
@Thiago. Posted answer. Thanks.
– sergiopereira