Changes

From SME Server
Jump to navigationJump to search
45 bytes added ,  09:35, 30 August 2014
Line 117: Line 117:     
====Debug====
 
====Debug====
If stuff goes bad you can debug
+
* You can keep an eye on log
  ddclient -daemon=0 -debug -verbose -noquiet
+
  watch 'cat /var/log/messages|grep SUCCESS'
and report please
     −
you can keep an eye on log
+
* You can supervise dns record
watch 'cat /var/log/messages|grep SUCCESS'
  −
and you can supervise dns record
   
  watch 'dig any your_dynamic_dns_host.xxx @dns_server_of_your_dynamic_dns_provider'
 
  watch 'dig any your_dynamic_dns_host.xxx @dns_server_of_your_dynamic_dns_provider'
   −
If you want to know the dns servers of your dynamic provider, do  
+
* If you want to know the dns servers of your dynamic provider, do  
 
  dig any your_dynamic_dns_host.xxx
 
  dig any your_dynamic_dns_host.xxx
 
and look about hosts in '''NS''' columns.
 
and look about hosts in '''NS''' columns.
 +
 +
* If stuff goes bad you can debug and see what is happening to the deamon
 +
ddclient -daemon=0 -debug -verbose -noquiet
 +
and report please
    
==== Bugs ====
 
==== Bugs ====

Navigation menu