小编Tho*_*mas的帖子

绑定反向查找失败

我已经设置了绑定服务器,但无法执行反向查找 nslookup。

配置文件看起来像这样。

acl "internal" {192.168.5.0/24;};

view "internal" {

    match-clients   {"internal";};
    recursion       yes;

    zone "home" {
            type    master;
            file    "master/home.db";
    };

    zone "sludge.home" {
            type    master;
            file    "master/sludge.home.db";
    };

    zone "192.168.5.in-addr.arpa" {
            type    master;
            file    "master/192.168.5.db";
    };

    zone "255.in-addr.arpa" {
            type    master;
            file    "master/255.db";
    };

    zone "0.in-addr.arpa" {
            type    master;
            file    "master/0.db";
    };

    zone "." {
            type    hint;
            file    "master/root.hint";
    };

    zone "localhost" {
            type    master;
            file    "master/localhost.db";
    };

    zone "0.0.127.in-addr.arpa" {
            type master;
            file "master/127.0.0.db";
    };
};
Run Code Online (Sandbox Code Playgroud)

192.168.5.db 看起来像这样。 …

domain-name-system bind nslookup

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

标签 统计

bind ×1

domain-name-system ×1

nslookup ×1