F5F Stay Refreshed Hardware Desktop Discussing firewall port issues on a Minecraft server.

Discussing firewall port issues on a Minecraft server.

Discussing firewall port issues on a Minecraft server.

Pages (3): Previous 1 2 3 Next
G
GabisBrasil
Member
113
01-22-2019, 10:39 PM
#11
TCP [::]:25563 [::]:0 active
LISTENING 16164
TCP [::]:25564 [::]:0 active
LISTENING 16164
TCP [::]:25565 [::]:0 active
G
GabisBrasil
01-22-2019, 10:39 PM #11

TCP [::]:25563 [::]:0 active
LISTENING 16164
TCP [::]:25564 [::]:0 active
LISTENING 16164
TCP [::]:25565 [::]:0 active

R
RoMoCo510
Junior Member
10
01-23-2019, 05:44 PM
#12
No, there isn't one.
R
RoMoCo510
01-23-2019, 05:44 PM #12

No, there isn't one.

A
AzoTax
Member
209
01-23-2019, 08:31 PM
#13
This indicates it's tuned to IPv6 rather than IPv4
A
AzoTax
01-23-2019, 08:31 PM #13

This indicates it's tuned to IPv6 rather than IPv4

R
Repusha
Member
54
01-25-2019, 03:27 PM
#14
There would be a need for an IP address in the 10.x.x.x range because it helps identify specific private networks. The three private ranges are well defined, and using these addresses ensures proper connectivity. If IPv4 ports aren’t available, adjusting settings or switching to IPv6 might resolve the problem.
R
Repusha
01-25-2019, 03:27 PM #14

There would be a need for an IP address in the 10.x.x.x range because it helps identify specific private networks. The three private ranges are well defined, and using these addresses ensures proper connectivity. If IPv4 ports aren’t available, adjusting settings or switching to IPv6 might resolve the problem.

S
SilentCookie
Junior Member
14
01-25-2019, 08:33 PM
#15
IPv4 Address: 192.168.0.30 (Preferred). For the command, use the bungeecord jar and two additional Minecraft jars.
S
SilentCookie
01-25-2019, 08:33 PM #15

IPv4 Address: 192.168.0.30 (Preferred). For the command, use the bungeecord jar and two additional Minecraft jars.

_
_MettaEX_
Member
71
02-01-2019, 06:48 PM
#16
You're beginning the Minecraft server with the current setup. Just make sure to include the "-Djava.net.preferIPv4Stack=true" configuration.
_
_MettaEX_
02-01-2019, 06:48 PM #16

You're beginning the Minecraft server with the current setup. Just make sure to include the "-Djava.net.preferIPv4Stack=true" configuration.

D
Dormin15
Member
110
02-07-2019, 01:49 PM
#17
I execute the bungeecord jar via terminal. Next, I start each docker container alongside the other two servers.
D
Dormin15
02-07-2019, 01:49 PM #17

I execute the bungeecord jar via terminal. Next, I start each docker container alongside the other two servers.

M
Malv3ir0_
Member
207
02-08-2019, 09:16 AM
#18
You're operating the server inside a Docker container. That likely accounts for its host-only accessibility. To allow external access, you must set up the container to expose the necessary ports. When launching containers, what method are you using?
M
Malv3ir0_
02-08-2019, 09:16 AM #18

You're operating the server inside a Docker container. That likely accounts for its host-only accessibility. To allow external access, you must set up the container to expose the necessary ports. When launching containers, what method are you using?

A
angrybird38
Member
161
02-08-2019, 09:43 AM
#19
Using the Docker Desktop interface. Earlier I tested it on a Mac Mini without any issues (same containers).
A
angrybird38
02-08-2019, 09:43 AM #19

Using the Docker Desktop interface. Earlier I tested it on a Mac Mini without any issues (same containers).

J
JoJoRageux
Member
153
02-08-2019, 04:57 PM
#20
The standard network configurations for Docker containers on a Mac could vary. I’m not very experienced with the Docker desktop interface; I usually manage containers via a docker-compose.yml file. You should likely verify available network settings within the container to control whether ports are exposed to the network. Since you mentioned seeing open ports, the problem might be related to IPv6 only—consider disabling the IPv6 stack on Windows and restarting the Docker container to test IPv4 listening.
J
JoJoRageux
02-08-2019, 04:57 PM #20

The standard network configurations for Docker containers on a Mac could vary. I’m not very experienced with the Docker desktop interface; I usually manage containers via a docker-compose.yml file. You should likely verify available network settings within the container to control whether ports are exposed to the network. Since you mentioned seeing open ports, the problem might be related to IPv6 only—consider disabling the IPv6 stack on Windows and restarting the Docker container to test IPv4 listening.

Pages (3): Previous 1 2 3 Next