首页
学习
活动
专区
圈层
工具
发布
社区首页 >问答首页 >反向DNS nslookup失败

反向DNS nslookup失败
EN

Server Fault用户
提问于 2015-06-26 15:13:51
回答 1查看 4.1K关注 0票数 0

我的DNS配置有以下问题。我需要设置我的反向DNS,但我不知道如何设置。

1-

代码语言:javascript
复制
# nslookup mx.websolutions.com.ar
Server:     127.0.0.1
Address:    127.0.0.1#53

Non-authoritative answer:
Name:   mx.websolutions.COM.AR
Address: 198.50.148.166

二-

代码语言:javascript
复制
# nslookup 198.50.148.166
Server:127.0.0.1
Address:127.0.0.1#53

Non-authoritative answer:
166.148.50.198.in-addr.arpa   name = 166.ip-198-50-148.net.

Authoritative answers can be found from:
148.50.198.in-addr.arpanameserver = ns104.ovh.net.
148.50.198.in-addr.arpanameserver = dns104.ovh.net.

(编辑第三条记录错误的ip)

我的问题是如何正确设置PTR记录。

我使用OVH VPS,所以我有一个选项来改变反向DNS。这是我的反向DNS : 166.ip-198-50-148.net

如何将其指向我的邮件服务器?mx.websolutions.com.ar

问题来源:

代码语言:javascript
复制
Your IP address 198.50.148.166 is associated with the domain 166.ip-198-50-148.net.
Nevertheless your message appears to be sent from mx.websolutions.com.ar.

You may want to change your pointer (PTR type) DNS record and the host name of your server to the same value.

Here are the tested values for this check:

    IP: 198.50.148.166
    HELO: mx.websolutions.com.ar
    rDNS: 166.ip-198-50-148.net
EN

回答 1

Server Fault用户

回答已采纳

发布于 2015-06-26 16:19:10

遵循以下步骤:

  1. 您已经有一条记录显示"mx.websolutions.com.ar“是"198.50.148.166",这是OVH所必需的。所以这里没什么可做的。这需要很好地传播,这样OVH服务器就可以这样看待它(但是您已经有了,所以只需说.)。
  2. 登录到OVH经理
  3. 导航到网络->平台(左侧侧边栏,在屏幕中央)并选择您的VPS (类似于vps123456.ovh.net)
  4. 在底部有IP地址-单击IP选项卡(第二个)
  5. 在右下角,单击“管理IP”。
  6. 您应该看到IP地址表,第三列被称为“反向”或"PTR“或类似的东西。单击列中带有IP地址的"-“。然后输入主机名"mx.websolutions.com.ar“并单击OK标志。
  7. 等待直到传播良好(例如使用dns传播检查器检查,或者只是等待足够长的时间)。
  8. 你已经完成了:)
票数 2
EN
页面原文内容由Server Fault提供。腾讯云小微IT领域专用引擎提供翻译支持
原文链接:

https://serverfault.com/questions/701890

复制
相关文章

相似问题

领券
问题归档专栏文章快讯文章归档关键词归档开发者手册归档开发者手册 Section 归档