Unable to access XAMPP web server from external network

I currently have 4 websites that run my home desktop using XAMPP. They operate on ports 80, 81, 7733 and 25293.

The first three start normally when accessed from an external network, but the last (25293) will not load. (This site could not be reached. ERR_CONNECTION_FAILED)

I am forwarding the ports of all 4 ports in exactly the same way. As soon as I'm not on the local network, the page will stop loading.

port forward

I tried to open the port in my firewall, but achieved nothing. What can I do to solve this problem?

The error I get when visiting a port on an external network:

External Access Error

+5
source share
2 answers

This can be a common problem, since you are using a 5-digit port number, you may need to check the port.

For example, this was a known issue for Drupal: https://www.drupal.org/project/link/issues/182916

Are you using Linux or a Windows server?

+2
source

Do you have another computer on the same network? If so, can this computer access your web server? Try it, because it should be your first step, and then worry about being visible to the outside world.

I just saw this link and this one. Try to find out if it solves your problem.

0
source

Source: https://habr.com/ru/post/1275887/


All Articles