org - TuPengXiong/TuPengXiong.github.io GitHub Wiki

1、下载64位deb文件包
wget http://download.oray.com/peanuthull/linux/phddns_2.0.6_amd64.deb

2、安装
dpkg -i phddns_2.0.6_amd64.deb 

3、安装完毕后,在终端下运行:phddns
输入服务器地址,如无特殊情况可使用默认值
Enter server address(press ENTER use phlinux3.oray.net):
输入您的Oray帐号名称
Enter your Oray account:
对应的Oray帐号密码
Password:
选择帮定的网卡,如无特殊,默认即可
Network interface(s):
eth0:192.168.141.18
lo:127.0.0.1
Choose one(default eth0):
选择日志保存到哪个文件
Log to use(default /var/log/phddns.log):
保存配置文件,选择yes则直接保存到/etc/phlinux.conf,输入other可以指定文件
Save to configuration file (/etc/phlinux.conf)?(yes/no/other):
接下来程序将已交互模式开始运行
192.168.141.18
NIC bind success
OnStatusChanged okConnecting
OnStatusChanged okDomainListed
OnDomainRegistered skyvense22.gicp.net
OnStatusChanged okDomainsRegistered
UserType: 0
看到上面这些就表示登录成功,这个时候可以按ctrl+c先退出程序

4、将花生壳加到系统启动时运行
此处编辑器用的是emacs,需要先安装emacs:
sudo apt-get install emacs
[root@localhost ~]# emacs /etc/rc.local
在文件的末尾加上一行:
/usr/bin/phddns -c /etc/phlinux.conf -d
然后进行存盘退出:
ctrl+x crtl+s
crtl+x crtl+c
花生壳日志保存路径为:
/var/log/phddns.log 
查看日志的命令:
[root@localhost ~]# tail /var/log/phddns.log

来源 http://bluegemyf.blog.163.com/blog/static/11816340201571181221133/