域名未加载 - 服务器工作正常...有什么想法吗?

发布于 2025-01-06 13:49:25 字数 445 浏览 2 评论 0原文

我运行一个大容量网站,但从昨天开始它就无法运行了。

我的服务器(例如)100.0.0.1工作正常,我可以访问WHM等,rootsh没问题......

但是没有一个域可以工作,他们说找不到页面。

我在 Godaddy 设置了域名服务器,使用 domainname.com

指向 3 个 IPS,100.0.0.1、100.0.0.2、100.0.0.3

我的所有域名都有 ns1.domainname.com、ns2.domainname。 com, ns3.domainname.com 作为他们的名称服务器条目。

昨天还好好的,现在……什么都没有了。

关于我能做什么有什么想法吗?排除故障。

谢谢,由于我经营一个高流量的电子商务网站,我失去了很多贸易,所以希望尽快解决这个问题。

I run a high volume website and since yesterday it's not working.

My server (for example) 100.0.0.1 is working fine, I can access WHM etc, rootssh no problem....

Yet none of the domains are working, they say cannot find page.

I have my name server setup at Godaddy using domainname.com

Pointing to 3 IPS, 100.0.0.1, 100.0.0.2, 100.0.0.3

All my domains then have ns1.domainname.com, ns2.domainname.com, ns3.domainname.com
As their Nameserver entries.

This was working fine yesterday, now...nothing.

Any ideas on what I can do? Troubleshoot.

Thank you, I am losing alot of trade as I run an high traffic eCommerce website, so would like to get this fixed as soon as possible.

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

调妓 2025-01-13 13:49:25

您是否尝试过使用服务器的IP而不是域名?可能会推出 DNS 问题。你说你可以获得 root 访问权限。

  • 您是否检查过防火墙以确保正确的端口仍处于打开状态?

  • 如果您运行 netstat 命令来检查正在发生的流量类型。
    运行此命令,然后尝试访问域或 IP 以查看连接是否已建立或服务是否正在侦听。 (watch -n 1 netstat -nat)

Have you tried using the IP of the server instead of the domain name? Could roll out a DNS issue. You said you can gain root access fine.

  • Have you checked your firewall to ensure the correct ports are still open?

  • If you run a netstat command to check what type of traffic is occurring.
    Run this command and then try to access the domain or IP to see if the connection is established or if the service is listening. (watch -n 1 netstat -nat)

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文