[EMAIL PROTECTED] wrote: > Setting clientport on the command line like this is ignored completely. >
Actually, setting +clientport (instead of -clientport) seems to work. I run with: ./srcds_run -ip xxx.xxx.xxx.xxx -fork 4 -port 27070 +exec server.cfg +map l4d_dem_hospital01_apartment -nohltv +clientport 28000 And "lsof" shows one of the children: srcds_i48 16345 gs027 8u IPv4 233120062 UDP xxx.xxx.xxx.xxx:27070 srcds_i48 16345 gs027 9u IPv4 233120063 UDP xxx.xxx.xxx.xxx:28000 srcds_i48 16345 gs027 10u IPv4 233120064 TCP xxx.xxx.xxx.xxx:27070 (LISTEN) srcds_i48 16345 gs027 20u IPv4 233123212 UDP xxx.xxx.xxx.xxx:26908 Also if I run without forks, then I see in console: Network: IP xxx.xxx.xxx.xxx, mode MP, dedicated Yes, ports 27070 SV / 28000 CL -- Taavi Sannik DataCode OY _______________________________________________ To unsubscribe, edit your list preferences, or view the list archives, please visit: http://list.valvesoftware.com/mailman/listinfo/hlds_linux

