我无法连接到同一网络内的其他机器

我无法连接到同一网络内的其他机器

我正在开发一个门户网站,该门户网站的主要目的是让我的所有同事(他们的机器连接到同一个网络)都能访问该门户网站。

我尝试重新安装我的 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'

相关内容