0
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

More than 5 years have passed since last update.

unboundでのstub設定について

Last updated at Posted at 2016-10-25

背景

unboundはキャッシュサーバの役割をしており、クライアントPCもunboundをむいている
他のゾーンのキャッシュもしているため、ADのDNSは利用したくない

やりたいこと

クライアントのDNSはunboundのキャッシュサーバを向けたい
ADを導入する際に、ADの名前解決だけはADサーバ内へ転送させたい

クライアント <-> unboundのキャッシュサーバ <-> ADのDNSを利用したい

設定

ADサーバはコンテンツサーバなので、stubzoneでの定義が必要

private-domain: "example.com"
stub-zone:
      name: "example.com"
      stub-addr: ADのDNSサーバのIP

参考記事

第4回 Unboundサーバ運用Tips

0
0
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
0
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?