I am using aws from amazon and I have iis intalled on my server. I have created a test site but I can't reach it using external ip address. It is only reachable throught http://localhost- and 10.0.241.77 the local ip. How can I make iis run on external ip?
Asked
Active
Viewed 737 times
1
-
10.0.241.77 **is** its internal IP. Which IP are you referring to? – ceejayoz Jan 28 '15 at 13:25
-
Internal ip is 54.93.xx.xxx but iis uses 10.0.241.77 I am really confused – Arda Kara Jan 28 '15 at 13:26
-
54.93.xx.xxx is its external IP, not internal. Have you configured your AWS security group to make port 80 available to 0.0.0.0/0? – ceejayoz Jan 28 '15 at 13:32
-
Sorry it is my fault I am not a native speaker. I'm not the owner of the aws account. I just have the external ip of server and admin account – Arda Kara Jan 28 '15 at 13:34
-
It's most likely a misconfigured security group. – ceejayoz Jan 28 '15 at 13:34
-
What should I do then? I may try to call the account owner tomorrow. – Arda Kara Jan 28 '15 at 13:35
-
I got port:80 opened fron AWS options, and it works fine now. If you write your suggestion as an answer I can accept it. – Arda Kara Jan 28 '15 at 15:19
1 Answers
0
Per our discussion in the comments, AWS security groups needed to be set up to allow public access to port 80.

ceejayoz
- 32,910
- 7
- 82
- 106