水澄net.com
Intelの趣味のHP
topサーバ・ネットワーク>IXシリーズでのDDNS設定
2025年10月07日作成

IXシリーズでのDDNS設定

1.従来のDDNS設定方法(ファームフェアバージョン9.2未満)
2.現在のDDNS設定方法(ファームフェアバージョン9.2以降)

1.従来のDDNS設定方法(ファームフェアバージョン9.2未満)

mydnsを利用することを例にサンプルコンフィグを示し、設定方法を説明する。
以下サンプルコンフィグ

(config)# ddns enable

(config)# ddns profile mydns
(config-ddns-profile-mydns)# url http://www.mydns.jp/login.html
(config-ddns-profile-mydns)# account アカウント名
(config-ddns-profile-mydns)# password plain パスワード
(config-ddns-profile-mydns)# transport ip
(config-ddns-profile-mydns)# source GigaEthernet0.1

設定後は以下のコマンドで、DDNSの強制実行および動作結果確認をする。
#DDNSの即時実行
(config)# ddns update

#DDNSの実行結果の確認
(config)# show ddns

2.現在のDDNS設定方法(ファームフェアバージョン9.2以降)

mydnsを利用することを例にサンプルコンフィグを示し、設定方法を説明する。
以下サンプルコンフィグ

(config)# ddns enable

(config)# ddns profile mydns
(config-ddns-profile-mydns)# url http://www.mydns.jp/login.html
(config-ddns-profile-mydns)# account アカウント名
(config-ddns-profile-mydns)# password plain パスワード
(config-ddns-profile-mydns)# transport ip
(config-ddns-profile-mydns)# notify-interface GigaEthernet0.1
(config-ddns-profile-mydns)# source-interface GigaEthernet0.1

設定後は以下のコマンドで、DDNSの強制実行および動作結果確認をする。
#DDNSの即時実行
(config)# ddns update

#DDNSの実行結果の確認
(config)# show ddns

以上
<前へ戻る

《参考ページ》

・NEC-NECサポートポータル - UNIVERGE IXシリーズ コマンドリファレンスマニュアル
 ※Ver.10.11対応版マニュアルのダイナミックDNSの章末にてコマンド変更の記述あり
https://www.support.nec.co.jp/View.aspx?id=3170102594
・sukejob - IX2105 で DDNS(ダイナミックDNS) の設定をする
https://sukejob.com/contents/pc/ix2105-ddns.html
・NEC-UNIVERGE IXシリーズFAQ - ダイナミックDNSに関するFAQ
https://jpn.nec.com/univerge/ix/faq/ddns.html