QQ登录

只需一步,快速开始

 找回密码
 注册

QQ登录

只需一步,快速开始

查看: 1137|回复: 2

Bind配置问题

[复制链接]
发表于 2002-12-17 17:09:58 | 显示全部楼层 |阅读模式
options
{
directory "/var/named";
};
zone "."
{
type hint;
file "named.ca";
};
zone "xxx.com.cn"
{
type master;
file "db.xxx.com.cn";
};
zone "10.168.192.in-addr.arpa"
{
type master;
file "named.192.168.10";
};
zone "0.0.127.in-addr.arpa"
{
type master;
file "named.local";
};

/named/db.xxx.com.cn
@ IN SOA xxx.com.cn. root.xxx.com.cn.(
2002121700 ; serial
28800 ; refresh
14400 ; retry
3600000 ; expire
86400 ; default_ttl
)
IN NS ns.xxx.com.cn.
xxx.com.cn. IN A 192.168.10.19
ns.xxx.com.cn. IN A 192..168.10.18
www.xxx.com.cn. IN A 192.168.10.19

/var/named/named.192.168.10
@ IN SOA xxx.com.cn. root.xxx.com.cn.(
2002121700 ; serial
28800 ; refresh
14400 ; retry
3600000 ; expire
86400 ; default_ttl
)
IN NS ns.xxx.com.cn.
18 IN PTR ns.xxx.com.cn.
19 IN PTR www.xxx.com.cn.

/var/named/named.local
@ IN SOA localhost. root.localhost.(
2002121700 ; serial
28800 ; refresh
14400 ; retry
3600000 ; expire
86400 ; default_ttl
)
@ IN NS localhost.
1 IN PTR localhost.
这样配置后,nslookup ns.xxx.com.cn 或 www.xxx.com.cn 都不成功.
但nslookup www.163.com却可以.
我的目的是局网域内使Aphache能够用域名服务,该怎么配置.
我的局域网ip 192.168.10.19
named.local中localhost用不用替换成自已主机名称
发表于 2002-12-21 13:39:45 | 显示全部楼层
你把/etc/resolv.conf改为本机DNS了吗??
回复

使用道具 举报

发表于 2002-12-23 08:21:47 | 显示全部楼层
直接在 nslookup 里面测试看看:

2002年12月23日上午08时04分31秒[root@mail root]# nslookup
Note:  nslookup is deprecated and may be removed from future releases.
Consider using the `dig' or `host' programs instead.  Run nslookup with
the `-sil[ent]' option to prevent this message from appearing.
> server 192.168.20.1
Default server: 192.168.20.1
Address: 192.168.20.1#53
>
回复

使用道具 举报

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

本版积分规则

GMT+8, 2024-11-17 15:29 , Processed in 0.056323 second(s), 15 queries .

© 2021 Powered by Discuz! X3.5.

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