Forum Moderators: phranque
I am connecting via ADSL. I have configured a DDNS Service with Siteloutions. This all seems fine. I can connect to my ADSL Router via my browser using the external dynamic IP and i can get to the configuration console. I can ping the IP too, obviously.
Now the problem is this, forgetting the time taken to propogate the DNS settings etc, i have configured my ADSL router to forward all requests to any port to an internal server. This i did using the DMZ settings.
I have setup a temporary website on the server using port 80 and stopped all other sites. I then tried to connect to my external IP which should, theoretically, forward the request to my server using port 80, (i hope i am correct so far) but it is not opening the home page. I have checked the default documents in IIS and all is well. it SHOULD open... any ideas will be appreciated!
Regards and thanks,
Sean
I do access the router via internal IP i.e. 192.168.8.1 but the external IP is i.e. 123.123.123.123 and this is what i used to test with the browser using port 8080. (123.123.123.123:8080)
I then get access authentication request and then can access "remote admin"
I hope that made more sense...
When you try to request 123.123.123.123:80, it will try and do a double NAT onto itself(in->out->,fw->in), and this will fail.
Try it from an external source. It very well might work.