QQ登录

只需一步,快速开始

 找回密码
 注册

QQ登录

只需一步,快速开始

查看: 609|回复: 1

菜鸟求助,关于DNS。

[复制链接]
发表于 2003-3-21 13:10:34 | 显示全部楼层 |阅读模式
配置DNS后,在WIN98的计算机上ping不到主机名,请各位帮我看一看。多谢!

//named.conf
// generated by named-bootconf.pl
options {
        directory "/var/named";
        // query-source address * port 53;
        };
zone "." IN {
        type hint;
        file "named.ca";
        };
zone "agon.com" IN {
        type master;
        file "named.hosts";
        };
zone "168.192.in-addr.arpa" IN {
        type master;
        file "named.168.192";
        };
zone "0.0.127.in-addr.arpa" IN {
        type master;
        file "named.local";
        };
// include "/etc/rndc.key";

//named.hosts
@       IN      SOA     ns.agon.com. root.ns.agon.com.  (
                        1997022700 ; Serial
                        28800      ; Refresh
                        14400      ; Retry
                        3600000    ; Expire
                        86400 )    ; Minimum
        IN      NS        ns.agon.com
agon        IN        A        192.168.0.250
业务室        IN        A        192.168.0.51
技服        IN        A        192.168.0.52
jjs        IN        A        192.168.0.1
ftp        IN        CNAME        agon
agon1        IN        CNAME        业务室
jf        IN        CNAME        技服

//named.168.192
@       IN      SOA     ns.agon.com. root.ns.agon.com.  (
                        1997022700 ; Serial
                        28800      ; Refresh
                        14400      ; Retry
                        3600000    ; Expire
                        86400 )    ; Minimum
        IN      NS        ns.agon.com
250        IN        NS        ns.agon.com

//named.local
$TTL        86400
@       IN      SOA     ns.agon.com. root.ns.agon.com.  (
                        1997022700 ; Serial
                        28800      ; Refresh
                        14400      ; Retry
                        3600000    ; Expire
                        86400 )    ; Minimum
        IN      NS      ns.agon.com
250     IN      PTR     localhost.
发表于 2003-3-21 14:01:26 | 显示全部楼层
业务室 IN A 192.168.0.51
技服 IN A 192.168.0.52
jjs IN A 192.168.0.1
ftp IN CNAME agon
agon1 IN CNAME 业务室
jf IN CNAME 技服
回复

使用道具 举报

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

本版积分规则

GMT+8, 2024-11-17 06:41 , Processed in 0.042272 second(s), 16 queries .

© 2021 Powered by Discuz! X3.5.

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