JabbaTheNut
Programmer
Here is the pertinent layout of my Win 2K network:
Server1 (WAN 207.68.132.98 / LAN 192.168.0.1)
Server2 (LAN 192.168.0.2)
Server1 has two NIC cards (one for the public WAN and one for the private LAN). Among other things, this machine has Active Directory, DNS, RRAS with NAT enabled and IIS 5.0. (it is intended to house a demo web server).
Server2 has one NIC card for the private LAN and has IIS 5.0 (it is intended to house the primary web server).
As mentioned above, Server1 has the demo web server (demo.mysite.com) and Server2 has the primary web server (
My DNS is set up as follows:
server1 Host 192.168.0.1 (private IP)
server1 Host 207.68.132.98 (public IP)
demo Host 207.68.132.98 (public IP)
server2 Host 192.168.0.2 (private IP)
www Host 192.168.0.2 (private IP)
I have stopped the "Default Web Site" on Server1 and have added a new web site called "Demo Web Site" which is pointing to a shared directory called "demo". In the root of this shared directory, I have a simple html document called "default.htm". In the properties of "Demo Web Site", I have identified the IP address to be 207.68.132.98.
Additionally, default.htm is identified as one of the possible default documents and the host header is set to "demo".
I am using the "Default Web Site" in IIS 5.0 for Server2. In the properties of the web site I have identified the IP address to be 192.168.0.2 and the host header is set to "
Here is the problem...
When a user enters they are properly sent to the primary web site on Server2 (no problems here). However, when a user enters they receive the IIS 5.0 error 404 page "The page cannot be found". What am I missing? Why is the user not getting my default.htm page for demo.mysite.com?
Please Help :{ Game Over, Man!
Server1 (WAN 207.68.132.98 / LAN 192.168.0.1)
Server2 (LAN 192.168.0.2)
Server1 has two NIC cards (one for the public WAN and one for the private LAN). Among other things, this machine has Active Directory, DNS, RRAS with NAT enabled and IIS 5.0. (it is intended to house a demo web server).
Server2 has one NIC card for the private LAN and has IIS 5.0 (it is intended to house the primary web server).
As mentioned above, Server1 has the demo web server (demo.mysite.com) and Server2 has the primary web server (
My DNS is set up as follows:
server1 Host 192.168.0.1 (private IP)
server1 Host 207.68.132.98 (public IP)
demo Host 207.68.132.98 (public IP)
server2 Host 192.168.0.2 (private IP)
www Host 192.168.0.2 (private IP)
I have stopped the "Default Web Site" on Server1 and have added a new web site called "Demo Web Site" which is pointing to a shared directory called "demo". In the root of this shared directory, I have a simple html document called "default.htm". In the properties of "Demo Web Site", I have identified the IP address to be 207.68.132.98.
Additionally, default.htm is identified as one of the possible default documents and the host header is set to "demo".
I am using the "Default Web Site" in IIS 5.0 for Server2. In the properties of the web site I have identified the IP address to be 192.168.0.2 and the host header is set to "
Here is the problem...
When a user enters they are properly sent to the primary web site on Server2 (no problems here). However, when a user enters they receive the IIS 5.0 error 404 page "The page cannot be found". What am I missing? Why is the user not getting my default.htm page for demo.mysite.com?
Please Help :{ Game Over, Man!