I am using dyndns as my provider and I setup a cronjob to run this command to update it periodically, maybe it might help you
/usr/sbin/ez-ipupdate -c /jffs/scripts/ez-ipupdate.conf
The conf file should look something like this
service-type=dyndns
user=myname:mypassword
interface=eth0
host=mydomain.com
/usr/sbin/ez-ipupdate -c /jffs/scripts/ez-ipupdate.conf
The conf file should look something like this
service-type=dyndns
user=myname:mypassword
interface=eth0
host=mydomain.com
Traffic manager seems to be working fine here.
Not sure whats up but some times I can't get access using my ddns hostname, most of the time it's alright.
If my external IP has changed it gets updated by the ddns cliente on the router as expected but for some reason it dosen't get resolved by the router properly when trying to access the router remotly or my ftp server.
If I ping my hostname from a windows laptop it answers and it resolves my external IP address and with that I can get access fine.
If I resave the settings on the ddns menu tab system log outputs this:
Jul 24 00:51:10 notify_rc : restart_ddns
Jul 24 00:51:10 ddns: IP address & hostname have not changed since the last update.
But it still times out when using my hostname but maybe in 10/20 minutes it'll work.
FWIW I've had this strange behaviour on Tomatousb for a long time too so maybe it's a problem with the ddns cliente or a problem on my end.