aquaballoon

Setup ddclient + Zoneedit

Jun 22nd, 2011
262
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 0.44 KB | None | 0 0
  1. $ sudo apt-get install ddclient ssh libio-socket-ssl-perl
  2.  
  3. $ sudo gedit /etc/ddclient.conf
  4.  
  5. daemon=300
  6. pid=/var/run/ddclient.pid
  7. ssl=yes
  8. protocol=zoneedit1
  9. use=web, web='http://checkip.dyndns.com/', web-skip='IP Address'
  10. server=www.zoneedit.com
  11. login=********
  12. password='********'
  13. aquaballoon.net
  14.  
  15. $ sudo gedit /etc/default/ddclient
  16.  
  17. run_ipup="false"
  18. run_daemon="true"
  19. daemon_interval="300"
  20.  
  21. $ sudo /etc/init.d/ddclient restart
Advertisement
Add Comment
Please, Sign In to add comment