同じネットワーク内の他のマシンに接続できない

同じネットワーク内の他のマシンに接続できない

私はポータルを開発しており、このポータルの主な目的は、すべての同僚(マシンが同じネットワークに接続されている)がポータルにアクセスできるようにすることです。

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

OS として 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'

関連情報