by Lightning » Tue Sep 11, 2012 8:55 pm
Sorry for not seeing your post sooner.
At first glance you have your web server set in "secure" mode. Which means no external access is allowed. So if youi want your dynamic domain to access the web server it must be set in "y" mode. Even though it will show as "insecure" when starting the server it is usually not a huge issue. The reason it is shown as "insecure" is that any outside access always diminishes security in some manor.
Run the "setup" and go into the "server" section to change the web server settings. I would also recommend changing the "local dyndns" as well so that the dynamic DNS name will resolve internally for your internal clients.
setup -> configure servers -> HTTP server -> Enable public HTTP server = y
Dynamic DNS client -> Enable local dyndns URL lookup = y
Once you have saved the new configuration you will need to run these commands to get the outside access running and DNS internal lookups of the domain name.
rc_masq restart
rc_dns restart
After the above changes the system should work as you are wanting.
If you are afraid that you might make a mistake. The chances are high that you will never learn anything.