我安装了新的 Ubuntu 22.04 作为 Apache 服务器。我为该服务器设置了 2 个 DNS 名称:dns1.name.com 和 dns2.name.com。
从另一台计算机我可以用三种方式 ping 它:
ping 10.10.10.1 -> IP address
ping dns1.name.com -> dns1
ping dns2.name.com -> dns2
所有这些 ping 工作都正常。
如果我的 Ubuntu 服务器因为我几分钟没有使用鼠标或键盘而进入锁定模式,那么一段时间后,我将无法通过上述三种方式从另一台计算机 ping 它。
如果我在 Ubuntu 服务器上打开我的会话,几秒钟后我就可以在另一台计算机上再次 ping 它!
我不知道 Google 如何解释并解决这个问题...
谢谢你的帮助
答案1
难道系统在一段时间不活动后就会进入挂起状态?
请检查睡眠/挂起选项。
systemctl status suspend.target
您可以屏蔽相关服务并查看是否能解决问题。
systemctl mask sleep.target suspend.target hibernate.target hybrid-sleep.target