DynamicDNS

Differences between revisions 1 and 3 (spanning 2 versions)
Revision 1 as of 2005-09-06 10:00:01
Size: 808
Editor: gw
Comment:
Revision 3 as of 2006-06-19 16:06:26
Size: 54
Editor: 127
Comment:
Deletions are marked like this. Additions are marked like this.
Line 1: Line 1:
There are several possibilities to get a dynamic DNS. I'll describe the whole process on the basis of [http://www.no-ip.com/ no-ip]

= Requirement =
Create an account following these [http://www.no-ip.com/getting_started.php steps].

= Install the no-ip client =
{{{
sudo apt-get install no-ip
}}}

= Configure the no-ip client =
{{{
sudo no-ip -C
}}}

{{{Please enter the login/email string for no-ip.com:}}} set your_login
{{{Please enter the password for user 'your_login' }}} set your password
{{{Please enter an update interval:[30]}}} interval time is in minutes
{{{Do you wish to run something at successful update?[N] (y/N)}}}

= Start the no-ip client =
Now no-ip is configured and you can run it with the following command:
{{{
sudo no-ip
}}}
----
CategoryDocumentation
#REFRESH 0 http://help.ubuntu.com/community/DynamicDNS

DynamicDNS (last edited 2008-08-06 16:13:48 by localhost)