我完全引用在7.3上的設定檔(在7.3時可正常執行)
named.comf
----------------
// generated by named-bootconf.pl
options {
directory "/var/named";
/*
* 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
//
zone "." {
type hint;
file "named.ca";
};
zone "0.0.127.in-addr.arpa" {
type master;
file "named.local";
};
zone "11.75.211.in-addr.arpa" {
type master;
file "named.211.75.11.0";
};
zone "plenty.com.tw" {
type master;
file "named.plenty.com.tw";
};
-----------------------------------------
named.plenty.com.tw
-----------------------------------------
; File:/var/named/named.plenty.com.tw
;
; Zone file for domain: 'plenty.com.tw'
;
$TTL 86400
@ IN SOA mainsrv.plenty.com.tw root.mainsrv.plenty.com.tw (
1999092801 ; serial
8H ; refresh
2H ; retry
1W ; expire
1D ) ; minimun
;
TXT "Domain plenty.com.tw"
IN NS mainsrv.plenty.com.tw.
IN NS flagship.plenty.com.tw.
MX 10 mainsrv.plenty.com.tw.
; MX 20 debian.home.
;
localhost A 127.0.0.1
;
;
mainsrv A 211.75.11.6
MX 10 mainsrv.plenty.com.tw.
; MX 20 debian.home.
HINFO "K6-450" "Linux RedHat"
www CNAME mainsrv
mail CNAME mainsrv
ftp CNAME mainsrv
news CNAME mainsrv
smtp CNAME mainsrv
pop3 CNAME mainsrv
bbs CNAME mainsrv
;
dns A 211.75.11.5
; HINFO "Notebook"
children A 211.75.11.4
flagship A 211.75.11.3
nat A 211.75.11.2
--------------------------------------
named.211.75.11.0
-------------------------------------
@ IN SOA mainsrv. root.mainsrv.plenty.com.tw. (
1997022700 ; Serial
28800 ; Refresh
14400 ; Retry
3600000 ; Expire
86400 ) ; Minimum
IN NS mainsrv.plenty.com.tw.
6 IN PTR mainsrv.plenty.com.tw.
5 IN PTR dns.plenty.com.tw.
4 IN PTR children.plenty.com.tw.
3 IN PTR flagship.plenty.com.tw.
2 IN PTR nat.plenty.com.tw.
----------------------------------------------
以上設定在
ping ftp.plenty.com.tw 皆可ping 到
ie 中
http://www.plenty.com.tw 也可找到
但
nslookup 則timeout
結果可以寄信無法收信
請問何處有誤不勝感激!