当前位置: 技术问答>linux和unix
DNS服务器配置问题,请指教
来源: 互联网 发布时间:2016-01-16
本文导语: 我用的是Redhat Enterprise 在配置服务的时候老是出错,我是 照这书上弄的也不行, 遇到的主要问题就是ping www.test.net不通,客户端测试不通 我的配置如下: 主机名字我设的是:x.test....
我用的是Redhat Enterprise 在配置服务的时候老是出错,我是 照这书上弄的也不行,
遇到的主要问题就是ping www.test.net不通,客户端测试不通
我的配置如下:
主机名字我设的是:x.test.net
主机ip是:192.168.1.143
我用的是Red Hat 3.4.3-9.EL4
/etc/named.conf中的配置为:
zone "test.net" IN {
type master;
file "test.net";
allow-update { none; };
};
zone "1.168.192.in-addr.arpa" IN {
type master;
file "192.168.1.143";
allow-update { none; };
};
/var/named/test.net文件中的内容为:
$TTL 86400
@ IN SOA x.test.net.root.x.test.net. (
42 ; serial (d. adams)
3H ; refresh
15M ; retry
1W ; expiry
1D ) ; minimum
IN NS x.test.net.
x.test.net IN A 192.168.1.143
www.test.net IN A 192.168.1.143
/etc/named/192.168.1.143文件中的内容为:
$TTL 86400
@ IN SOA x.test.net.root.x.test.net. (
1997022700 ; Serial
28800 ; Refresh
14400 ; Retry
3600000 ; Expire
86400 ) ; Minimum
IN NS x.test.net.
143.1.168.192 IN PTR x.test.net.
143.1.168.192 IN PTR www.test.net.
请问我上面的配置文件有没有错误的地方呢
我用命令:dig www.test.net @dns服务器ip 得到的结果如下:
[root@x ~]# dig www.test.net @192.168.1.143
; DiG 9.2.4 www.test.net @192.168.1.143
;; global options: printcmd
;; Got answer:
;; ->>HEADER
遇到的主要问题就是ping www.test.net不通,客户端测试不通
我的配置如下:
主机名字我设的是:x.test.net
主机ip是:192.168.1.143
我用的是Red Hat 3.4.3-9.EL4
/etc/named.conf中的配置为:
zone "test.net" IN {
type master;
file "test.net";
allow-update { none; };
};
zone "1.168.192.in-addr.arpa" IN {
type master;
file "192.168.1.143";
allow-update { none; };
};
/var/named/test.net文件中的内容为:
$TTL 86400
@ IN SOA x.test.net.root.x.test.net. (
42 ; serial (d. adams)
3H ; refresh
15M ; retry
1W ; expiry
1D ) ; minimum
IN NS x.test.net.
x.test.net IN A 192.168.1.143
www.test.net IN A 192.168.1.143
/etc/named/192.168.1.143文件中的内容为:
$TTL 86400
@ IN SOA x.test.net.root.x.test.net. (
1997022700 ; Serial
28800 ; Refresh
14400 ; Retry
3600000 ; Expire
86400 ) ; Minimum
IN NS x.test.net.
143.1.168.192 IN PTR x.test.net.
143.1.168.192 IN PTR www.test.net.
请问我上面的配置文件有没有错误的地方呢
我用命令:dig www.test.net @dns服务器ip 得到的结果如下:
[root@x ~]# dig www.test.net @192.168.1.143
; DiG 9.2.4 www.test.net @192.168.1.143
;; global options: printcmd
;; Got answer:
;; ->>HEADER