Welcome to HostingForumz.com!
FAQFAQ      ProfileProfile    Private MessagesPrivate Messages   Log inLog in

Help connecting to network/Internet

 
   Web Hosting Problem Solving Community! (Home) -> IIS RSS
Next:  IIS 5.1 Adding Default Pages  
Author Message
anonymous212

External


Since: Oct 24, 2003
Posts: 13



(Msg. 1) Posted: Tue Apr 20, 2004 1:11 am
Post subject: Help connecting to network/Internet
Archived from groups: microsoft>public>inetserver>iis (more info?)

I have written the following code for a test website called TryDefault.htm:

<HTML><HEAD><TITLE>The Company Site</TITLE></HEAD><BODY><H1>Welcome to the Company's Website</H1><HR>
This Site is Under Construction!
</BODY></HTML>

The site is stored at: C:\Inetpub\wwwroot\TryWeb\TryDefault.htm. The IP address assigned to this site is: 69.106.1.148, and the subnet mask is ok.
I am unable to view this site from a remote machine. But on the local server that will host the site, I can browse the site only by using the following IP extension: http://69.106.1.148/TryDefault.htm. Trying to use: http://69.106.1.148 only both on the local or the remote machine gives the error message: "You are not authorized to view this page." Could it be the security setting?

I can't figure out why I'm unable to view the site using the assigned IP address on the network. Please help!

 >> Stay informed about: Help connecting to network/Internet 
Back to top
Login to vote
kgafvert

External


Since: Aug 23, 2003
Posts: 3146



(Msg. 2) Posted: Tue Apr 20, 2004 11:55 am
Post subject: Re: Help connecting to network/Internet [Login to view extended thread Info.]
Archived from groups: per prev. post (more info?)

You cannot view the website from another machine, because port 80 is closed
somewhere, or?

You have not changed the default document, right? You are asked to
authenticate when accessing <a style='text-decoration: underline;' href="http://69.106.1.148" target="_blank">http://69.106.1.148</a> on the local machine,
because that IP is probably not considered to be local. Look in the right
bottom of Internet Explorer, what zone does it say that you are in?

Your problem seems to be a firewall somewhere that blocks access to port 80.

--
Regards,
Kristofer Gafvert - IIS MVP
Reply to newsgroup only. Remove NEWS if you must reply by email, but please
do not.
<a style='text-decoration: underline;' href="http://www.ilopia.com/" target="_blank">http://www.ilopia.com/</a>


"Ken" <anonymous.TakeThisOut@discussions.microsoft.com> wrote in message
news:B066C830-CED0-406A-8766-DF367484E68D@microsoft.com...
 >
 > I have written the following code for a test website called
TryDefault.htm:
 >
 > <HTML><HEAD><TITLE>The Company Site</TITLE></HEAD><BODY><H1>Welcome to the
Company's Website</H1><HR>
 > This Site is Under Construction!
 > </BODY></HTML>
 >
 > The site is stored at: C:\Inetpub\wwwroot\TryWeb\TryDefault.htm. The IP
address assigned to this site is: 69.106.1.148, and the subnet mask is ok.
 > I am unable to view this site from a remote machine. But on the local
server that will host the site, I can browse the site only by using the
following IP extension: <a style='text-decoration: underline;' href="http://69.106.1.148/TryDefault.htm." target="_blank">http://69.106.1.148/TryDefault.htm.</a> Trying to use:
<a style='text-decoration: underline;' href="http://69.106.1.148" target="_blank">http://69.106.1.148</a> only both on the local or the remote machine gives the
error message: "You are not authorized to view this page." Could it be the
security setting?
 >
 > I can't figure out why I'm unable to view the site using the assigned IP
address on the network. Please help!
 ><!-- ~MESSAGE_AFTER~ -->

 >> Stay informed about: Help connecting to network/Internet 
Back to top
Login to vote
anonymous212

External


Since: Oct 24, 2003
Posts: 13



(Msg. 3) Posted: Tue Apr 20, 2004 11:55 am
Post subject: Re: Help connecting to network/Internet [Login to view extended thread Info.]
Archived from groups: per prev. post (more info?)

Kristofer:

From the local machine, it simply says "You are not authorized to see this site" until I include /TryDefault.htm to the IP 69.106.1.148. If it is a firewall problem, got any idea how to get around it?

Thanks
Ken
 >> Stay informed about: Help connecting to network/Internet 
Back to top
Login to vote
kgafvert

External


Since: Aug 23, 2003
Posts: 3146



(Msg. 4) Posted: Tue Apr 20, 2004 7:54 pm
Post subject: Re: Help connecting to network/Internet [Login to view extended thread Info.]
Archived from groups: per prev. post (more info?)

How to get around the firewall? Uhm...open port 80?

I'm sorry, i cannot give you any other information, because i do not know
what firewall it is, and how the network look like. All i can say is that i
cannot get a connection to that IP on port 80.

But i'm not sure that i have understood the problem. In your first post, you
said

"I am unable to view this site from a remote machine".

But you also said:

Trying to use: <a style='text-decoration: underline;' href="http://69.106.1.148" target="_blank">http://69.106.1.148</a> only both on the local or the remote
machine gives the error message: "You are not authorized to view this page."


Is the problem:

1 ) You cannot view the site, meaning that you cannot connect to the server
(you get a 404 error)?
-or-
2 ) You can get to the website, but you are asked authenticate?

If you get to the webserver, the firewall is okay. If you cannot get to the
webserver, something is wrong, and it is not IIS.
If you are asked to authenticate, then you need to make sure that you have
enabled Anonymous Access, and that NTFS security on the files are okay. You
might also want to see this webpage to understand why you are asked to type
your username and password in IE.

"Internet Explorer May Prompt You for a Password"
<a style='text-decoration: underline;' href="http://support.microsoft.com/?id=258063" target="_blank">http://support.microsoft.com/?id=258063</a>

--
Regards,
Kristofer Gafvert - IIS MVP
Reply to newsgroup only. Remove NEWS if you must reply by email, but please
do not.
<a style='text-decoration: underline;' href="http://www.ilopia.com/" target="_blank">http://www.ilopia.com/</a>


"Ken" <anonymous.DeleteThis@discussions.microsoft.com> wrote in message
news:EBEE1E7D-0EC3-4C1C-86AB-7511FDCAD215@microsoft.com...
 > Kristofer:
 >
 > From the local machine, it simply says "You are not authorized to see this
site" until I include /TryDefault.htm to the IP 69.106.1.148. If it is a
firewall problem, got any idea how to get around it?
 >
 > Thanks
 > Ken<!-- ~MESSAGE_AFTER~ -->
 >> Stay informed about: Help connecting to network/Internet 
Back to top
Login to vote
anonymous212

External


Since: Oct 24, 2003
Posts: 13



(Msg. 5) Posted: Tue Apr 20, 2004 7:54 pm
Post subject: Re: Help connecting to network/Internet [Login to view extended thread Info.]
Archived from groups: per prev. post (more info?)

Sorry. I'm simply unable to access the site on a remote machine. The error message is "You are not authorized to view ths page." On the server itself, I can view the site only when I add the /TryDefault.htm to the IP address. Otherwise the error message is the same as in the case of a remote server.
Thanks anyway.
 >> Stay informed about: Help connecting to network/Internet 
Back to top
Login to vote
kgafvert

External


Since: Aug 23, 2003
Posts: 3146



(Msg. 6) Posted: Wed Apr 21, 2004 12:37 pm
Post subject: Re: Help connecting to network/Internet [Login to view extended thread Info.]
Archived from groups: per prev. post (more info?)

Enable Anonymous Access.

--
Regards,
Kristofer Gafvert - IIS MVP
Reply to newsgroup only. Remove NEWS if you must reply by email, but please
do not.
<a style='text-decoration: underline;' href="http://www.ilopia.com/" target="_blank">http://www.ilopia.com/</a>


"Ken" <anonymous.RemoveThis@discussions.microsoft.com> wrote in message
news:B4DD9F8A-8217-48C4-A05F-A412314E124C@microsoft.com...
 > Sorry. I'm simply unable to access the site on a remote machine. The error
message is "You are not authorized to view ths page." On the server itself,
I can view the site only when I add the /TryDefault.htm to the IP address.
Otherwise the error message is the same as in the case of a remote server.
 > Thanks anyway.<!-- ~MESSAGE_AFTER~ -->
 >> Stay informed about: Help connecting to network/Internet 
Back to top
Login to vote
anonymous212

External


Since: Oct 24, 2003
Posts: 13



(Msg. 7) Posted: Wed Apr 21, 2004 10:41 pm
Post subject: RE: Help connecting to network/Internet [Login to view extended thread Info.]
Archived from groups: per prev. post (more info?)

Thanks Kristofer. I can see the Default.htm file now on the hosting server. However, I'm still unable able to view the Default.htm file on a remote machine. The error massage is: "The page cannot be displayed." I don't know if it has to do with security on IIS v6. I''m on Windows Server 2003. Thanks again for your assistance.

Ken
 >> Stay informed about: Help connecting to network/Internet 
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 ]