-
-
-
VMware ESX、Linux KVM、およびCitrix HypervisorでNetScaler ADC VPXのパフォーマンスを最適化する
-
-
-
-
-
-
-
-
-
-
ユースケース-自動 DNSSEC キー管理機能の設定
-
-
-
-
-
-
This content has been machine translated dynamically.
Dieser Inhalt ist eine maschinelle Übersetzung, die dynamisch erstellt wurde. (Haftungsausschluss)
Cet article a été traduit automatiquement de manière dynamique. (Clause de non responsabilité)
Este artículo lo ha traducido una máquina de forma dinámica. (Aviso legal)
此内容已经过机器动态翻译。 放弃
このコンテンツは動的に機械翻訳されています。免責事項
이 콘텐츠는 동적으로 기계 번역되었습니다. 책임 부인
Este texto foi traduzido automaticamente. (Aviso legal)
Questo contenuto è stato tradotto dinamicamente con traduzione automatica.(Esclusione di responsabilità))
This article has been machine translated.
Dieser Artikel wurde maschinell übersetzt. (Haftungsausschluss)
Ce article a été traduit automatiquement. (Clause de non responsabilité)
Este artículo ha sido traducido automáticamente. (Aviso legal)
この記事は機械翻訳されています.免責事項
이 기사는 기계 번역되었습니다.책임 부인
Este artigo foi traduzido automaticamente.(Aviso legal)
这篇文章已经过机器翻译.放弃
Questo articolo è stato tradotto automaticamente.(Esclusione di responsabilità))
Translation failed!
ユースケース:自動 DNSSEC キー管理機能の設定
次の手順を使用して、GSLB以外のサイトで自動ロールオーバー機能を有効にします。
注
NetScalerにDNSを展開していて、それを他のデバイスに複製する必要がない場合は、この手順を使用してください。
この例では、次の詳細を使用しました:
- ドメイン名:example.com
- オリジンサーバー:nameserver1.example.com
- ネームサーバー:ネームサーバー 2.example.com
- 連絡先:admin.example.com
- キー:ZSK の場合はキー 1、KSK の場合はキー 2
-
SOA および NS レコードの作成 (名前はゾーン名と同じ)
コマンドプロンプトで入力します:
add dns soaRec example.com -originServer nameserver1.example.com -contact admin.example.com <!--NeedCopy-->
-
DNS ゾーンレコードを作成します。権限ゾーンのプロキシモードを No に設定します。
add dns zone example.com -proxyMode no <!--NeedCopy-->
- DNS キーを作成する
注:
このコマンドは、ファイル名プレフィックスの private、key、ds という 3 つのファイルをシステムに作成します。
create dns key -zoneName example.com -fileNamePrefix Key1.zsk -keytype zsk -keysize 1024 -algorithm rsASHA256 create dns key -zoneName example.com -fileNamePrefix Key2.ksk -keytype ksk -keysize 1024 -algorithm rsASHA256 <!--NeedCopy-->
- ゾーン内のキーを公開します。
注:
自動ロールオーバーオプションを有効にして、有効期限と通知期間を指定します。キーのアクティベーションに関する警告メッセージが表示されます。
add dns key Key1.zsk Key1.zsk.key Key1.zsk.private -autoRollover enABLED -expires 30 days -notificationPeriod 7 days -rolloverMethod doublesignature Warning: The key should be in an activated state for rollover. Please use sign DNS zone operation to activate the key Done add dns key Key2.ksk Key2.ksk.key Key2.ksk.private -autoRollover enABLED -expires 120 days -notificationPeriod 15 days -rolloverMethod doublerrSet Warning: The key should be in an activated state for rollover. Please use sign DNS zone operation to activate the key Done <!--NeedCopy-->
-
sign zone コマンドを使用してキーを有効にします。
sign dns zone example.com -keyName Key1.zsk Key2.ksk
-
親ゾーンの新しいキーの DS レコードを更新します。
-
DNS パラメータの自動保存キーオプションを有効にします。
set dns parameter -autosaveKeyOps enABLED
注:
すべての主要なアクティビティをタイムリーに監視するために、SNMP アラームが送信されます。アクティブなキーが削除されると、新しく生成されたキーに対して SNMP アラームが送信されます。
共有
共有
この記事の概要
This Preview product documentation is Cloud Software Group Confidential.
You agree to hold this documentation confidential pursuant to the terms of your Cloud Software Group Beta/Tech Preview Agreement.
The development, release and timing of any features or functionality described in the Preview documentation remains at our sole discretion and are subject to change without notice or consultation.
The documentation is for informational purposes only and is not a commitment, promise or legal obligation to deliver any material, code or functionality and should not be relied upon in making Cloud Software Group product purchase decisions.
If you do not agree, select I DO NOT AGREE to exit.