如何要求指定名称服务器获得域的 IP
例如,我有一个域名example.com免费托管在某个主机上,现在我想知道该主机的IP在哪里。所以我无法配置注册商控制面板以指向该IP。 那么有什么方法可以知道该IP,而不需要配置名称服务器来指向它。 我知道托管的名称服务器。例如 ns1.hosting.com
我可以要求指定 ns1.hosting.com 来获取 example.com 的 IP
谢谢
For example, I have a domain name example.com hosted at some host free, and now I want to know where is the IP of the host. so I can't configure the registrar control panel to point to that IP.
So is there any way to know that IP, without configure the name server to point to it.
and I know the Name Server of the hosting. for example ns1.hosting.com
can I ask the specify ns1.hosting.com to get the IP of example.com
Thanks
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
您问是否可以在特定名称服务器上找到主机的名称?在 *nix/OSX 机器上,您可以在终端窗口中运行
dig @ns1.hosting.com example.com a
。在 Windows 计算机上,您可以从命令提示符处键入
nslookup server ns1.hosting.com example.com
。或者您可以尝试使用在线工具,例如 http://centralops.net/co/
You are asking if you can find the name of a host on a specific name server? On a *nix/OSX machine you can run
dig @ns1.hosting.com example.com a
in a terminal window.On a Windows machine from the command prompt you can type
nslookup server ns1.hosting.com example.com
.Or you can try an online tool like http://centralops.net/co/