Ironman,
You have the ? in the wrong place in the URL.
In your code you have it after nic (e.g. no-ip.com/nic/?) when in fact it should come between "update" and "hostname" (e.g. no-ip.com/nic/update?hostname)
Move the ? to the correct location and then it should work.
No-ip.com also have the following guide for setting up DDNS on Cisco routers.
http://www.noip.com/support/knowledgebase/using-your-cisco-router-with-no-ip-dynamic-dns-services/
Edit: so the correct URL to use should be:
http://ironman401:password@dynupdate.no-ip.com/nic/update?hostname=<h>&myip=<a>
Regards,
S.
You have the ? in the wrong place in the URL.
In your code you have it after nic (e.g. no-ip.com/nic/?) when in fact it should come between "update" and "hostname" (e.g. no-ip.com/nic/update?hostname)
Move the ? to the correct location and then it should work.
No-ip.com also have the following guide for setting up DDNS on Cisco routers.
http://www.noip.com/support/knowledgebase/using-your-cisco-router-with-no-ip-dynamic-dns-services/
Edit: so the correct URL to use should be:
http://ironman401:password@dynupdate.no-ip.com/nic/update?hostname=<h>&myip=<a>
Regards,
S.