-
Hello folks. I'm trying to get a modded Minecraft server up and running. I'm using this command to run my windows 10 computer with Docker Desktop installed: docker run -d -v /c/Users/<USERNAME>/Documents/MinecraftServer:/data \
-e TYPE=FORGE \
-e VERSION=1.18.2 \
-p 25565:25565 \
-e EULA=TRUE \
--name mc itzg/minecraft-server I replaced username with my real username. The server starts up. I can access it as localhost. I've made two firewall rules: I've made the port forward rule on my TP-Link A7 router: 192.168.0.183 matches what's reported by Gave the Minecraft container a restart. Unfortunately, I still cannot access the server from my public IP reported by https://whatismyipaddress.com/. Folks outside of my network cannot access it either. I can still access it with localhost. Any help would be much appreciated! |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
It works if I disable my public firewall. Either one of my inbound rules is wrong, or I'm missing another rule. |
Beta Was this translation helpful? Give feedback.
It works if I disable my public firewall. Either one of my inbound rules is wrong, or I'm missing another rule.