11-03-2009, 11:43 AM
Alright, I was having the same issue and I have (finally) been able to solve it. Hopefully this will work for you as well.
First off, you'll want to add the local network IP of your server (i.e. 192.168.1.x) to your srcds_run command:
Next you will want to add the same local network IP address to your server.cfg file like this:
Save both files after editing and restart your server. You should now be able to connect to your server with HLSW and via RCON in game.
Best of luck!
First off, you'll want to add the local network IP of your server (i.e. 192.168.1.x) to your srcds_run command:
Code:
./srcds_run -console -game cstrike +map de_dust +maxplayers 16 -tickrate 100 +fps_max 600 +ip 192.168.1.x
Next you will want to add the same local network IP address to your server.cfg file like this:
Code:
rcon_address "192.168.1.x"
Save both files after editing and restart your server. You should now be able to connect to your server with HLSW and via RCON in game.
Best of luck!