Can't get IIS to work Announcing the arrival of Valued Associate #679: Cesar Manara ...
What is this clumpy 20-30cm high yellow-flowered plant?
Question about debouncing - delay of state change
How to write this math term? with cases it isn't working
Is it a good idea to use CNN to classify 1D signal?
Why do we bend a book to keep it straight?
Why does the remaining Rebel fleet at the end of Rogue One seem dramatically larger than the one in A New Hope?
Why does it sometimes sound good to play a grace note as a lead in to a note in a melody?
Why is it faster to reheat something than it is to cook it?
What is the appropriate index architecture when forced to implement IsDeleted (soft deletes)?
Should I use a zero-interest credit card for a large one-time purchase?
How much damage would a cupful of neutron star matter do to the Earth?
Why do we need to use the builder design pattern when we can do the same thing with setters?
Find 108 by using 3,4,6
Chinese Seal on silk painting - what does it mean?
Drawing without replacement: why is the order of draw irrelevant?
What are the diatonic extended chords of C major?
Has negative voting ever been officially implemented in elections, or seriously proposed, or even studied?
What does it mean that physics no longer uses mechanical models to describe phenomena?
Is it possible for SQL statements to execute concurrently within a single session in SQL Server?
How fail-safe is nr as stop bytes?
A term for a woman complaining about things/begging in a cute/childish way
When a candle burns, why does the top of wick glow if bottom of flame is hottest?
An adverb for when you're not exaggerating
Why is the AVR GCC compiler using a full `CALL` even though I have set the `-mshort-calls` flag?
Can't get IIS to work
Announcing the arrival of Valued Associate #679: Cesar Manara
Planned maintenance scheduled April 23, 2019 at 00:00UTC (8:00pm US/Eastern)Visual Studio can't create site in IISaccessing IIS externally?Deleted the default web site in IIS 6.0 and now it won't work?Can't get rid of IIS 7.5Can't disable IISAdvertisment in local IISCan't get access to my internal IIS Server?IIS URL-rewrite doesn't workIIS 7.5 Api calls won't work (HTTP 404)IIS Pool Recycling Configuration
.everyoneloves__top-leaderboard:empty,.everyoneloves__mid-leaderboard:empty,.everyoneloves__bot-mid-leaderboard:empty{ height:90px;width:728px;box-sizing:border-box;
}
I have two routers in my network.
My Comcast router is at external IP 24.24.24.24 (not my real IP)
It’s DHCP range is 10.1.10.1 – 10.1.10.199
It is set to Low security so it passes ftp (21), Http (80), https (443), RDP (3389)
It feeds my Netgear Router at 10.1.10.200
The Netgear’s DHCP range is 10.0.0.100 – 10.0.0.199
My IIS is at 10.0.0.100 Computer Name: Big
The Netgear port forwards ports 21, 80, 443 and 3389 to computer Big (10.0.0.100)
My external DNS is correct (verified)
I can ping ftp.myOwnDomain.com and it resolves to 24.24.24.24 and responds.
I can tracert MyOwnDomain.com and it points to 24.24.24.24
RDP works fine to MyOwnDomain.com works fine.
In IIS :
I have set Anonymous Authentication to enabled (verified)
I have pointed it to the correct directories (verified)
Try as I may, I get no response from FTP or HTTP
“Hmmm...can’t reach this page”
I get no response from localhost either.
w3svc is running. (verified)
I must be missing something. Any ideas?
Pic Of IIS Manager
iis
New contributor
add a comment |
I have two routers in my network.
My Comcast router is at external IP 24.24.24.24 (not my real IP)
It’s DHCP range is 10.1.10.1 – 10.1.10.199
It is set to Low security so it passes ftp (21), Http (80), https (443), RDP (3389)
It feeds my Netgear Router at 10.1.10.200
The Netgear’s DHCP range is 10.0.0.100 – 10.0.0.199
My IIS is at 10.0.0.100 Computer Name: Big
The Netgear port forwards ports 21, 80, 443 and 3389 to computer Big (10.0.0.100)
My external DNS is correct (verified)
I can ping ftp.myOwnDomain.com and it resolves to 24.24.24.24 and responds.
I can tracert MyOwnDomain.com and it points to 24.24.24.24
RDP works fine to MyOwnDomain.com works fine.
In IIS :
I have set Anonymous Authentication to enabled (verified)
I have pointed it to the correct directories (verified)
Try as I may, I get no response from FTP or HTTP
“Hmmm...can’t reach this page”
I get no response from localhost either.
w3svc is running. (verified)
I must be missing something. Any ideas?
Pic Of IIS Manager
iis
New contributor
add a comment |
I have two routers in my network.
My Comcast router is at external IP 24.24.24.24 (not my real IP)
It’s DHCP range is 10.1.10.1 – 10.1.10.199
It is set to Low security so it passes ftp (21), Http (80), https (443), RDP (3389)
It feeds my Netgear Router at 10.1.10.200
The Netgear’s DHCP range is 10.0.0.100 – 10.0.0.199
My IIS is at 10.0.0.100 Computer Name: Big
The Netgear port forwards ports 21, 80, 443 and 3389 to computer Big (10.0.0.100)
My external DNS is correct (verified)
I can ping ftp.myOwnDomain.com and it resolves to 24.24.24.24 and responds.
I can tracert MyOwnDomain.com and it points to 24.24.24.24
RDP works fine to MyOwnDomain.com works fine.
In IIS :
I have set Anonymous Authentication to enabled (verified)
I have pointed it to the correct directories (verified)
Try as I may, I get no response from FTP or HTTP
“Hmmm...can’t reach this page”
I get no response from localhost either.
w3svc is running. (verified)
I must be missing something. Any ideas?
Pic Of IIS Manager
iis
New contributor
I have two routers in my network.
My Comcast router is at external IP 24.24.24.24 (not my real IP)
It’s DHCP range is 10.1.10.1 – 10.1.10.199
It is set to Low security so it passes ftp (21), Http (80), https (443), RDP (3389)
It feeds my Netgear Router at 10.1.10.200
The Netgear’s DHCP range is 10.0.0.100 – 10.0.0.199
My IIS is at 10.0.0.100 Computer Name: Big
The Netgear port forwards ports 21, 80, 443 and 3389 to computer Big (10.0.0.100)
My external DNS is correct (verified)
I can ping ftp.myOwnDomain.com and it resolves to 24.24.24.24 and responds.
I can tracert MyOwnDomain.com and it points to 24.24.24.24
RDP works fine to MyOwnDomain.com works fine.
In IIS :
I have set Anonymous Authentication to enabled (verified)
I have pointed it to the correct directories (verified)
Try as I may, I get no response from FTP or HTTP
“Hmmm...can’t reach this page”
I get no response from localhost either.
w3svc is running. (verified)
I must be missing something. Any ideas?
Pic Of IIS Manager
iis
iis
New contributor
New contributor
edited 9 hours ago
IISDummy
New contributor
asked 10 hours ago
IISDummyIISDummy
11
11
New contributor
New contributor
add a comment |
add a comment |
0
active
oldest
votes
Your Answer
StackExchange.ready(function() {
var channelOptions = {
tags: "".split(" "),
id: "3"
};
initTagRenderer("".split(" "), "".split(" "), channelOptions);
StackExchange.using("externalEditor", function() {
// Have to fire editor after snippets, if snippets enabled
if (StackExchange.settings.snippets.snippetsEnabled) {
StackExchange.using("snippets", function() {
createEditor();
});
}
else {
createEditor();
}
});
function createEditor() {
StackExchange.prepareEditor({
heartbeatType: 'answer',
autoActivateHeartbeat: false,
convertImagesToLinks: true,
noModals: true,
showLowRepImageUploadWarning: true,
reputationToPostImages: 10,
bindNavPrevention: true,
postfix: "",
imageUploader: {
brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
allowUrls: true
},
onDemand: true,
discardSelector: ".discard-answer"
,immediatelyShowMarkdownHelp:true
});
}
});
IISDummy is a new contributor. Be nice, and check out our Code of Conduct.
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fsuperuser.com%2fquestions%2f1427153%2fcant-get-iis-to-work%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
0
active
oldest
votes
0
active
oldest
votes
active
oldest
votes
active
oldest
votes
IISDummy is a new contributor. Be nice, and check out our Code of Conduct.
IISDummy is a new contributor. Be nice, and check out our Code of Conduct.
IISDummy is a new contributor. Be nice, and check out our Code of Conduct.
IISDummy is a new contributor. Be nice, and check out our Code of Conduct.
Thanks for contributing an answer to Super User!
- Please be sure to answer the question. Provide details and share your research!
But avoid …
- Asking for help, clarification, or responding to other answers.
- Making statements based on opinion; back them up with references or personal experience.
To learn more, see our tips on writing great answers.
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fsuperuser.com%2fquestions%2f1427153%2fcant-get-iis-to-work%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown