正反向配置文件都测试OK named.conf 也测试OK 服务也重新启动了 rndc reload [root@localhost named]# nslookup > www.itbenet.com Server: 192.168.0.100 Address: 192.168.0.100#53 Name: www.itbenet.com Address: 192.168.0.100 > www.itaccp.com Server: 192.168.0.100 Address: 192.168.0.100#53 Name: www.itaccp.com Address: 192.168.0.100 > 192.168.0.100 ;; connection timed ou...
我要suse9.0配置了个dns,但配置反向解析时不能成功解析,配置文件如下: named.conf zone "." in { type hint; file "root.hint"; }; zone "localhost" in { type master; file "localhost.zone"; }; zone "0.0.127.in-addr.arpa" in { type master; file "127.0.0.zone"; }; # Include the meta include file generated by createNamedConfInclude. This # includes all file...
环境:freeBSD4.8 bind-9.2.2.tar.gz named.conf: zone "dyd.com" { type master; file "s/dyd.com"; }; zone "0.168.192.in-addr-arpa" { type master; file "s/0.168.192.in-addr.arpa"; }; zone的正向配置文件: dyd.com $TTL 86400 @ IN SOA www.dyd.com. root.www.dyd.com. ( 20030627 ; Serial ...
在windows的命令提示符中,nslookup后,例如,我正向解析,www.163.com,结果会出来一堆地址,我用其中的一个地址,例如,202.108.9.31在nslookup反向解析,出来 “Name: zz-9-31-a8.bta.net.cn Address: 202.108.9.31” 为什么不解析出来,www.163.com????
abc.com dns服务器 在正向文件 abc.com.zone中有 IN A 192.168.0.1 kkk.abc.com. IN NS dns.kkk.abc.com. dns.kkk.abc.com. IN A 192.168.0.2 kkk.abc.com dns服务器 在子域的named.conf文件中 option { directory "/var/named/"; forwarders { 192.168.0.1; }; }; 客户机不论用哪个做dns 服务器,正向解析都好使,但反向的只能解析使用的那台服务器里有的。不能解析到另外一...
给auto-dbm@apnic.net这个信箱发申请邮件,邮件的内容是 #[DOMAIN TEMPLATE V4.0]# domain: 217.149.219.in-addr.arpa descr: The reverse delegation zone for the IP range 219.149.217.0/24 country: CN admin-c: CH93-AP tech-c: YY249-AP zone-c: CH543-AP nserver: ns1.jltele.net nserver: ns2.jltele.net...
我在220.202.19.89设置为主dns服务器 220.202.19.82配置为辅dns服务器 分别做了dns的反向解析记录 220.202.19.89 &dns.sy165.cn 220.202.19.82 dns2.sy165.cn 将220.202.19.89设置为WIN机器的dns后可以用nslookup查看到如下信息: Default Server: &dns.sy165.cn Address: &220.202.19.89 >; 220.202.19.89 Server: &dns.sy165.cn Address: &220.202.19.89 Name: & &dns.sy165.cn Address: &220.202.19.89 >; ...
:( 各位大侠,谁能解释dns服务器在本机能够反向解析,其它的dns服务器不能对设置的地址进行反解析?我的服务器在出口的防火墙的dmz区,对应的A记录为公网地址。 谢谢。