I would like to publish my webpage to let outside world take a look. The reason why I can not get to webpage is unclear at the moment.
I have tried many different things and search similar topics in the forum, I just post what I have done here.
I using Linksys router wrt54g as gateway. I use static IP in 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
Also put the web server private IP (192.168.1.107 ) in DMZ inside router.
If outside machines access my page(
http://www.mysite.com), the registered domain points to my dynamic IP account (xxxx.dyndns.org). The account details also set in the gateway router.
I use text browser lynx and I have the following errors:
503 Sevice unavailable
ERROR
The requested URL cound not be retrieved
While trying to retrieve the URL
http://xxxx.dyndns.org
The follow error was encountered:
connection failed
They system returned:
(111) connection refused
My domain name is mapped to the private IP(192.168.1.107) and added in /etc/hosts
I can only see the page in local machine but not from outside. The other machines in the LAN can still view the page but have error.
Please help my page can say helloWorld to others.