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

From BubbaWiki
Jump to navigation Jump to search
(update content and style)
(tyop)
Line 3: Line 3:
To update DynDNS with your external IP you need to install a DynDNS client on Bubba. Follow these steps:
To update DynDNS with your external IP you need to install a DynDNS client on Bubba. Follow these steps:


#Access your bubba via SSH (see [[Howto/Get ssh access]] for infomration how to accomplish this)
#Access your bubba via SSH (see [[Howto/Get ssh access]] for information how to accomplish this)
#Change to the user ''root'':
#Change to the user ''root'':
#:<pre>su</pre>
#:<pre>su</pre>

Revision as of 16:17, 1 July 2010

If you find our Easyfind service not being enough for you, you might want to use for example http://www.dyndns.com.

To update DynDNS with your external IP you need to install a DynDNS client on Bubba. Follow these steps:

  1. Access your bubba via SSH (see Howto/Get ssh access for information how to accomplish this)
  2. Change to the user root:
    su
    When asked for password, type excito and press enter
  3. Install the application ddclient:
    apt-get install ddclient
  4. Optional step, edit the config file to match your DynDNS settings:
    nano /etc/ddclient.conf
  5. Restart the client program:
    /etc/init.d/ddclient restart


Thats all!