LinuxSir.cn,穿越时空的Linuxsir!

 找回密码
 注册
搜索
热搜: shell linux mysql
查看: 610|回复: 0

各位帮忙看一个win2000客户端,无法解析REDHAT9的DNS的问题

[复制链接]
发表于 2005-11-17 10:53:03 | 显示全部楼层 |阅读模式
我在redhat9上配置好dns后,win2000的客户端无法解析dns,日志如下:

Nov 16 10:41:28 linux dhcpd: if IN A WIN2K-CLIENT.test.com domain doesn't exist add 10800 IN A WIN2K-CLIENT.test.com 192.168.37.160 add 10800 IN TXT WIN2K-CLIENT.test.com "31c710af9272e858776d2a5a4dd8a31487": not a zone.

redhat的ip:192.168.37.128

win2000的ip:192.168.37.160(通过redhat的dhcp获得),机器名为“win2k-client”


## named.conf - configuration for bind
#
# Generated automatically by redhat-config-bind, alchemist et al.
# Any changes not supported by redhat-config-bind should be put
# in /etc/named.custom
#
controls {
        inet 127.0.0.1 allow { localhost; } keys { rndckey; };
};

include "/etc/named.custom";

include "/etc/rndc.key";


zone  "0.0.127.in-addr.arpa" {
        type master;
        file  "0.0.127.in-addr.arpa.zone";
};
zone  "37.168.192.in-addr.arpa" {
        type master;
        file  "37.168.192.in-addr.arpa.zone";
};


zone  "localhost" {
        type master;
        file  "localhost.zone";
};
zone  "test.com" {
        type master;
        file  "test.com.zone";
};


$TTL 86400
@        IN        SOA        linux.test.com.        root.localhost (
                        4 ; serial
                        28800 ; refresh
                        7200 ; retry
                        604800 ; expire       
                        86400 ; ttk
                        )


@        IN        NS        linux.test.com.

128        IN        PTR        linux.  


$TTL 86400
@        IN        SOA        linux.test.com.  root.localhost (
                        5 ; serial
                        28800 ; refresh
                        7200 ; retry
                        604800 ; expire       
                        86400 ; ttl
                        )


        IN        NS        linux.test.com


linux        IN        A        192.168.37.128
  
您需要登录后才可以回帖 登录 | 注册

本版积分规则

快速回复 返回顶部 返回列表