1、阿里云上cnroot.cn申请DNS解析服务器
也就是cnroot.cn下的子域名都从这个DNS上获取。
如www.cnroot.cn 如 handle.cnroot.cn
2、vi /home/wkubuntu/named/etc/named.conf
zone "cniotroot.cn" IN {
type master;
file "/home/wkubuntu/named/var/cniotroot.cn.zone";
};
有这么一段
3、那么
$TTL 600
$ORIGIN cniotroot.cn.
@ IN SOA dns2.cniotroot.cn. dengguoxing.niot.cn. (
2014071101
1H
10M
1W
1D
)
IN NS dns2
IN NS handle
IN MX 1 mail
dns2 IN A 58.241.41.152
mail IN A 58.241.41.152
www IN A 58.252.5.53
handle IN A 58.241.41.147
ecode IN A 58.252.5.53
autodiscover IN A 192.168.2.31
这样就ok了