CentOS ddclient

January 21, 2014 gohgarry


 

 

 

 

 


 

1 Votes







Install ddclient:

# yum install ddclient

Configuration /etc/ddclient.conf

daemon=3600
ssl=yes
user=web, web=checkip.dyndns.org/, web=skip='IP Address'
protocol=dyndns2
login=[dyndns username]
password=[dyndns password]
server=members.dyndns.org
[myhostname].dyndns.org

Run ddclient as startup service

# chkconfig ddclient on
Start  ddclient
# service start ddclient

Check connection

# grep ddclient /var/log/messages

Look for

Apr 25 15:53:26 ve2dje ddclient[25288]: SUCCESS: updating ve2rvl.dyndns.org: good: IP address set to 70.55.148.121



File location:

Cache file: /var/cache/ddclient/ddclient.cache
PID file: /var/run/ddclient/ddclient.pid
ddclient log file: grep ddclient /var/log/messages