Dns真难配呀,快帮帮忙!!!

Dns真难配呀,快帮帮忙!!!

我的bind装了N遍了,配置安全按书上和帖上做的,可DNS就是不通,不知道什么原因.请各位帮帮忙,我的配置件如下:


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 "." IN {
        type hint;
        file "named.ca";
};
zone "aedwit.com.cn" IN {
        type master;
        file "aedwit.com.cn.db";
        };
zone "6.164.218.in-addr.arpa" IN {
        type master;
        file "db.218.164.6";
        };

zone "localhost" IN {
        type master;
        file "localhost.zone";
        allow-update { none; };
};

zone "0.0.127.in-addr.arpa" IN {
        type master;
        file "named.local";
        allow-update { none; };
};
key "key" {
        algorithm hmac-md5;
        secret "KlXClCgZYAUMzacFjfjOyHzUhxKZFddCgbgE0SGPSTlRQ0ZPVzbAAdrzTDQq";
};









@       IN      SOA     ad.aewit.com.cn. wde.263.net.(
        200207010017    ;Serial
        7200            ;Refresh -2 hours
        3600            ;Retry -1 hour
        43200           ;Expire -12 hours
        3600)           ;Minimum -1 hour

ad.aewit.com.cn. IN A 218.164.6.31
IN NS ad.aewit.com.cn.
IN MX 10  ad.aewit.com.cn.
localhost.      IN      A       127.0.0.1
www.aewit.com.cn.        IN      A       218.164.6.31
ftp.aewit.com.cn.        IN      A       218.164.6.31
      
同是天涯沦落人,相逢何必曾相识      
呵呵,我的DNS终于搞定了,妈的搞了几个月了.      
我想参考一下!!!      
如果你要要给我发MAIL吧:w_t_b@263.net