Services/DDNS: Difference between revisions

From DcUsers
(Created page with "{{Template:Service | description = Automatically find a changing (dynamic) IP address (home address for example) using this service. | prerequisite = | account = local | ipv6 ...")
 
No edit summary
Line 21: Line 21:


And add a block in your configuration file ''/etc/dhid.conf'' like this:
And add a block in your configuration file ''/etc/dhid.conf'' like this:
{
HostID <hostid>
ISAddr ddns.duckcorp.org
Refresh 1200
AuthP <auth-p-line-1>
AuthP <auth-p-line-2>
AuthQ <auth-q-line-1>
AuthQ <auth-q-line-2>
}

Restart the service:
service dhis-client restart


== Technical Details ==
== Technical Details ==

Revision as of 21:10, 25 January 2014

Service 'DDNS'
Description Automatically find a changing (dynamic) IP address (home address for example) using this service.
Prerequisite None
Account Local (registration required) IPv6 Ready No
Security Notes This service is secured using keys.


Access

To use this service, ask for an account to an administrator. For each IP you need to track, you should be provided with:

  • HostID
  • AuthP lines
  • AuthQ lines

Configuration on Debian

Install the software:

apt-get install dhis-client

And add a block in your configuration file /etc/dhid.conf like this:

{
       HostID          <hostid>
       ISAddr          ddns.duckcorp.org
       Refresh         1200
       AuthP           <auth-p-line-1>
       AuthP           <auth-p-line-2>
       AuthQ           <auth-q-line-1>
       AuthQ           <auth-q-line-2>
}

Restart the service:

service dhis-client restart

Technical Details

This service is made using: