dyndns noip.comを使用したdebian ddclientの設定

dyndns noip.comを使用したdebian ddclientの設定

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

すべてが問題ないようですが、myhost.noip.meをpingしてもIPアドレスは更新されません。検査パス

ddclient -daemon=0 -debug -verbose -noquiet 2 /etc/ddclient.conf

私は次のような答えを受けました。

.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>
opt{fw-password}                     : <undefined>
opt{fw-skip}                         : <undefined>
opt{geturl}                          : <undefined>
opt{help}                            : <undefined>
opt{host}                            : <undefined>
opt{if}                              : <undefined>
opt{if-skip}                         : <undefined>
opt{ip}                              : <undefined>
opt{login}                           : <undefined>
opt{mail}                            : <undefined>
opt{mail-failure}                    : <undefined>
opt{max-interval}                    : 2592000
opt{min-error-interval}              : 300
opt{min-interval}                    : 30
opt{options}                         : <undefined>
opt{password}                        : <undefined>
opt{pid}                             : <undefined>
opt{postscript}                      : <undefined>
opt{priority}                        : <undefined>
opt{protocol}                        : <undefined>
opt{proxy}                           : <undefined>
opt{query}                           : <undefined>
opt{quiet}                           : 0
opt{retry}                           : <undefined>
opt{server}                          : <undefined>
opt{ssl}                             : <undefined>
opt{syslog}                          : <undefined>
opt{test}                            : <undefined>
opt{timeout}                         : <undefined>
opt{use}                             : <undefined>
opt{verbose}                         : 1
opt{web}                             : <undefined>
opt{web-skip}                        : <undefined>
=== globals ====
globals{daemon}                      : 60
globals{debug}                       : 1
globals{login}                       : myusername
globals{password}                    : mypass
globals{protocol}                    : dyndns2
globals{quiet}                       : 0
globals{server}                      : dynupdate.no-ip.com/nic/update
globals{use}                         : web
globals{verbose}                     : 1
globals{web}                         : checkip.dyndns.com
globals{web-skip}                    : Current IP Address:
=== config ====
config{myhost.noip.me}{atime}          : 0
config{myhost.noip.me}{backupmx}       : 0
config{myhost.noip.me}{cacheable}      : ARRAY(0x1770c50)
config{myhost.noip.me}{cmd}            : <undefined>
config{myhost.noip.me}{cmd-skip}       :
config{myhost.noip.me}{custom}         : 0
config{myhost.noip.me}{fw}             :
config{myhost.noip.me}{fw-login}       : <undefined>
config{myhost.noip.me}{fw-password}    :
config{myhost.noip.me}{fw-skip}        :
config{myhost.noip.me}{host}           : myhost.noip.me
config{myhost.noip.me}{if}             : ppp0
config{myhost.noip.me}{if-skip}        :
config{myhost.noip.me}{ip}             : <undefined>
config{myhost.noip.me}{login}          : myusername
config{myhost.noip.me}{max-interval}   : 2592000
config{myhost.noip.me}{min-error-interval} : 300
config{myhost.noip.me}{min-interval}   : 30
config{myhost.noip.me}{mtime}          : 0
config{myhost.noip.me}{mx}             :
config{myhost.noip.me}{password}       : mypass
config{myhost.noip.me}{protocol}       : dyndns2
config{myhost.noip.me}{script}         : /nic/update
config{myhost.noip.me}{server}         : dynupdate.no-ip.com/nic/update
config{myhost.noip.me}{static}         : 0
config{myhost.noip.me}{status}         :
config{myhost.noip.me}{use}            : web
config{myhost.noip.me}{warned-min-error-interval} : 0
config{myhost.noip.me}{warned-min-interval} : 0
config{myhost.noip.me}{web}            : checkip.dyndns.com
config{myhost.noip.me}{web-skip}       : Current IP Address:
config{myhost.noip.me}{wildcard}       : 0
config{myhost.noip.me}{wtime}          : 30
=== cache ====
cache{myhost.noip.me}{atime}           : 0
cache{myhost.noip.me}{backupmx}        : 0
cache{myhost.noip.me}{custom}          : 0
cache{myhost.noip.me}{host}            : myhost.noip.me
cache{myhost.noip.me}{ip}              : 12.34.56.78
cache{myhost.noip.me}{mtime}           : 1437992275
cache{myhost.noip.me}{mx}              :
cache{myhost.noip.me}{script}          : /nic/update
cache{myhost.noip.me}{static}          : 0
cache{myhost.noip.me}{status}          :
cache{myhost.noip.me}{warned-min-error-interval} : 0
cache{myhost.noip.me}{warned-min-interval} : 0
cache{myhost.noip.me}{wildcard}        : 0
cache{myhost.noip.me}{wtime}           : 30
DEBUG:    proxy  =
DEBUG:    url    = checkip.dyndns.com
DEBUG:    server = checkip.dyndns.com
CONNECT:  checkip.dyndns.com
CONNECTED:  using HTTP
SENDING:  GET / HTTP/1.0
SENDING:   Host: checkip.dyndns.com
SENDING:   User-Agent: ddclient/3.8.2
SENDING:   Connection: close
SENDING:
RECEIVE:  HTTP/1.1 200 OK
RECEIVE:  Content-Type: text/html
RECEIVE:  Server: DynDNS-CheckIP/1.0
RECEIVE:  Connection: close
RECEIVE:  Cache-Control: no-cache
RECEIVE:  Pragma: no-cache
RECEIVE:  Content-Length: 103
RECEIVE:
RECEIVE:  <html><head><title>Current IP Check</title></head><body>Current IP Address: 12.34.56.78</body></html>
DEBUG:    get_ip: using web, checkip.dyndns.com reports 12.34.56.78
SUCCESS:  myhost.noip.me: skipped: IP address was already set to 12.34.56.78.

私の現在(人工)IP「12.34.56.78」が正しく設定されているようです。これで(私の人工ホスト)myhost.noip.meをpingすると、別のIPが得られます。

ddclientをnoip.comと連携させるには、何を変更する必要があるかについての提案はありますか?

ベストアンサー1

表示されるトレースは、コンピュータのIPをddclientポーリングし、IPが変更されていないことを確認することを示しています。checkip.dyndns.comdynupdate.no-ip.comIPを変更するために連絡をスキップすることにしました。接触すると、dynupdate.no-ip.comトレースに次の行が表示されます。

CONNECT:  dynupdate.no-ip.com

その後、いくつかのSENDINGハーモニーRECEIVEラインが続くでしょう。

ddclient操作全体を強制するには、 をsudo service ddclient stop使用して現在実行中のデーモンを停止しますsudo rm /var/cache/ddclient/ddclient.cache。以降の実行では、すべてのチェックを実行する必要があります。

また、設定ファイルが正しくありません。これは設定の一部であるため、設定/nic/updateには使用できません。 (プロトコルを使用することは接続を意味します。)注:現在の設定は次のとおりです。serverprotocoldyndns2/nic/update

use=cmd
cmd='dig +short myip.opendns.com @resolver1.opendns.com'

protocol=dyndns2
ssl=yes
server=dynupdate.no-ip.com
login=<YOUR LOGIN>
password=<YOUR PASSWORD>
<YOUR HOST>

digHTTP経由でサーバーに接続する代わりに、このコマンドを使用してパブリックIPを取得します。

おすすめ記事