|
Home > Archive > IIS Server Security > October 2005 > How do I change the default web page?
You are viewing an archived Text-only version of the thread.
To view this thread in it's original format and/or if you want to reply to
this thread please [click here]
| Author |
How do I change the default web page?
|
|
| LinuxMan 2005-10-24, 11:03 am |
| My Background: Linux / Netware / Unix
O/S: Microsoft Small Business Server 2003 SP1
Configuration:
* Single NIC
* 3rd party firewall in front of it with port forwarding. Classic DMZ setup.
* firewall is forwarding ports 25/80/443/444 to server
* ran "connect to internet" wizard and set it to "router with ip" mode (i.e.
single NIC) per instructions.
* "publish entire web site" is NOT selected per instructions
Goal: MS Small Biz 2003 has "Sharepoint Services", a prebuilt website which
is pretty cool. We want to:
a) publish a custom home page which should be publicly available
b) have links on the home page to access the sharepoint "mycompany" website
from the internet.
Facts:
a) I replaced "default.htm" in wwwroot folder with custom homepage per
instructions.
b) The "mycompany" website is SSL/password protected on port 444.
c) Everything works fine from behind the firewall. Server delivers
"default.htm" on port 80 and the link to the SSL "mycompany" website on port
444 works fine.
d) When trying to access the "mycompany" website from the internet on port
444, no SSL security certificate gets delived and the page times-out.
d) Server will NOT even deliver "default.htm" to the internet on port 80.
The following error message gets returned:
----
You are not authorized to view this page
The Web server you are attempting to reach has a list of IP addresses that
are not allowed to access the Web site, and the IP address of your browsing
computer is on this list.
Please try the following:
Contact the Web site administrator if you believe you should be able to view
this directory or page.
HTTP Error 403.6 - Forbidden: IP address of the client has been rejected.
Internet Information Services (IIS)
----
Any help would be greatly appreciated. Thanks!
| |
| Tom Kaminski [MVP] 2005-10-24, 11:03 am |
| "LinuxMan" <LinuxMan@discussions.microsoft.com> wrote in message
news:E965677C-24A5-4C55-AF3D-9ED746FA6E5C@microsoft.com...
> The following error message gets returned:
>
> ----
> You are not authorized to view this page
> The Web server you are attempting to reach has a list of IP addresses that
> are not allowed to access the Web site, and the IP address of your
> browsing
> computer is on this list.
>
> Please try the following:
>
> Contact the Web site administrator if you believe you should be able to
> view
> this directory or page.
> HTTP Error 403.6 - Forbidden: IP address of the client has been rejected.
> Internet Information Services (IIS)
> ----
>
> Any help would be greatly appreciated. Thanks!
http://support.microsoft.com/?id=248043
--
Tom Kaminski IIS MVP
http://www.microsoft.com/windowsser...ty/centers/iis/
http://mvp.support.microsoft.com/
http://www.iistoolshed.com/ - tools, scripts, and utilities for running IIS
|
|
|
|
|