我無法連接到同一網路中的其他計算機

我無法連接到同一網路中的其他計算機

我正在開發一個門戶,該門戶的主要目的是讓我的所有同事(其電腦連接到同一網路)存取該門戶。

我嘗試重新安裝我的 apache 伺服器,但它仍然給我相同的錯誤。我使用的是 Ubuntu 16.04

我對網路的了解有限,任何幫助都會非常有用。

這是當另一台機器輸入我的機器的 IP 位址時的假定輸出

我安裝了 virtualbox 並嘗試使用它來測試問題。當我在 virtualbox 中開啟 chrome 和 firefox 時,我收到以下訊息:

Firefox:

Unable to connect

Firefox can’t establish a connection to the server at xxx.xxx.xx.240.

The site could be temporarily unavailable or too busy. Try again in a few moments.
If you are unable to load any pages, check your computer’s network connection.
If your computer or network is protected by a firewall or proxy, make sure that Firefox is permitted to access the Web.
Chrome:

This site can't be reached
xxx.xxx.xx.240 is unreachable
ERR_ADDRESS_UNREACHABLE

我甚至嘗試使用一台以 Windows 為作業系統的電腦來存取我的門戶,但它給了我這個錯誤:

Chrome on windows:

This site can't be reached
xxx.xxx.xx.240 took too long to respond
ERR_CONNECTION_TIMED_OUT

這是我的 apache 中最新的錯誤日誌

[Wed Jun 12 07:35:05.832875 2019] [mpm_prefork:notice] [pid 1967] AH00163: Apache/2.4.18 (Ubuntu) configured -- resuming normal operations
[Wed Jun 12 07:35:05.832891 2019] [core:notice] [pid 1967] AH00094: Command line: '/usr/sbin/apache2'
[Wed Jun 12 15:20:14.048524 2019] [mpm_prefork:notice] [pid 1967] AH00169: caught SIGTERM, shutting down
[Wed Jun 12 15:31:50.238257 2019] [mpm_prefork:notice] [pid 2707] AH00163: Apache/2.4.18 (Ubuntu) configured -- resuming normal operations
[Wed Jun 12 15:31:50.280681 2019] [core:notice] [pid 2707] AH00094: Command line: '/usr/sbin/apache2'

相關內容