我有一个运行 CentOS Linux 7.9.2009(核心)的小型虚拟主机 VPS。
我还运行 Plesk Obsidian 版本 18.0.52
这是我的 /etc/resolv.conf 文件:
nameserver 1.1.1.1
nameserver 8.8.4.4
nameserver 71.19.155.120
nameserver 71.19.155.215
(最后 2 个名称服务器由我的 VPS 主机提供)
从 CLI 中我无法挖掘、ping、traceroute 等...甚至我自己的主机名。
我昨天注意到了这一点,现在我的客户报告了我认为相关的各种问题(电子邮件滞留在队列中、无法登录本地 WordPress 安装、WooCommerce 问题)。
# ping google.ca
ping: google.ca: Name or service not known
和
# dig www.Google.com @8.8.8.8
; <<>> DiG 9.11.4-P2-RedHat-9.11.4-26.P2.el7_9.8 <<>> www.Google.com @8.8.8.8
;; global options: +cmd
;; connection timed out; no servers could be reached
到底他妈发生了什么?
我不明白如何或为什么(因为我们不使用 nginx),但这个问题似乎源于 nginx 服务未在我的服务器上正常启动。
一旦这个问题得到修复,所有其他问题都消失了。