Changes

From SME Server
Jump to navigationJump to search
370 bytes added ,  00:02, 27 August 2014
Line 56: Line 56:  
Then go to the panel of "Dynamic clients", choose the domain you made then set your dynamic DNS provider eg (dtdns) and credentials associated that provider.
 
Then go to the panel of "Dynamic clients", choose the domain you made then set your dynamic DNS provider eg (dtdns) and credentials associated that provider.
   −
Every 300s the contrib perform a check to verify if your ip has been changed to http://checkip.dyndns.org/.
+
* There are some of the services that you can use to detect your external ip
Do not try to decrease the time-out under of 300s else you could be blacklisted by providers
  −
 
  −
There are some of the services that you can use
      
* ip.changeip.com
 
* ip.changeip.com
Line 70: Line 67:  
  config setprop ddclient urlcheckip ip.changeip.com
 
  config setprop ddclient urlcheckip ip.changeip.com
 
  signal-event ddclient
 
  signal-event ddclient
 +
 +
* Every 300s the contrib perform a check to verify if your ip has been changed to http://checkip.dyndns.org/. you can change the interval of the deamon update by a db command (by default it is 300 seconds). It seems that the minimum accepted is 60s. Possibly you could be blacklisted by providers if you decrease the time-out under of 300s.
 +
 +
config setprop ddclient DeamonUpdate 60
 +
signal-event ddclient
 +
 +
* full db ddclient
 +
# config show ddclient
 +
ddclient=service
 +
    DeamonUpdate=300
 +
    status=enabled
 +
    urlcheckip=checkip.dyndns.org
    
====Providers available====
 
====Providers available====

Navigation menu