Welcome to HostingForumz.com!
FAQFAQ   SearchSearch      ProfileProfile    Private MessagesPrivate Messages   Log in/Register/PasswordLog in/Register/Password

IIS can be reached by IP only

 
   Web Hosting Problem Solving Community! (Home) -> IIS RSS
Related Topics:
Error:max pool size was reached - Hi! Since I installed the Visual Studio 2003 I got a problem: every few hours I got an error that I can't open the to the SQL Server database: expired. The timeout period elapsed prior to obtaining a from the pool. This..

Network bios Command Limit has been reached - Hello, we are having a problem with are 2 NLB When we try to create a new Virtual Directory it shows as an error icon and in the status field it reports the message. bios Command Limit has been Now I know the first thought..

IIS Error Message "The network location cannot be reached." - I have two different SBS2003 Premium servers in two separate location having the same issue (all of a sudden). I can not get IIS the use the external network card's IP address for the Default website. At first I thought I (or someone at these

IIS6 "The network location cannot be reached. For more in.. - I have recently upgrade an SBS2000 box to SBS2003. I am trying to create a new web site in IIS6. The problem is that the site fails to start. A dialogue box appears with the error "The network location cannot be reached. For more about..

Connecting to Https is too slow form internet for IIS 6.0 - Does anyone who can help me to figure the following problem: First I set my web site to accept https only. It works in intranet is fine; however, when I try to connect it from internet, it takes me almost 1 minute to I've
Next:  IIS: Can iisadmpwd folder be deleted  
Author Message
RogerDodger Administrator

External


Since: Feb 23, 2008
Posts: 2



(Msg. 1) Posted: Sat Feb 23, 2008 2:28 am
Post subject: IIS can be reached by IP only
Archived from groups: microsoft>public>inetserver>iis (more info?)

We are running IIS 6, with multiple virtual folders eacher with own IP.

We can reach the web server from IP
http://10.0.0.1/DotNetNukum

However when we try and reach it with http://server1/DotNetNukum it cannot
be reached.

I have used nslookup and can resolve the IP to hostname, and vice versa.
The ip address and hostname is accurate mapping.

This is driving me nuts. Can it be IIS, or has anyone else experienced this
and can provide me with some tips ?

thank you

 >> Stay informed about: IIS can be reached by IP only 
Back to top
Login to vote
kgafvert

External


Since: Aug 23, 2003
Posts: 3146



(Msg. 2) Posted: Sat Feb 23, 2008 8:04 am
Post subject: Re: IIS can be reached by IP only [Login to view extended thread Info.]
Archived from groups: per prev. post (more info?)

What do you mean by "it cannot be reached"? What do you observe? Any error
messages?

Do you perhaps use DotNetNuke? For what i know, it has a setting that maps
to the host header so that may be wrong.

It can also be a setting in IIS. Check the bindings for the website, what
does it say?

--
Regards,
Kristofer Gafvert
http://www.gafvert.info/iis/ - IIS Related Info


"RogerDodger Administrator" <roger RemoveThis @mail.com> skrev i meddelandet
news:7d7bba6b06d38ca44372c11266c@msnews.microsoft.com...
>
> We are running IIS 6, with multiple virtual folders eacher with own IP.
>
> We can reach the web server from IP
> http://10.0.0.1/DotNetNukum
>
> However when we try and reach it with http://server1/DotNetNukum it cannot
> be reached.
>
> I have used nslookup and can resolve the IP to hostname, and vice versa.
> The ip address and hostname is accurate mapping.
>
> This is driving me nuts. Can it be IIS, or has anyone else experienced
> this and can provide me with some tips ?
>
> thank you
>
>

 >> Stay informed about: IIS can be reached by IP only 
Back to top
Login to vote
Andy

External


Since: Feb 26, 2008
Posts: 7



(Msg. 3) Posted: Tue Feb 26, 2008 12:14 pm
Post subject: Re: IIS can be reached by IP only [Login to view extended thread Info.]
Archived from groups: per prev. post (more info?)

Your DNS server is failing to resolve the name "server1" into an IP
address. If you know you have a DNS server properly configured to
resolve your url, then look for another "rogue" DNS server that maybe
running local to your client that is intercepting the HTTP request and
attempting to do the resolution instead.

Another problem that can occur is that all DNS servers buffer the
resolution of a URL so that they don't have to look it up again on
subsequent calls. The "A" record used for your url in DNS also
specifies the period of time that DNS caches the resolution. If you
have continually had unsuccessful resolutions on a particular DNS
server, that server may have "learned" that the url doesn't exist and
is reporting this from its cache rather than actually looking it up.
The solution to this is to have shorter expiration times on your DNS
records.

Andy
 >> Stay informed about: IIS can be reached by IP only 
Back to top
Login to vote
RogerDodger Administrator

External


Since: Feb 23, 2008
Posts: 2



(Msg. 4) Posted: Tue Feb 26, 2008 2:18 pm
Post subject: Re: IIS can be reached by IP only [Login to view extended thread Info.]
Archived from groups: per prev. post (more info?)

I'm fairly new to IIS. Does it log only to the Event Viewer ?

What do you mean by bindings ?
If you mean IP address bindings, I can ping the server on each of the ip
addresses. In fact the virtual server which is playing up can be telneted
to on port 80. It does reply.


Cheers,









Hello Kristofer,

> What do you mean by "it cannot be reached"? What do you observe? Any
> error messages?
>
> Do you perhaps use DotNetNuke? For what i know, it has a setting that
> maps to the host header so that may be wrong.
>
> It can also be a setting in IIS. Check the bindings for the website,
> what does it say?
>
> "RogerDodger Administrator" <roger.RemoveThis@mail.com> skrev i meddelandet
> news:7d7bba6b06d38ca44372c11266c@msnews.microsoft.com...
>
>> We are running IIS 6, with multiple virtual folders eacher with own
>> IP.
>>
>> We can reach the web server from IP
>> http://10.0.0.1/DotNetNukum
>> However when we try and reach it with http://server1/DotNetNukum it
>> cannot be reached.
>>
>> I have used nslookup and can resolve the IP to hostname, and vice
>> versa. The ip address and hostname is accurate mapping.
>>
>> This is driving me nuts. Can it be IIS, or has anyone else
>> experienced this and can provide me with some tips ?
>>
>> thank you
>>
 >> Stay informed about: IIS can be reached by IP only 
Back to top
Login to vote
kgafvert

External


Since: Aug 23, 2003
Posts: 3146



(Msg. 5) Posted: Thu Feb 28, 2008 7:32 pm
Post subject: Re: IIS can be reached by IP only [Login to view extended thread Info.]
Archived from groups: per prev. post (more info?)

No, it logs to several places, the IIS log file, the httperr file are two
other places.

But i still need to know what you observe. What do you see in your browser?

For the bindings:
In IIS Manager, right click the website and click Properties.
Click the Advanced button.

What are the bindings?

--
Regards,
Kristofer Gafvert
http://www.gafvert.info/iis/ - IIS Related Info


"RogerDodger Administrator" <roger RemoveThis @mail.com> skrev i meddelandet
news:7d7bba6b12348ca46f5db2ed5ac@msnews.microsoft.com...
> I'm fairly new to IIS. Does it log only to the Event Viewer ?
>
> What do you mean by bindings ?
> If you mean IP address bindings, I can ping the server on each of the ip
> addresses. In fact the virtual server which is playing up can be telneted
> to on port 80. It does reply.
>
>
> Cheers,
>
>
>
>
>
>
>
>
>
> Hello Kristofer,
>
>> What do you mean by "it cannot be reached"? What do you observe? Any
>> error messages?
>>
>> Do you perhaps use DotNetNuke? For what i know, it has a setting that
>> maps to the host header so that may be wrong.
>>
>> It can also be a setting in IIS. Check the bindings for the website,
>> what does it say?
>>
>> "RogerDodger Administrator" <roger RemoveThis @mail.com> skrev i meddelandet
>> news:7d7bba6b06d38ca44372c11266c@msnews.microsoft.com...
>>
>>> We are running IIS 6, with multiple virtual folders eacher with own
>>> IP.
>>>
>>> We can reach the web server from IP
>>> http://10.0.0.1/DotNetNukum
>>> However when we try and reach it with http://server1/DotNetNukum it
>>> cannot be reached.
>>>
>>> I have used nslookup and can resolve the IP to hostname, and vice
>>> versa. The ip address and hostname is accurate mapping.
>>>
>>> This is driving me nuts. Can it be IIS, or has anyone else
>>> experienced this and can provide me with some tips ?
>>>
>>> thank you
>>>
>
>
 >> Stay informed about: IIS can be reached by IP only 
Back to top
Login to vote
Stef_SM

External


Since: Mar 06, 2008
Posts: 1



(Msg. 6) Posted: Thu Mar 06, 2008 5:08 pm
Post subject: Re: IIS can be reached by IP only [Login to view extended thread Info.]
Archived from groups: per prev. post (more info?)

RogerDodger Administrator avait énoncé :
> We are running IIS 6, with multiple virtual folders eacher with own IP.
>
> We can reach the web server from IP
> http://10.0.0.1/DotNetNukum
>
> However when we try and reach it with http://server1/DotNetNukum it cannot be
> reached.
>
> I have used nslookup and can resolve the IP to hostname, and vice versa. The
> ip address and hostname is accurate mapping.

I have experienced this few weeks ago, but found no solution. It is not
a DNS problem too because name resolution maps to the correct IP.

Did you find a solution ?

Best Regards.

--
Stef
 >> Stay informed about: IIS can be reached by IP only 
Back to top
Login to vote
Display posts from previous:   
   Web Hosting Problem Solving Community! (Home) -> IIS All times are: Pacific Time (US & Canada) (change)
Page 1 of 1

 
You can post new topics in this forum
You can reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum



[ Contact us | Terms of Service/Privacy Policy ]