SRCDS Steam group


Unable to rcon my server
#1
Hi guys, here's my server configuration first :
Server OS: Debian Lenny x64
Processor: Dual core AMD of 2.7 GHz
Ram: 4 GB
Game(s): My CSS dedicated server
Start Up Command: ./srcds_run -console -game cstrike -tickrate 66 -port 27015 -maxplayers 16 +map gg_blue_arena
Admin Mods: Mani admin plugin (lastest release)

So each time I try to remotly use rcon command on my server, either on the inGame console than hlsw I receive an error connection like this one : Unable to connect to remote server (192.168.2.10:27015). And by the way, as you can see, I can't do it locally.

I can't figured out what's my problem, I open all the necessary ports and when my server was under Windows Server, my remote rcon commands was correctly working.

Thanks for your help guys!
Dave
Reply
#2
try

./srcds_run -console -game cstrike -tickrate 66 +ip 192.168.2.10 -port 27015 -maxplayers 16 +map gg_blue_arena
Reply
#3
Does the server allow inbound TCP connections?
Looking for a game server? Visit fullfrag.com and pick one up as low as $2.50 / mo!
Reply
#4
you are doing it locally, I can't tell you why this helps, but i have had this problem before and i found the answer to be adding +ip 0.0.0.0 to the command line. I believe it has something to do more with networking then SRCDS. 0.0.0.0 is eather a router IP or a broadcast IP for your router i believe, and somehow using this IP allows you to access rcon locally.
[Image: 728x90.png]
Reply
#5
If you bind to 0.0.0.0 you actually tell the application to listen on all IP's
Reply
#6
Sorry for the freakin late answer, but I must thanks you all guys, adding +ip 0.0.0.0 works perfectly!
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)