mc-router icon indicating copy to clipboard operation
mc-router copied to clipboard

RCON-port when running mc-router

Open Elespecia opened this issue 3 years ago • 3 comments

Found mc-router when I was searching for a way to force the container to a subnet and it works great. So now I'm getting into stacks with Portainer and have set up two different MC-servers. Also works great.

However, seems like the RCON-port is'nt forwarded through the mc-router. I've even tried exposing the ports as usal (different ports though since the bridge is same), but it doen't even work with that. Is there a magic --mapping command to map those ports same as with the mc-ports?

Elespecia avatar Oct 15 '22 19:10 Elespecia

It's not possible to route rcon. There is no header packet that specifies which host is intended for connection.

itzg avatar Oct 15 '22 20:10 itzg

Oh, bummer. Feature request?

Seems it's not working on it's own either? Meaning 25565 goes through router to subdomain and the two RCON (26675 & another) directly to IP. Shouldn't it work?

Elespecia avatar Oct 15 '22 22:10 Elespecia

Oh, bummer. Feature request?

Feature request for whom? It's an established protocol.

Seems it's not working on it's own either? Meaning 25565 goes through router to subdomain and the two RCON (26675 & another) directly to IP. Shouldn't it work?

Do you mean with port mapping each container to a different port? That should work.

itzg avatar Oct 16 '22 13:10 itzg