快速业务通道

RedHatAS4U3下实现南北互通的DNS配置

作者 佚名技术 来源 Linux系统 浏览 发布时间 2012-05-16
这是一篇实践性的文章,如果你还不知道DNS是个什么东西和bind的一些简单知识建议还是了解一下先 ,确认系统是否装有bind # rpm -qa|grep bind 我用的就是redhatas4u3自带的bind:bind-9.2.4-2这个版本(如果没有bind的话 就去下载一个源码包吧,具体怎么安装就不在说了 这样的文档google一下,一大把) 如果是系统自带的bind是安装在/var/named/chroot下的(chroot如果不知道的话 也去google一下吧) 下面是具体操作:
# cd /var/named/chroot/etc/ //进入chroot环境下的etc目录
(建议在编辑配置文件之前先备份一下已有的配置文件!!!)
# vi named.conf //编辑bind的主配置文件
//
// named.conf for Red Hat caching-nameserver
// options {
directory "/var/named";
dump-file "/var/named/data/cache_dump.db";
statistics-file "/var/named/data/named_stats.txt";
/*
* 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
Empire CMS,phome.net

//
controls {
inet 127.0.0.1 allow { localhost; } keys { rndckey; };
}; acl "telecom" {
众多电信的DNS,我就不cp过来了,实在是太多了!我在写这个的时候已经是1K多条记录了
....
....
};
view "telecom" {
match-clients { TELECOM; }; zone "." {
type hint;
file "named.ca";
}; zone "0.0.127.IN-ADDR.ARPA" {
type master;
file "localhost.rev";
}; zone "test.com" {
type master;
file "master/telecom/test.com";
};
}; view "any" {
match-clients { any; };
zone "." {
type hint;
file "named.ca";
}; zone "0.0.127.IN-ADDR.ARPA" {
type master;
file "localhost.rev";
}; zone "test.com" {
type master;
file "master/cnc/test.com";
}; }; include "/etc/rndc.key";
//编辑完成后保存退出
# mkdir /var/named/chroot/var/named/master/
# mkdir /var/named/chroot/var/named/master/telecom
# mkdir /var/named/chroot/var/named/master/cnc
# vi /var/named/chroot/var/named/master/telecom/test.com
$TTL 86400
Empire CMS,phome.net

@ IN SOA ns.test.com. root.ns.test.com. (
2005062301 ; serial
3H ; refresh
15M ; retry
1W ; expiry
1D ) ; minimum IN NS ns.test.com.
IN MX 10 mail.test.com.
www IN A 电信IP
//保存退出
# vi /var/named/chroot/var/named/master/cnc/test.com
$TTL 86400
@ IN SOA ns.test.com. root.ns.test.com. (
2005062301 ; serial
3H ; refresh

凌众科技专业提供服务器租用、服务器托管、企业邮局、虚拟主机等服务,公司网站:http://www.lingzhong.cn 为了给广大客户了解更多的技术信息,本技术文章收集来源于网络,凌众科技尊重文章作者的版权,如果有涉及你的版权有必要删除你的文章,请和我们联系。以上信息与文章正文是不可分割的一部分,如果您要转载本文章,请保留以上信息,谢谢!

分享到: 更多

Copyright ©1999-2011 厦门凌众科技有限公司 厦门优通互联科技开发有限公司 All rights reserved

地址(ADD):厦门软件园二期望海路63号701E(东南融通旁) 邮编(ZIP):361008

电话:0592-5908028 传真:0592-5908039 咨询信箱:web@lingzhong.cn 咨询OICQ:173723134

《中华人民共和国增值电信业务经营许可证》闽B2-20100024  ICP备案:闽ICP备05037997号