Spedwards
Spedwards

Reputation: 4492

Cannot Access XAMPP Web Server From External Network

I currently have 4 websites running off my home desktop PC using XAMPP. They are running on ports 80, 81, 7733, and 25293.

The first three run fine when accessed from an external network, however the last (25293) won't load. (This site can't be reached. ERR_CONNECTION_FAILED)

I am port forwarding all 4 ports the exact same way. Just as soon as I'm not on my local network, the page stops loading.

port forward

I attempted to open up the port in my firewall as well however that achieved nothing. What can I do to resolve this?

The error I receive upon visiting the port on an external network:

External Access Error

Upvotes: 6

Views: 1252

Answers (2)

ProllyGeek
ProllyGeek

Reputation: 15856

This might be a common issue because you are using 5 digits port number, you may need port validation.

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

Are you running Linux, or Windows server?

Upvotes: 2

Andres Molina
Andres Molina

Reputation: 33

Do you have another computer on the same network? If so, can that computer access your webserver? Try, because that must be your first step, then worry about being visible to the outside world.

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

Upvotes: 0

Related Questions