QQ登录

只需一步,快速开始

 找回密码
 注册

QQ登录

只需一步,快速开始

查看: 728|回复: 7

为什么我正反解析都不行?

[复制链接]
发表于 2004-11-23 11:50:22 | 显示全部楼层 |阅读模式
named.conf:
options {
        directory "/var/named";
};
zone "." {
        type hint;
  file "named.ca";
};
zone "localhost" {
  type master;
  file "localhost.localdomain";
};
zone "0.0.127.in-addr.arpa" {
  type master;
  file "127.0.0";
};


localhost.localdomain:
$TTL 86400
@ IN SOA localhost. root.localhost. (
        2004113113
        28800
        14400
        3600000
        86400 )
        NS localhost.
        A 127.0.0.1


127.0.0:
$TTL 86400
@ SOA localhost. root.localhost. (
          2004113117
          28800
          14400
          3600000
          86400 )
                 NS localhost.
1         PTR localhost.


resolv.conf:
search localhost
nameserver 127.0.0.1

server can not find localhost
server can not find 1.0.0.127in-addr.ptr..........




:-(  :-(  :-(
发表于 2004-11-23 12:14:44 | 显示全部楼层
以前告诉过你这样的解析式仅是内部回环,你需要用IP。
回复

使用道具 举报

 楼主| 发表于 2004-11-23 13:56:06 | 显示全部楼层
可是我在学校里可以做的啊?
回复

使用道具 举报

 楼主| 发表于 2004-11-23 13:56:39 | 显示全部楼层
那我用192.168..x.x可以做吗?
回复

使用道具 举报

发表于 2004-11-23 19:01:31 | 显示全部楼层
这个只是做单纯的cache DNS,查看一下/etc/hosts里有没有localhost相
回复

使用道具 举报

发表于 2004-11-24 09:40:03 | 显示全部楼层
http://www.linuxfans.org/nuke/modules.php?name=News&file=article&op=view&sid=172
回复

使用道具 举报

 楼主| 发表于 2004-11-25 11:50:03 | 显示全部楼层
哎,看来我还是个超级菜鸟!
回复

使用道具 举报

发表于 2004-11-25 12:03:49 | 显示全部楼层
菜鸟长大了就是老鸟。
回复

使用道具 举报

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

本版积分规则

GMT+8, 2024-11-7 01:36 , Processed in 0.040310 second(s), 16 queries .

© 2021 Powered by Discuz! X3.5.

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