This is the basic layout of my Windows 2000 network...
---------------------------
Router
IP: 207.68.132.97 (Gateway)
---------------------------
|
|
---------------------------
WEB (IIS 5.0)
RRAS (NAT enabled)
ID: web1.mysite.com
IP: 207.68.132.98 (WAN)
IP: 192.168.1.2 (LAN)
---------------------------
|
|
---------------------------
DNS
Active Directory
ID: prime1.mysite.com
IP: 192.168.1.1
---------------------------
My DNS looks like the following...
(same as parent) Start of Authority mysite.com
(same as parent) Name Server prime1.mysite.com
prime1 Host 192.168.1.1
web1 Host 192.168.1.2
www Host 207.68.132.98
Here is my problem...
I can ping all private and public IP addresses and URLs (such as both within my network and on the outside. Additionally, I have a default html document (default.htm) located in my "Default Web Site" webroot folder. However, when I attempt to call from a web browser (either inside or outside my network) I get the "HTTP 404 Page Not Found" error. What am I missing?
---------------------------
Router
IP: 207.68.132.97 (Gateway)
---------------------------
|
|
---------------------------
WEB (IIS 5.0)
RRAS (NAT enabled)
ID: web1.mysite.com
IP: 207.68.132.98 (WAN)
IP: 192.168.1.2 (LAN)
---------------------------
|
|
---------------------------
DNS
Active Directory
ID: prime1.mysite.com
IP: 192.168.1.1
---------------------------
My DNS looks like the following...
(same as parent) Start of Authority mysite.com
(same as parent) Name Server prime1.mysite.com
prime1 Host 192.168.1.1
web1 Host 192.168.1.2
www Host 207.68.132.98
Here is my problem...
I can ping all private and public IP addresses and URLs (such as both within my network and on the outside. Additionally, I have a default html document (default.htm) located in my "Default Web Site" webroot folder. However, when I attempt to call from a web browser (either inside or outside my network) I get the "HTTP 404 Page Not Found" error. What am I missing?