IIS - Cannot Reach Site from Device on Network
Setup: I have a site on my Microsoft 2012 R2 server that is running IIS
Issue: I can access the site from the servers browser by typing in "site.com" and the ip, 192.168.10.5. I cannot access the site from another device on the network via IP or site.com.
What I Have Tried:
I am having some trouble getting a brand new Microsoft 2012 R2 Server up and running. I have installed IIS and DNS. I created a new site and added the following bindings:
Type Ip Port Host Name
http All Unassigned 80 site.com
http 192.168.10.5 80 site.com
http 192.168.10.5 80
Right now I have nothing in my host file. I have tried a few entries in there with no success, so for now I have removed them.
My DNS Forward Lookup Zone is named, site.com.
I have two A Hosts:
Host FQDN IP
(same as parent folder) site.com 192.168.10.5
www www.site.com 192.168.10.5
As far as my firewall goes, I added a new Inbound Rule named "site". It is a port rule on TCP, allowing port 80. I selected "Allow the connection" on the Actions page, and the profile applies to Domain, Private, and Public.
I have also checked World Wide Web Services (HTTP Traffic-In) and it is enabled.
I cannot ping the device I am testing with from the server in command prompt. I also cannot ping the server from the device I am testing with.
Whenever I try to access the site, it just sits there loading until it times out. I have checked the pfirewall.log and it is empty. Also the C:inetpublogsLogFiles* are not saving anything from the device I am testing with.
I think it is worth mentioning that at one point I was able to connect to the site from inside the network via IP. I am not really sure what happened that is preventing me from accessing it now. As of now if i run
telnet 192.168.10.5 80
or
telnet 192.168.10.5
It just sits there and eventually says
Could not open connection to the host, on port 80: Connection failed
Any ideas? Thanks!
networking dns windows-server-2012-r2 iis-8
add a comment |
Setup: I have a site on my Microsoft 2012 R2 server that is running IIS
Issue: I can access the site from the servers browser by typing in "site.com" and the ip, 192.168.10.5. I cannot access the site from another device on the network via IP or site.com.
What I Have Tried:
I am having some trouble getting a brand new Microsoft 2012 R2 Server up and running. I have installed IIS and DNS. I created a new site and added the following bindings:
Type Ip Port Host Name
http All Unassigned 80 site.com
http 192.168.10.5 80 site.com
http 192.168.10.5 80
Right now I have nothing in my host file. I have tried a few entries in there with no success, so for now I have removed them.
My DNS Forward Lookup Zone is named, site.com.
I have two A Hosts:
Host FQDN IP
(same as parent folder) site.com 192.168.10.5
www www.site.com 192.168.10.5
As far as my firewall goes, I added a new Inbound Rule named "site". It is a port rule on TCP, allowing port 80. I selected "Allow the connection" on the Actions page, and the profile applies to Domain, Private, and Public.
I have also checked World Wide Web Services (HTTP Traffic-In) and it is enabled.
I cannot ping the device I am testing with from the server in command prompt. I also cannot ping the server from the device I am testing with.
Whenever I try to access the site, it just sits there loading until it times out. I have checked the pfirewall.log and it is empty. Also the C:inetpublogsLogFiles* are not saving anything from the device I am testing with.
I think it is worth mentioning that at one point I was able to connect to the site from inside the network via IP. I am not really sure what happened that is preventing me from accessing it now. As of now if i run
telnet 192.168.10.5 80
or
telnet 192.168.10.5
It just sits there and eventually says
Could not open connection to the host, on port 80: Connection failed
Any ideas? Thanks!
networking dns windows-server-2012-r2 iis-8
add a comment |
Setup: I have a site on my Microsoft 2012 R2 server that is running IIS
Issue: I can access the site from the servers browser by typing in "site.com" and the ip, 192.168.10.5. I cannot access the site from another device on the network via IP or site.com.
What I Have Tried:
I am having some trouble getting a brand new Microsoft 2012 R2 Server up and running. I have installed IIS and DNS. I created a new site and added the following bindings:
Type Ip Port Host Name
http All Unassigned 80 site.com
http 192.168.10.5 80 site.com
http 192.168.10.5 80
Right now I have nothing in my host file. I have tried a few entries in there with no success, so for now I have removed them.
My DNS Forward Lookup Zone is named, site.com.
I have two A Hosts:
Host FQDN IP
(same as parent folder) site.com 192.168.10.5
www www.site.com 192.168.10.5
As far as my firewall goes, I added a new Inbound Rule named "site". It is a port rule on TCP, allowing port 80. I selected "Allow the connection" on the Actions page, and the profile applies to Domain, Private, and Public.
I have also checked World Wide Web Services (HTTP Traffic-In) and it is enabled.
I cannot ping the device I am testing with from the server in command prompt. I also cannot ping the server from the device I am testing with.
Whenever I try to access the site, it just sits there loading until it times out. I have checked the pfirewall.log and it is empty. Also the C:inetpublogsLogFiles* are not saving anything from the device I am testing with.
I think it is worth mentioning that at one point I was able to connect to the site from inside the network via IP. I am not really sure what happened that is preventing me from accessing it now. As of now if i run
telnet 192.168.10.5 80
or
telnet 192.168.10.5
It just sits there and eventually says
Could not open connection to the host, on port 80: Connection failed
Any ideas? Thanks!
networking dns windows-server-2012-r2 iis-8
Setup: I have a site on my Microsoft 2012 R2 server that is running IIS
Issue: I can access the site from the servers browser by typing in "site.com" and the ip, 192.168.10.5. I cannot access the site from another device on the network via IP or site.com.
What I Have Tried:
I am having some trouble getting a brand new Microsoft 2012 R2 Server up and running. I have installed IIS and DNS. I created a new site and added the following bindings:
Type Ip Port Host Name
http All Unassigned 80 site.com
http 192.168.10.5 80 site.com
http 192.168.10.5 80
Right now I have nothing in my host file. I have tried a few entries in there with no success, so for now I have removed them.
My DNS Forward Lookup Zone is named, site.com.
I have two A Hosts:
Host FQDN IP
(same as parent folder) site.com 192.168.10.5
www www.site.com 192.168.10.5
As far as my firewall goes, I added a new Inbound Rule named "site". It is a port rule on TCP, allowing port 80. I selected "Allow the connection" on the Actions page, and the profile applies to Domain, Private, and Public.
I have also checked World Wide Web Services (HTTP Traffic-In) and it is enabled.
I cannot ping the device I am testing with from the server in command prompt. I also cannot ping the server from the device I am testing with.
Whenever I try to access the site, it just sits there loading until it times out. I have checked the pfirewall.log and it is empty. Also the C:inetpublogsLogFiles* are not saving anything from the device I am testing with.
I think it is worth mentioning that at one point I was able to connect to the site from inside the network via IP. I am not really sure what happened that is preventing me from accessing it now. As of now if i run
telnet 192.168.10.5 80
or
telnet 192.168.10.5
It just sits there and eventually says
Could not open connection to the host, on port 80: Connection failed
Any ideas? Thanks!
networking dns windows-server-2012-r2 iis-8
networking dns windows-server-2012-r2 iis-8
edited Jan 11 at 14:08
Jwags
asked Jan 11 at 1:59
JwagsJwags
115
115
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
});
}
});
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%2f1392994%2fiis-cannot-reach-site-from-device-on-network%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
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%2f1392994%2fiis-cannot-reach-site-from-device-on-network%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