Difference between revisions of "Tutorials and How-tos/Install a DynDNS Client"

From BubbaWiki
Jump to navigation Jump to search
(Created page with 'If you find our Easyfind service not being enough for you, you might want to use for example www.dyndns.com. To update DynDNS with your external IP you need to install a DynD...')
 
(No difference)

Revision as of 16:08, 1 July 2010

If you find our Easyfind service not being enough for you, you might want to use for example www.dyndns.com. To update DynDNS with your external IP you need to install a DynDNS client on Bubba. Follow these steps:

1. Install the application ddclient:

apt-get install ddclient

2. Optional step, edit the config file to match your DynDNS settings:

nano /etc/ddclient.conf

3. Restart the client program:

/etc/init.d/ddclient restart


Thats all!