bundabrg / GeyserReversion

Multiversion Protocol Support for Geyser
MIT License
76 stars 12 forks source link

Clearer instructions and a note about TCP #32

Closed nobbele closed 2 years ago

bundabrg commented 3 years ago

I'm not sure about TCP needing to be forwarded. I only have UDP forwarded to my Geyser Education and it works fine. Geyser Education itself needs to use TCP to reach the java server but that's the only TCP used anywhere in the chain.

nobbele commented 3 years ago

I will check it out once again later, I was running geyser in docker and I couldn't connect until I added 19132 TCP, I already had 19132 UDP and 25565 TCP. I think

bundabrg commented 3 years ago

That sounds about right. You only need 19132 udp, not 19132 tcp. If you're running java in the same docker container then you'll need 25565/tcp forwarded, but if not then you don't even need that (as geyser would make an outbound 25565/tcp connection to the java server)