Ok my new question now is if my home network WAN ip is 98.225.45.196 and my subnet ip that IIS hosts my website is on 10.0.0.3,
If I am on a remote network, what do I type into the browser to get my website?
I figured it out again!
Entering in 98.225.45.196 in my browser didn't work. That is actually the WAN ip of my router.
All requests for http to the IIS come in through port 80.
The solution was to enable port forwarding through my router configuration to specifically tell all requests for http on port 80 to go the the subnet ip address 10.0.0.3, and it worked, yay!
no more questions for now.
Last edited by smloomis; August 28th, 2012 at 08:29 PM..
|