Services at the same port
-
Hi,
We have 1 public IP and some servers that must run the same services at the same port(25565 for minecraft), based on hostnames we want to forwarding to the correct LAN IP and Port.
-
You'll have to forgive me, but I do not see a question in there.
-
You can only forward based on hostname for HTTP, using a reverse proxy like HAProxy. You'll find many threads on that subject if you search the forum.
Other application protocols don't pass details on the hostname the client is trying to connect to.
-
You might want to look into the plugin http://dev.bukkit.org/server-mods/multiverse-core/
Have a single gateworld.
Jump from there to multiple different servers on other ports than the default port.
–> Run each server on it's own port.