F5F Stay Refreshed Power Users Networks Issues with your Minecraft server connection

Issues with your Minecraft server connection

Issues with your Minecraft server connection

S
SAM_AKA
Junior Member
3
06-06-2022, 01:35 AM
#1
I’m sharing this in the networking community as I suspect the issue lies there. I set up a Minecraft server and can join it, but only people within my network can do so. I’ve tried all possible solutions—port forwarding is active, internal IP correct, external IPv4 matches, even switched to another port didn’t work. The firewall seems fine, as I’m using MineOS instead of Ubuntu, which had the same problem. It’s a bit frustrating, and I’m not sure how to proceed.
S
SAM_AKA
06-06-2022, 01:35 AM #1

I’m sharing this in the networking community as I suspect the issue lies there. I set up a Minecraft server and can join it, but only people within my network can do so. I’ve tried all possible solutions—port forwarding is active, internal IP correct, external IPv4 matches, even switched to another port didn’t work. The firewall seems fine, as I’m using MineOS instead of Ubuntu, which had the same problem. It’s a bit frustrating, and I’m not sure how to proceed.

R
Remoow
Junior Member
15
06-13-2022, 06:19 PM
#2
You're likely set up with a firewall or misconfigured port forwarding. Make sure to verify everything and consider turning off all firewalls briefly to test the issue.
R
Remoow
06-13-2022, 06:19 PM #2

You're likely set up with a firewall or misconfigured port forwarding. Make sure to verify everything and consider turning off all firewalls briefly to test the issue.

T
Th3Unseen
Junior Member
2
06-28-2022, 10:34 PM
#3
I've attempted to turn off firewalls on the server and router, but the issue persists. I also configured Ubuntu to open all ports, yet it didn't resolve the problem. Then I moved to MineOS Turnkey, hoping for a fix, but it didn't work either. I've changed settings and port forwarding several times without success.
T
Th3Unseen
06-28-2022, 10:34 PM #3

I've attempted to turn off firewalls on the server and router, but the issue persists. I also configured Ubuntu to open all ports, yet it didn't resolve the problem. Then I moved to MineOS Turnkey, hoping for a fix, but it didn't work either. I've changed settings and port forwarding several times without success.

V
Vicho_Op
Member
218
07-06-2022, 12:54 AM
#4
If you can't locate a problem similar to what @kelvinhall05 mentioned, consider using ngrok. It would eliminate the need to go around the firewall entirely and avoid dealing with port forwarding.
V
Vicho_Op
07-06-2022, 12:54 AM #4

If you can't locate a problem similar to what @kelvinhall05 mentioned, consider using ngrok. It would eliminate the need to go around the firewall entirely and avoid dealing with port forwarding.

I
ionescunelutu
Member
160
07-07-2022, 10:27 PM
#5
Which port are you connecting on? MineOS typically uses 22 for SSH, 8443 for webui, and 25565 for default Minecraft. If you need to open something else, you'll have to configure it manually with iptables. Since you can reach the server locally, I recommend checking your router settings, port forwarding rules, and firewall configuration. It seems there might be an issue there—look up a guide for your router or verify the setup.
I
ionescunelutu
07-07-2022, 10:27 PM #5

Which port are you connecting on? MineOS typically uses 22 for SSH, 8443 for webui, and 25565 for default Minecraft. If you need to open something else, you'll have to configure it manually with iptables. Since you can reach the server locally, I recommend checking your router settings, port forwarding rules, and firewall configuration. It seems there might be an issue there—look up a guide for your router or verify the setup.

U
UniqueSecret
Junior Member
10
07-09-2022, 04:36 AM
#6
Using 22 for command line, 8443 to reach the UI, and 25565 for Minecraft connection. I attempted to open ports 25565 through 25575, tried various configurations, but nothing worked. I've reattempted port forwarding several times, still facing issues. I'm considering using ngrok, though I don't see much promise at the moment.
U
UniqueSecret
07-09-2022, 04:36 AM #6

Using 22 for command line, 8443 to reach the UI, and 25565 for Minecraft connection. I attempted to open ports 25565 through 25575, tried various configurations, but nothing worked. I've reattempted port forwarding several times, still facing issues. I'm considering using ngrok, though I don't see much promise at the moment.

A
ash_n_brad
Posting Freak
778
07-09-2022, 11:30 AM
#7
On your router's port forwarding configuration, the protocol should be set to both TCP and UDP. You may want to verify this by checking both the Firewall on the Router and the Server. Have you attempted to access your machine using your public IP address? Did you choose the correct IP corresponding to the Ubuntu system? Have you double-checked that the right port checker website is in use to confirm the port is accessible? Another method is to try connecting via telnet to the IP and port—if it connects successfully, you’re likely good.
A
ash_n_brad
07-09-2022, 11:30 AM #7

On your router's port forwarding configuration, the protocol should be set to both TCP and UDP. You may want to verify this by checking both the Firewall on the Router and the Server. Have you attempted to access your machine using your public IP address? Did you choose the correct IP corresponding to the Ubuntu system? Have you double-checked that the right port checker website is in use to confirm the port is accessible? Another method is to try connecting via telnet to the IP and port—if it connects successfully, you’re likely good.

F
FlowerAbby2
Junior Member
15
07-09-2022, 12:26 PM
#8
The protocol is configured exclusively for TCP, allowing a switch to both options. I can reach the server through my internal network, confirming it's likely the router I understand. I'm confident the correct IP is directed to the port forwarding rule. I used a port checker and it confirmed the port is accessible. It's also important to note this isn't running on an Ubuntu system; I'm using MineOS Turnkey, which is Debian-based. EDIT: I changed the protocol to TCP/UDP but it had no effect.
F
FlowerAbby2
07-09-2022, 12:26 PM #8

The protocol is configured exclusively for TCP, allowing a switch to both options. I can reach the server through my internal network, confirming it's likely the router I understand. I'm confident the correct IP is directed to the port forwarding rule. I used a port checker and it confirmed the port is accessible. It's also important to note this isn't running on an Ubuntu system; I'm using MineOS Turnkey, which is Debian-based. EDIT: I changed the protocol to TCP/UDP but it had no effect.

F
FanKeedi
Junior Member
6
07-09-2022, 03:45 PM
#9
Are there any error notifications appearing in the MC client? Can you observe anything in the console of the Debian server? Is the firewall activated on the server? I recommend testing port 25565 temporarily just to confirm it wasn’t blocked by a rule. (TCP and UDP) I’m not sure which router you’re using, but on my setup with my own servers, it prompts for both external and internal ports, ensuring they match the ones it requests.
F
FanKeedi
07-09-2022, 03:45 PM #9

Are there any error notifications appearing in the MC client? Can you observe anything in the console of the Debian server? Is the firewall activated on the server? I recommend testing port 25565 temporarily just to confirm it wasn’t blocked by a rule. (TCP and UDP) I’m not sure which router you’re using, but on my setup with my own servers, it prompts for both external and internal ports, ensuring they match the ones it requests.