Setting up DynDns on OpenWRT White Russian

We want to make sure the router is accessible from the internet with a static name. Therefore we setup a dyndns client on the router, reconnecting every reboot and every hour. We need an accoutn at a dyndns server for example at DynDns.com. As soon as you have created the account and registered a dyndns service, you need to configure your router: Open a ssh connection and install the dyndns client by typing in
ipkg install ez-ipupdate

Create the following files on your router (use ftp or vi, just like before when we mounted the sd card to / ):
/etc/ez-ipupdate.conf
/etc/crontabs/root
/etc/init.d/S96DynDns

You need to edit the file ez-ipupdate.conf, providing your username, password and internetaddress from the dyndns account.

Make the init file executable:
chmod +x /etc/init.d/S96DynDns


Go on with the automatic update of the system time.