由 txkss 在 09-09-2004 23:36 发表:
救:DNS问题(我真的要哭了)
我现在已经想是因为光盘的原因造成的
我现在用的AS3的四张光盘我是从不同站点下载到的
以前我配置DNS一点都没有问题
不过一安装上这四张光盘的AS3
就怎么的也不行了
配置文件如下请大家帮帮我吧
看在往日的情份上就拉兄弟一把吧
-----------------------主配置文件--------------------------------
// generated by named-bootconf.pl
options {
directory "/var/named";
/*
If there is a firewall between you and nameservers you want
to talk to, you might need to uncomment the query-source
directive below. Previous versions of BIND always asked
questions using port 53, but BIND 8.1 uses an unprivileged
port by default.
*/
// query-source address * port 53;
};
//
// a caching only nameserver config
//
controls {
inet 127.0.0.1 allow { localhost; } keys { rndckey; };
};
zone "." IN {
type hint;
file "named.ca";
};
zone "localhost" IN {
type master;
file "localhost.zone";
allow-update { none; };
};
zone "0.0.127.in-addr.arpa" IN {
type master;
file "named.local";
allow-update { none; };
};
zone "cnn.com" IN {
type master;
file "cnn.com.db";
};
zone "11.168.192.in-addr.arpa" IN {
type master;
file "192.168.11.db";
};
include "/etc/rndc.key";
------------------------正向文件-------------------------------------
[root@class named]# cat cnn.com.db
$TTL 86400
@ IN SOA cnn.com. root.cnn.com. (
20040909
28800
14400
360000
86400 )
IN NS cnn.com.
IN A 192.168.11.3
IN MX 1 cnn.com.
www IN A 192.168.11.3
ftp IN A 192.168.11.3
mail IN A 192.168.11.3
--------------------反向文件----------------------------
[root@class named]# cat 192.168.11.db
$TTL 86400
@ IN SOA cnn.com. root.cnn.com. (
20040909
28800
14400
360000
86400 )
IN NS cnn.com.
3 IN PTR www.cnn.com.
3 IN PTR ftp.cnn.com.
3 IN PTR mail.cnn.com.
------------------------测试错误提示---------------------------
[root@class named]# host -a cnn.com
Trying "cnn.com"
Host cnn.com not found: 2(SERVFAIL)
Received 25 bytes from 192.168.11.3#53 in 2 ms
----------------配置文件检查-------------------说明无错误-------
[root@class named]# named-checkconf
[root@class named]#
-------------我已经在/etc/resolv.conf下添加了服务器的地址
-----------------named日志如下图
救救大家和帮我吧
我哭谢啊
我晕啊
我要哭
由 faint 在 09-10-2004 00:27 发表:
权限的问题。
由 Snoopy 在 09-10-2004 12:26 发表:
是不是日志文件写不进去 ? 权限问题 ?
And then in the evening light, when the bars of freedom fall
I watch the two of you in the shadows on the wall
How in the darkness steals some of the choices from my hand
Then will I begin to under
由 txkss 在 09-10-2004 17:38 发表:
我不知道啊我快要死了
我今天在虚拟机里又安装了fedora 2
设置也是这个问题
我真的要死了
快帮帮我吧
由 Snoopy 在 09-10-2004 17:47 发表:
我讨厌FC的东西
And then in the evening light, when the bars of freedom fall
I watch the two of you in the shadows on the wall
How in the darkness steals some of the choices from my hand
Then will I begin to under
由 txkss 在 09-10-2004 19:42 发表:
因为我现在用的AS3是分别从两上站点上下载到的所以我开始想是不是光盘的问题所以就又安装了fedora2还是还是一样的效果啊
我试着把另外一台机器上配置通过的named.conf 正向和反向文件放到有问题的计算机上还是还是不行
我可怎么办啊
snoopy帮帮我啊
由 syd168 在 09-10-2004 19:56 发表:
chmod 755 /var/run/named/named.pid
技术论坛 论坛技术
发展技术 普及信息
由 txkss 在 09-10-2004 20:13 发表:
根本就不行啊
由 txkss 在 09-11-2004 08:27 发表:
我顶啊
怎么解决啊
由 Snoopy 在 09-11-2004 18:49 发表:
> quote:
>
> * * *
>
> 最初由 txkss 发表
>
> **因为我现在用的AS3是分别从两上站点上下载到的所以我开始想是不是光盘的问题所以就又安装了fedora2还是还是一样的效果啊
>
> 我试着把另外一台机器上配置通过的named.conf 正向和反向文件放到有问题的计算机上还是还是不行
>
> 我可怎么办啊
>
> snoopy帮帮我啊 **
>
> * * *
下载下来先md5一下
And then in the evening light, when the bars of freedom fall
I watch the two of you in the shadows on the wall
How in the darkness steals some of the choices from my hand
Then will I begin to under
由 txkss 在 09-11-2004 20:0