QQ登录

只需一步,快速开始

 找回密码
 注册

QQ登录

只需一步,快速开始

查看: 892|回复: 3

dns服务器架设问题

[复制链接]
发表于 2004-3-9 14:46:28 | 显示全部楼层 |阅读模式
最近无事想装个DNS服务器玩玩,可是怎么也搞不定,在BBS上转了几天,看了N多的文章,还是搞不定,没办法,只好发个贴子让朋友们帮帮忙了。

两台办公室局域网的机器,一台LINUX9,IP:10.57.36.97,一台WindowsXP,10.57.36.96,想用LINUX当DNS服务器,已经装上了DNS软件,装XP的DNS地址改为LINUX地址10.57.36.97,可以正常访问互联网.

想将XP做为WWW服务,域名为www.pdscnc.com

下面是我的name.conf(只写关键部分)
------------------------
zone "pdscnc.com" IN {
type master;
file "pdscnc.com.db";
};
----------------------

pdscnc.com.db内容
-----------------------
$ TTL 86400
$ ORLGIN pdscnc.com.
@       IN      SOA     pdscnc.com. root.pdscnc.com. (
                        20040309001;serial
                        28800;refresh
                        14400;retry
                        3600000;expire
                        86400; )
    IN   NS   pdscnc.com.
    IN   MX   10 pdscnc.com.cn.
www    IN   A    10.57.36.96
mail   IN  A  10.57.36.96
-----------------------------------

nslookup命令结果:
----------------------------
[root@www named]# nslookup www.pdscnc.com
Note:  nslookup is deprecated and may be removed from future releases.
Consider using the `dig' or `host' programs instead.  Run nslookup with
the `-sil[ent]' option to prevent this message from appearing.
Server:         10.57.36.97
Address:        10.57.36.97#53

** server can't find www.pdscnc.com: SERVFAIL
--------------------------------------

现在不能解析www.pdscnc.com这个网址。请问如何解决??
 楼主| 发表于 2004-3-10 14:39:56 | 显示全部楼层
没有人知道吗?我已经看了好多的资料,可是还是不行啊。。请各位帮帮忙啊。
回复

使用道具 举报

 楼主| 发表于 2004-3-12 09:29:57 | 显示全部楼层
等了几天也没有朋友回,呵。。。看的人还挺多。。还好找了个朋友把他的配置文件拷了一份过来,终于搞定DNS服务器了,不过问题出在哪儿我还是不太清楚。呵。。把配置文件放上来,请大家比较一下,看看我的问题出在哪儿。
pdscnc.com.db
---------------------------
@               IN      SOA     ns.pdscnc.com. root.pdscnc.com. (
                        2003092604 ; serial
                        7200 ; refresh
                        3600 ; retry
                        3600000 ; expire
                        7200 ; default_ttl
                        )
                IN      NS      ns.pdscnc.com.
                IN      MX  10  mail.pdscnc.com.
www             IN      A       10.57.36.97
mail            IN      A       10.57.36.97
---------------------------------------------

不过现在还是有点问题,有的域名能解析有的不能解析,很是奇怪。。不知道大家有没有遇到这种情况??
回复

使用道具 举报

 楼主| 发表于 2004-3-12 18:21:14 | 显示全部楼层
[root@sbzy-server etc]# nslookup
Note:  nslookup is deprecated and may be removed from future releases.
Consider using the `dig' or `host' programs instead.  Run nslookup with
the `-sil[ent]' option to prevent this message from appearing.
w>www.google.com
Server:         10.57.36.97
Address:        10.57.36.97#53

** server can't find www.google.com: NXDOMAIN
> www.linuxfans.org
Server:         10.57.36.97
Address:        10.57.36.97#53

** server can't find www.linuxfans.org: SERVFAIL
> www.163.com
Server:         10.57.36.97
Address:        10.57.36.97#53

** server can't find www.163.com: NXDOMAIN
> www.371.net
Server:         202.102.227.68
Address:        202.102.227.68#53

Name:   www.371.net
Address: 218.29.0.209
> www.zz.ha.cn
Server:         10.57.36.97
Address:        10.57.36.97#53

Non-authoritative answer:
Name:   www.zz.ha.cn
Address: 202.102.224.25
回复

使用道具 举报

您需要登录后才可以回帖 登录 | 注册

本版积分规则

GMT+8, 2024-11-9 10:28 , Processed in 0.040912 second(s), 15 queries .

© 2021 Powered by Discuz! X3.5.

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