欢迎来到天天文库
浏览记录
ID:30226595
大小:47.50 KB
页数:8页
时间:2018-12-28
《solaris上对比测试bind和nominum两个dns软件性能》由会员上传分享,免费在线阅读,更多相关内容在工程资料-天天文库。
1、实用标准文案Solaris上对比测试BIND和Nominum两个DNS软件性能 2010-11-2411:59:58
2、 分类:DNS
3、字号 订阅BIND,没什么说的了,自1983年PaulMockapetris发明后,就成为Internet中DNS的事实上的标准,由ISC(Internet Software Consortium)负责维护,具体的开发由Nominum(www.nominum.com)公司来完成,BIND9.x是免费软件,为Solaris的标准配置,即便电信中也绝大多数采用BIND8.x/9.x。但2002年10月21日,对Internet的13台DNS根域名服务器的持续了一
4、个小时的拒绝服务攻击,给人们敲响了警钟,采用新的算法,提升DNS性能,是一种方法,Nominum出继续升级免费的BIND外,还开发了新算法的NominumFoundationCNSDNS软件,有好事同事,改不了工程师的老毛病,好奇并对BIND和Nominum的性能进行了对比测试,分享如下:1。准备机器:采用SunFireV240服务器,1x1GHzUSIIIi,512MB内存,4x1000Base-T网口,装Solaris10,SunStudio10,联通到Internet外网。v240:/#showrevHostname:v240Hostid:838af0bdRelease:5.10Kern
5、elarchitecture:sun4uApplicationarchitecture:sparcHardwareprovider:Sun_MicrosystemsDomain:Kernelversion:SunOS5.10Generic_118822-08v240:/#cd/opt/SUNWspro/binv240:/#./versionMachinehardware: sun4uOSversion: 5.10Processortype: sparc...SunStudio10 SunStudio10CCompiler SunStudio10C++Com
6、piler SunStudio10Tools.h++7.1...v240:/#whichcc/opt/SUNWspro/bin/cc2。配DNS-DIND9.2.4配主机文件:v240:/#vi/etc/hosts精彩文档实用标准文案##Internethosttable#127.0.0.1 localhost192.168.0.55 v240v240.example.comloghost打开DNS开关文件:v240:/#cdvi/etc/nsswith.conf...hosts: files dns...配DNSclient文件,DNSclient指向网通和本机:v
7、240#vi/etc/resolv.confnameserver192.168.0.55 //本机IPnameserver202.x.x.x //xxDNS配DNS服务器rndc文件:v240#vi/etc/rndc.conf#Startofrndc.confkey"rndc-key"{ algorithmhmac-md5; secret"qb2cKV1j07PXbv//QQPytA==";};options{ default-key"rndc-key"; default-server127.0.0.1; default-port953;};#
8、Endofrndc.conf 配DNS服务器named.conf文件:v240#vi/etc/named.confkey"rndc-key"{ algorithmhmac-md5; secret"qb2cKV1j07PXbv//QQPytA==";};controls{ inet127.0.0.1port953 allow{127.0.0.1;}keys{"rndc-key";};};options{ version"$Id,worldhello.net"; directory"/var/named";
9、 pid-file "named.pid"; allow-query{any;}; notifyyes; recursionyes;精彩文档实用标准文案 }; zone"."in{ typehint; file"db.cache"; };
此文档下载收益归作者所有