Chinaunix

标题: VIEW 问题!!~~ [打印本页]

作者: dengchengjun    时间: 2010-08-02 21:54
标题: VIEW 问题!!~~
view "chinatele" {
        match-clients {"chinatelecom";};

        zone "." IN {
        type hint;
        file "var/named/named.root";   
        };

        zone "localhost" IN {
        type master;
        file "var/named/localhost";
        };
        zone "0.0.127.in-addr.arpa" IN {
        type master;
        file "var/named/loopback";
        };

        zone "cqepc.edu.cn" IN {
        type master;
        file "var/named/cqepcedu.chinatele.zone";
        };
        zone "177.198.222.in-addr.arpa" IN {
        type master;
        file "var/named/cqepc.edu.cn.local";
        };

        zone "cqepc.com.cn" IN {
        type master;
        file "var/named/cqepccom.chinatele.zone";
        };
        zone "57.162.124.in-addr.arpa" IN {
        type master;
        file "var/named/cqepc.com.cn.local";
        };

};


有这样一个问题,同一个IP解析出来的IP不一样,不知道为什么???两个的www都是解析的同一个IP




欢迎光临 Chinaunix (http://bbs.chinaunix.net/) Powered by Discuz! X3.2