小编Res*_*ner的帖子

PowerDNS 和 Bind9 之间的区域传输

尝试将完整区域从 PowerDNS 服务器传输到 Bind9 服务器时遇到问题。奇怪的是,PowerDNS 服务器上有多个区域作为隐藏主服务器(带有 MySQL 后端),但只有一个区域无法传输到 Bind9 服务器。

两台服务器运行的是 Ubuntu 16.04 LTS。和:

  • Bind9 版本 = 9.10.3.dfsg.P4-8ubuntu1
  • PowerDNS 版本 = 4.0.0~alpha2-3build1

Bind9 从属区域配置如下:

zone "example.net" {
    type slave;
    file "/var/lib/bind/slaves/db.example.net";
    masters {
          10.0.0.1;
    };
};
Run Code Online (Sandbox Code Playgroud)

PowerDNS 的 DNS 区域是:

% sudo pdnsutil show-zone example.net
This is a Master zone
Last SOA serial number we notified: 2016050801 == 2016050801 (serial in the database)
Zone is not actively secured
Metadata items: None
No keys for zone 'example.net.'.

% sudo pdnsutil list-zone …
Run Code Online (Sandbox Code Playgroud)

domain-name-system ubuntu bind powerdns

4
推荐指数
1
解决办法
6727
查看次数

标签 统计

bind ×1

domain-name-system ×1

powerdns ×1

ubuntu ×1