QQ登录

只需一步,快速开始

 找回密码
 注册

QQ登录

只需一步,快速开始

查看: 1006|回复: 3

dns error

[复制链接]
发表于 2005-6-16 23:26:44 | 显示全部楼层 |阅读模式
these is my config file ,please tell me the error's reason ?
/etc/hosts:

order bind,hosts

/etc/resolv.conf
search hosthouse.com
nameserver 192.168.1.53


/etc/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
//
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 "hosthouse" IN {
        type master;
        file "hosthouse.zone";
        allow-update { none; };
};
zone "1.168.192.in-addr.arpa" IN {
        type master;
        file "192.168.1.local";
        allow-update { none; };
};
include "/etc/rndc.key";


/var/named/hosthouse.zone

$TTL        86400
$ORIGIN sat.hosthouse.com.
@ 1D IN SOA sat.hosthouse.com. root.sat.hosthouse.com. (
                                        42                ; serial (d. adams)
                                        3H                ; refresh
                                        15M                ; retry
                                        1W                ; expiry
                                        1D )                ; minimum

                1D IN NS    sat.hosthouse.com.
sat                        1D IN A                192.168.1.53
www                        1D IN CNAME     sat.hosthouse.com.
ftp                        1D IN CNAME        sat.hosthouse.com.
mail                        1D IN CNAME        sat.hosthouse.com.


/var/named/192.168.1.local
$TTL        86400
@       IN      SOA sat.hosthouse.com. root.sat.hosthouse.com.  (
                                      1997022700 ; Serial
                                      28800      ; Refresh
                                      14400      ; Retry
                                      3600000    ; Expire
                                      86400 )    ; Minimum
              IN      NS      sat.hosthouse.com.

53       IN      PTR     sat.hosthouse.com.
53       IN      PTR     www.hosthouse.com.
53       IN      PTR     ftp.hosthouse.com.
53       IN      PTR     mail.hosthouse.com.

which error ?please help me?
发表于 2005-6-16 23:44:47 | 显示全部楼层
please give me your log . tail -20 /var/log/messages
回复

使用道具 举报

发表于 2005-6-17 14:05:12 | 显示全部楼层
大家英语都很强!? 去 linuxquestion/linuxforum 问好了。
回复

使用道具 举报

发表于 2005-6-19 18:57:05 | 显示全部楼层
你把
var/named/hosthouse.zone

$TTL 86400
$ORIGIN sat.hosthouse.com.        (这一行去掉)
@ 1D IN SOA sat.hosthouse.com. root.sat.hosthouse.com. (
42 ; serial (d. adams)
3H ; refresh
15M ; retry
1W ; expiry
1D ) ; minimum
  
1D IN NS sat.hosthouse.com.    (这一行也去掉)
sat 1D IN A 192.168.1.53     (这一行也去掉)
     IN      NS       hosthouse.com.    (加上)
www 1D IN CNAME sat.hosthouse.com.  
ftp 1D IN CNAME sat.hosthouse.com.
mail 1D IN CNAME sat.hosthouse.com.


/var/named/192.168.1.local
$TTL 86400
@ IN SOA sat.hosthouse.com. root.sat.hosthouse.com. (
1997022700 ; Serial
28800 ; Refresh
14400 ; Retry
3600000 ; Expire
86400 ) ; Minimum
IN NS sat.hosthouse.com.


不改了,你自己小心的是
1,配置文件的空格
2,要记得配置好要#service named restart
        #service network restart
    防火墙要小心
     不行就#service iptables stop 试试
3,最主要的是#neat 中是否有误
。。。
我在虚拟机上试验过,不对的还请高手指点则个。
回复

使用道具 举报

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

本版积分规则

GMT+8, 2024-11-5 18:32 , Processed in 0.085592 second(s), 16 queries .

© 2021 Powered by Discuz! X3.5.

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