Difference between revisions of "Tutorials and How-tos/Install a DynDNS Client"
Jump to navigation
Jump to search
m (moved Install a DynDNS client to Howto/Install a DynDNS client: sub page) |
(update content and style) |
||
Line 1: | Line 1: | ||
If you find our Easyfind service not being enough for you, you might want to use for example | 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: | |||
Thats all! | #Access your bubba via SSH (see [[Howto/Get ssh access]] for infomration how to accomplish this) | ||
#Change to the user ''root'': | |||
#:<pre>su</pre> | |||
#:When asked for password, type ''excito'' and press '''enter''' | |||
#Install the application ddclient: | |||
#:<pre>apt-get install ddclient | |||
#:</pre> | |||
#Optional step, edit the config file to match your DynDNS settings: | |||
#:<pre>nano /etc/ddclient.conf | |||
#:</pre> | |||
#Restart the client program: | |||
#:<pre>/etc/init.d/ddclient restart | |||
#:</pre> | |||
Thats all! |
Revision as of 16:16, 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:
- Access your bubba via SSH (see Howto/Get ssh access for infomration how to accomplish this)
- Change to the user root:
su
- When asked for password, type excito and press enter
- Install the application ddclient:
apt-get install ddclient
- Optional step, edit the config file to match your DynDNS settings:
nano /etc/ddclient.conf
- Restart the client program:
/etc/init.d/ddclient restart
Thats all!