2018-06-16

DDNSのエントリ削除

たまにおかしくなるので対処メモ。

DHCPのログにこんなのが出る時がある。

dhcpd: Forward map from XboxOne.hoge.local to 192.168.8.236 FAILED: Has an address record but no DHCID, not mine.

以下でDDNSのエントリを消す。

nsupdate -k /etc/bind/rndc.key
> update delete XboxOne.hoge.local
> send

WindowsだったらDHCP振り直す。

ipconfig /renew
ipconfig /flushdns

いじょ。

Trackback URL:

Comments and Trackback

Post a comment

使用できるXHTMLタグ: <a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <cite> <code> <del datetime=""> <em> <i> <q cite=""> <s> <strike> <strong>