免费注册 查看新帖 |

Chinaunix

  平台 论坛 博客 文库
最近访问板块 发新帖
查看: 1984 | 回复: 0
打印 上一主题 下一主题

[DNS] 为什么我的DNS没法正常工作? [复制链接]

论坛徽章:
0
跳转到指定楼层
1 [收藏(0)] [报告]
发表于 2008-10-19 22:27 |只看该作者 |倒序浏览
做了个最简单的DNS,一切顺利,也能开机自动启动服务,就是不能正常做解析,非要手动重新启动一次服务才能正常工作,真郁闷死了,哪位大大能指点下,哪里有问题?
[root@DNS ~]# service named status
version: 9.5.0b2
number of zones: 18
debug level: 0
xfers running: 0
xfers deferred: 0
soa queries in progress: 0
query logging is OFF
recursive clients: 0/0/1000
tcp clients: 0/100
server is up and running
named (pid 1811) is running...
[root@DNS ~]# dig www.sina.com.cn

; <<>> DiG 9.5.0b2 <<>> www.sina.com.cn
;; global options:  printcmd
;; connection timed out; no servers could be reached
[root@DNS ~]# service named restart
Stopping named: [  OK  ]
Starting named: [  OK  ]
[root@DNS ~]# dig www.sina.com.cn

; <<>> DiG 9.5.0b2 <<>> www.sina.com.cn
;; global options:  printcmd
;; Got answer:
;; ->>HEADER<<- opcode: QUERY, status: NOERROR, id: 25525
;; flags: qr rd ra; QUERY: 1, ANSWER: 2, AUTHORITY: 3, ADDITIONAL: 0

;; QUESTION SECTION:
;www.sina.com.cn.               IN      A

;; ANSWER SECTION:
www.sina.com.cn.        60      IN      CNAME   jupiter.sina.com.cn.
jupiter.sina.com.cn.    60      IN      A       202.108.33.32

;; AUTHORITY SECTION:
sina.com.cn.            86400   IN      NS      ns1.sina.com.cn.
sina.com.cn.            86400   IN      NS      ns2.sina.com.cn.
sina.com.cn.            86400   IN      NS      ns3.sina.com.cn.

;; Query time: 575 msec
;; SERVER: 192.168.1.10#53(192.168.1.10)
;; WHEN: Mon Oct 20 22:24:25 2008
;; MSG SIZE  rcvd: 125

[root@DNS ~]#
您需要登录后才可以回帖 登录 | 注册

本版积分规则 发表回复

  

北京盛拓优讯信息技术有限公司. 版权所有 京ICP备16024965号-6 北京市公安局海淀分局网监中心备案编号:11010802020122 niuxiaotong@pcpop.com 17352615567
未成年举报专区
中国互联网协会会员  联系我们:huangweiwei@itpub.net
感谢所有关心和支持过ChinaUnix的朋友们 转载本站内容请注明原作者名及出处

清除 Cookies - ChinaUnix - Archiver - WAP - TOP