I would like to publish my webpage to let outside world take a look. Please really help this newBie.
I find this thread and I got similar problem like you, so I post my question here.
I using the probably the same Linksys router as DHCP/gateway and it assign IPs to local machines. I set maximum number of clients to be 8. So the range for the LAN is 192.168.1.100 - 192.168.1.107
Different from you is: you can assign a out of ranged static IP on your server,
I can not set a static IP for the Linux web server if I enable DHCP in the router. I need to "dhclient eth0" manually assign a IP for it.
On the Linksys router, I setup port forward for any requests coming in on port 80(http) and 53(DNS) to be directed to 192.168.1.107(my web server private IP)
Port Range Forward
Application Start End Protocol IP Address Enable
http 80 80 tcp/udp 192.168.1.107 x
dns 53 53 tcp/udp 192.168.1.107 x
If outside machines access my page(
http://www.mysite.com), the registered domain points to my dynamic IP account (xxxx.dyndns.org). And the details of this account also set in the gateway router.
But outside still could not see my page, the error is:
ERROR
The requested URL cound not be retrieved
While trying to retrievce the URL
http://xxxx.dyndns.org
The follow error was encountered:
connection failed
They system returned:
(111) connection refused
Please help my page can say helloWorld to others.
