我无法将 debian jessie 配置为 noip.com 更新程序。我的配置是这样的:
# Configuration file for ddclient generated by debconf
#
# /etc/ddclient.conf
use=web
web=checkip.dyndns.com
web-skip='Current IP Address: '
protocol=dyndns2
server=dynupdate.no-ip.com/nic/update
login=myusername
password='mypass'
myhost.noip.me
Run Code Online (Sandbox Code Playgroud)
一切似乎都很好,但如果我 ping myhost.noip.me,IP 地址不会更新。通过检查
ddclient -daemon=0 -debug -verbose -noquiet 2 /etc/ddclient.conf
Run Code Online (Sandbox Code Playgroud)
我得到以下答复:
.conf
=== opt ====
opt{cache} : <undefined>
opt{cmd} : <undefined>
opt{cmd-skip} : <undefined>
opt{daemon} : 0
opt{debug} : 1
opt{exec} : <undefined>
opt{facility} : <undefined>
opt{file} : <undefined>
opt{force} : <undefined>
opt{foreground} : <undefined>
opt{fw} : <undefined>
opt{fw-login} : <undefined> …
Run Code Online (Sandbox Code Playgroud)