我的正向和反向都不行?

由 longman 在 05-26-2002 13:54 发表:

这些是我的dns的配置文件,你帮我看看是什么地方出了问题:谢谢

named.conf:

// 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

//

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 "1.1.10.in-addr.arpa" {

type master;

file "named.rev";

};

zone "ybusvr.ybu.edu.cn" IN {

type master;

file "named.hosts";

};

named.hosts:

@ IN SOA yr.ybusvr.ybu.edu.cn. root.yr.ybusvr.edu.cn.

( 199702270 ;serial

2880 ;refresh

1440 ;retry

3600000 ;expire

86400 ;minimum

)

IN NS yr.ybusvr.ybu.edu.cn.

IN MX 10 yr.ybusvr.ybu.edu.cn.

localhost IN A 127.0.0.1

yr IN A 10.1.1.218

www IN A 10.1.1.218

mail IN A 10.1.1.218

pop3 IN A 10.1.1.218

smtp IN A 10.1.1.218

@ IN A 10.1.1.218

yr CNAME yr.ybusvr.ybu.edu.cn

www CNAME yr.ybusvr.ybu.edu.cn

mail CNAME yr.ybusvr.ybu.edu.cn

pop3 CNAME yr.ybusvr.ybu.edu.cn

smtp CNAME yr.ybusvr.ybu.edu.cn

@ CNAME yr.ybusvr.ybu.edu.cn

named.rev:

@ IN SOA yr.ybusvr.ybu.edu.cn. root.yr.ybusvr.edu.cn.

( 199702270 ;serial

2880 ;refresh

1440 ;retry

3600000 ;expire

86400 ;minimum

)

IN NS yr.ybusvr.ybu.edu.cn.

IN MX 10 mail.ybusvr.ybu.edu.cn.

218 IN PRT yr.ybusvr.ybu.edu.cn.

resolv.conf:

domain ybusvr.ybu.edu.cn

nameserver 10.1.1.218


由 longman 在 05-26-2002 13:56 发表:

pandonny,站长,帮帮我

我的DNS服务器不好使,你帮我看看,配置的文件我已经贴在下面了帖子里了


由 pandonny 在 05-26-2002 23:20 发表:


好的,兄弟,我看看!


关爱社区,共建家园!


_由 pandonny 在 05-26-2002 23:24 发表: </i _

Published At
Categories with 服务器类
Tagged with
comments powered by Disqus