ユーザ用ツール

サイト用ツール


01_linux:01_net:16_unbound

差分

このページの2つのバージョン間の差分を表示します。

この比較画面へのリンク

両方とも前のリビジョン前のリビジョン
01_linux:01_net:16_unbound [2016/03/22 02:21] matsui01_linux:01_net:16_unbound [2022/05/18 21:22] (現在) matsui
行 205: 行 205:
 デフォルトではnoになっているので、yesへ変更 デフォルトではnoになっているので、yesへ変更
 rrset-roundrobin: yes rrset-roundrobin: yes
 +
 +===== 4.unbound-control を利用 =====
 +
 +==== 鍵を作成 ====
 +
 +<code>
 +# unbound-control-setup
 +setup in directory /etc/unbound
 +Generating RSA private key, 3072 bit long modulus (2 primes)
 +....................................................................................................++++
 +..++++
 +e is 65537 (0x010001)
 +Generating RSA private key, 3072 bit long modulus (2 primes)
 +..................++++
 +...........................................++++
 +e is 65537 (0x010001)
 +Signature ok
 +subject=CN = unbound-control
 +Getting CA Private Key
 +removing artifacts
 +Setup success. Certificates created. Enable in unbound.conf file to use
 +</code>
 +
 +==== unbound.confの修正 ====
 +
 +  remote-control:
 +      control-enable: no
 +  ↓
 +  remote-control:
 +      control-enable: yes
 +
 +==== サービス再起動 ====
 +
 +  service unbound restart
 +
 +
 +==== キャッシュの確認 ====
 +
 +  unbound-control dump_cache
  
 {{tag>unbound bind}} {{tag>unbound bind}}
01_linux/01_net/16_unbound.1458613295.txt.gz · 最終更新: 2016/03/22 02:21 by matsui