Trying to get around port blocking by changing the port used. As best as I can tell the "client" (actual game) program ignores the command line arg "-port". E.g.:
- start server with port 8080 (with command line or in server.cfg)
- start client with port 8080 it doesn't find server.
client startup message:
- Code: Select all
:/usr/local/Nexuiz$ ./nexuiz-linux-686-glx -port 8080
Nexuiz Linux 15:47:05 May 11 2008
Trying to load library... "libz.so.1" - loaded.
Added packfile data/common-spog.pk3 (26 files)
Added packfile data/data20080511.pk3 (4076 files)
-port option used, setting port cvar to 8080
Trying to load library... "libcurl.so.4" - loaded.
Trying to load library... "libvorbis.so.0" - loaded.
etc.
So it *sees* the command line arg and acknowledges it, but doesn't seem to use it.
Next try:
- change server back to default port 26000.
- start client game with any port number and it will find the server.
Smells like a bug to me. Any comments? Any way to actually get the game client to use a different port in linux?
Thanks,
-R