adding to SteveJ, check the logs on your router.
if you tried connecting to the site it will have some kind of a record - either blocked or forwarded. that will tell you if the problem is
a. public DNS is incorrect
b. your router block the connection
c. your router accept the connection and forward it
if option c is the correct one then you should go to SteveJ's question and chekc the firewall on the 0.101 IIS machine
Main Topics
Browse All Topics





by: SteveJPosted on 2009-07-30 at 09:58:44ID: 24981879
So . . . your router has a public IP address and your web/host has a private address (is that the 192.168.0.101 address shown above?) So someone wanting to visit your web page would send a request to the router public IP address (or the DNS name you've registered to that IP address) on port 80 which you would then forward to port 80 on the 192.168.0.101 web host. So you have a DNS name registered to the public IP address of the router and when you try to reach your host from a location other than your home you can't reach it?
Do you have a firewall turned on that might be blocking inbound requests to port 80?
Good luck,
SteveJ