02-17-2009, 11:40 PM
I've setup a Left 4 Dead sever in my basement on the LAN. I want to play with friends outside the LAN, so I changed the port from 27015 to 27016 using this perimeter in the target:
C:\HLServer\l4d\srcds.exe -console -autoupdate -game left4dead +ip “76.97.7.58” +hostport 27016 +map l4d_hospital01_apartment.bsp
The server runs fine, and we can connect, but the "RCON" commands do not work:
Does the RCON use a different port?
Should I change the server back to the default port? If so, I need to change the port on the computer I play the game on (and of course forward that port to my computer on the router). How would I change the game port on my computer?
Here's a snapshot of the server console:
And here's my "Server.cfg":
hostname OldePhartz.com // Server Name
rcon_password "*********" //Set remote control password
hostport 27016
sv_search_key **********
sv_allow_lobby_connect_only 0
mp_disable_autokick 0 //Prevents a userid from being auto-kicked
sv_allow_wait_command 0 //Allow or disallow the wait command on clients connected to this server.
sv_alltalk 0 //Players can hear all other players, no team restrictions
sv_clearhinthistory 0 //Clear memory of server side hints displayed to the player.
sv_lan 0 //Server is a lan server ( no heartbeat, no authentication, no non-class C addresses )
sv_region 0 //Region Codes: 0 - US East coast, 1 - US West coast, 2 - South America, 3 - Europe
//
//Server Rates
sv_maxcmdrate 100 //(If sv_mincmdrate is greater than 0), this sets the maximum value for cl_cmdrate.
//Fix to get your server onto the master lists
setmaster add 68.142.72.250:27011
setmaster add 72.165.61.189:27011
//
sv_cheats 1 //Allows members to input cheats
sv_steamgroup ********** //this is your group's steam group id. allows members to join from main menu add
sv_steamgroup_exclusive 1 //to make it group exclusive
z_difficulty Impossible //Difficulty of the current game (Easy, Normal, Hard, Impossible)
C:\HLServer\l4d\srcds.exe -console -autoupdate -game left4dead +ip “76.97.7.58” +hostport 27016 +map l4d_hospital01_apartment.bsp
The server runs fine, and we can connect, but the "RCON" commands do not work:
Does the RCON use a different port?
Should I change the server back to the default port? If so, I need to change the port on the computer I play the game on (and of course forward that port to my computer on the router). How would I change the game port on my computer?
Here's a snapshot of the server console:
And here's my "Server.cfg":
hostname OldePhartz.com // Server Name
rcon_password "*********" //Set remote control password
hostport 27016
sv_search_key **********
sv_allow_lobby_connect_only 0
mp_disable_autokick 0 //Prevents a userid from being auto-kicked
sv_allow_wait_command 0 //Allow or disallow the wait command on clients connected to this server.
sv_alltalk 0 //Players can hear all other players, no team restrictions
sv_clearhinthistory 0 //Clear memory of server side hints displayed to the player.
sv_lan 0 //Server is a lan server ( no heartbeat, no authentication, no non-class C addresses )
sv_region 0 //Region Codes: 0 - US East coast, 1 - US West coast, 2 - South America, 3 - Europe
//
//Server Rates
sv_maxcmdrate 100 //(If sv_mincmdrate is greater than 0), this sets the maximum value for cl_cmdrate.
//Fix to get your server onto the master lists
setmaster add 68.142.72.250:27011
setmaster add 72.165.61.189:27011
//
sv_cheats 1 //Allows members to input cheats
sv_steamgroup ********** //this is your group's steam group id. allows members to join from main menu add
sv_steamgroup_exclusive 1 //to make it group exclusive
z_difficulty Impossible //Difficulty of the current game (Easy, Normal, Hard, Impossible)