Forum Moderators: phranque
[edited by: jdMorgan at 5:59 pm (utc) on June 15, 2008]
[edit reason] No personal URLs, IP addresses, please. See Terms of Service. [/edit]
In this case, it does not work because you cannot use your external (WAN) IP address to access your server (on your LAN) from inside your LAN. It's impossible, because this would require your router to make both an out-going and in-coming connection at the same time for the same TCP/IP transaction. That cannot work.
You have two choices: Configure an external proxy (a proxy on the Web) to "reflect" your requests back to your IP address, or set up an "alias" domain in your hosts file and point that to the LAN address of your server.
Jim