DynDNS

DynDNSを使っているが、ddclientの設定を忘れてしまい、ずっとそのままになっていたので再設定した。

参考にしたのは以下のページ
http://www.asahi-net.or.jp/~aa4t-nngk/dyndns.html


まず、
http://www.dyndns.com/support/clients/

からddclientをdownloadして、インストール

  cp ddclient /usr/sbin/
  mkdir /etc/ddclient
  cp sample-etc_ddclient.conf /etc/ddclient/ddclient.conf
  vi /etc/ddclient/ddclient.conf
  -- and change hostnames, logins, and passwords appropriately

  ## For those using Redhat style rc files and using daemon-mode:
  cp sample-etc_rc.d_init.d_ddclient /etc/rc.d/init.d/ddclient
  ## enable automatic startup when booting
  /sbin/chkconfig --add ddclient
  ## start the first time by hand
  /etc/rc.d/init.d/ddclient start