Chinaunix

标题: 这样的dns设置有问题吗。 [打印本页]

作者: PKkingSon    时间: 2003-06-02 21:12
标题: 这样的dns设置有问题吗。
@       IN      SOA     coms.cn. root.coms.cn. (
                        2003060202      ;serial
                        10800           ;refresh
                        3600            ;retry
                        3600000         ;expire
                        86400 )         ;minimum
        IN      A       202.97.171.28
dns     IN      A       202.97.171.28
        IN      NS      dns.coms.cn.
;       IN      MX      0       mail.coms.cn.
www     IN      CNAME   dns
mail    IN      CNAME   dns
china   IN      CNAME   dns
liaohe  IN      A       202.96.66.148
stock   IN      A       202.97.171.27
sina    IN      CNAME   stock
sohu    IN      CNAME   Sstoc
yahoo   IN      CNAME   stock
===============================================
ping  www.coms.cn可以通
ping coms.cn为什么不能解析。
作者: ihweb    时间: 2003-06-03 08:18
标题: 这样的dns设置有问题吗。
原帖由 "KkingSon" 发表:
@       IN      SOA     coms.cn. root.coms.cn. (
                        2003060202      ;serial
                        10800           ;refresh
                        3600            ;retry
   ..........
   


添加
coms.cn.   IN A  x.x.x.x
作者: 红袖添香    时间: 2003-06-03 12:16
标题: 这样的dns设置有问题吗。
原帖由 "ihweb" 发表:
   


添加
coms.cn.   IN A  x.x.x.x
   

用 CNAME 就可以了




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