zoukankan      html  css  js  c++  java
  • 怎样做反向域名解析?

     

    【问】:怎样做反向域名解析(反向DNS解析)

       【答】:假设您的服务器IP211.147.9.106

    1) 首先您要知道这个IP的反向域名解析是由哪台DNS服务器负责的。您可以用这个网页查询反向域名解析信息 http://www.dnsstuff.com/tools/ptr.ch?ip=211.147.9.106

    看最后一段

    Details:

    ns.cnc.ac.cn.(an authoritative nameserver for 147.211.in-addr.arpa., which is in charge of the reverse DNS for 211.147.9.106)

    says that there are no PTR records for 211.147.9.106.

    To get reverse DNS set up for 211.147.9.106, you need to speak to your Internet provider. You could also

    check with sun@cnnic.cn., who is in charge of the 147.211.in-addr.arpa. zone.

    大概意思是您需要跟ns.cnc.ac.cn联系,ns.cnc.ac.cn负责211.147.9.106的反向域名解析。

    2) 然后您可以要求您的IP提供商,也就是您的主机托管商,如果你的企业用户有固定IP,你应该找电信。要他们跟ns.cnc.ac.cn联系,给您的这个IP加上反向域名解析记录,一般将这个IP反向解析成您的邮件服务器对应的mx记录。

    http://www.anti-spam.cn/ShowArticle.php?id=2269

  • 相关阅读:
    LeetCode 79
    LeetCode 437
    LeetCode 783
    LeetCode 59
    LeetCode 每日一题 04/24
    LeetCode 5
    LeetCode 43
    简易多线程任务 往数据库插数据
    定时任务--查数据库--注解实现
    redis 简易 实现
  • 原文地址:https://www.cnblogs.com/LCX/p/471178.html
Copyright © 2011-2022 走看看