Changing world port
I can seem to get multiple worlds to attach to the private login server but here is where it seems to get tricky. Can you actually change the port of world.exe ? From what I read on a previous post it uses port 9000 and cannot change. This means that I cannot have multiple servers behind one router correct
? |
I know there's a setting in the config file, but i don't know if it's actually used or not.
Code:
<!-- Sets the ip/port for the tcp connections. Both zones and console (if enabled). Defaults are shown --> |
I had thought that someone said it was hard coded in. Can anyone confirm ?
|
|
a quick search of the source code and i found
Code:
#define EQ_WORLD_PORT 9000 //mandated by the client |
If the client looks for it in port 9000 I am stuck in the water anyway I guess. Is my thinking right on that ?
|
Yes, the client looks for world on port 9000 so there is no way we can change that.
|
i'd say so, though i thought i read some posts about someone getting it working a *while* back, but it was fairly complicated.
|
Oh, it's certainly possible but yes fairly complicated.
|
On Linux you might find that IP aliasing will work. So each server binds to port 9000 on a different IP address. You'll possibly have to bind to alternative addresses on the 127.0.0.0 network as well so that world and zone can talk to each other, as well as letting the LoginServer make sense.
|
another solution might be using vm's if you're windows based.
|
I am beyond all of that. The problem is when the packet comes into the router on port 9000, you can only send that to one IP address.
|
I know there is a way to do it with vm's, and behind a router, but it is complicated and would take alot of fiddling. i'm sure the same is true with linux ip ailiasing.
|
If you are trying to run two servers across the Internet, you must have two real IP addresses. If you are running multiple worlds on your private network and have no intention of others connecting from outside, you can use all kinds of fun addresses.
|
I hate to bump an old post but I am trying to figure this out myself so that I can run 3 eqemu servers;
apparently there might be a way with ISA server? or pound commands with linux??? basically the solution is to use subdomains and that way be able to use the same port for multiple computers on the same LAN/WAN What I want to know is.. is there a router that can do this ? So that I don't have to dedicate a box for it? |
All times are GMT -4. The time now is 06:19 AM. |
Powered by vBulletin®, Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.