Posts: 32
Threads: 7
Joined: Jul 2006
Reputation:
0
This is what happens when I login and attempt to change parameters with rcon, and yes, the password is correct. Yes, I am connected to the game locally, and that is the proper address.
] rcon_address 172.16.1.35
] rcon_password passwordhere
] rcon sv_gravity 200
Unable to connect to remote server (172.16.1.35:27015)
The rcon port is open. It has never done this before, what is the matter?
Posts: 5,178
Threads: 65
Joined: Mar 2005
Reputation:
22
If you are connected to the game locally you should use the local IP adress not the external
Posts: 177
Threads: 18
Joined: Oct 2005
Reputation:
0
if you are conected to server i mean "in-game" and open console type this:
rcon_password XXXXXXXXX
rcon test
rcon status
now if it answers with server details theres no problem.
nnormally you dont need to say the game where the server is if you use rcon commands, the client determines by itself that the needed server is the connected one.
regards.
Posts: 1,217
Threads: 42
Joined: Dec 2004
Reputation:
0
Actually, AOL normally owns 172.*
starting 9/24/2006 if your problem has been solved please edit your first post and add [solved] to the begining of the title. Thanks.
Posts: 174
Threads: 2
Joined: Jan 2006
Reputation:
0
172.16.0.0/12, 192.168.0.0/16 and 10.0.0.0/8 are the blocks allocated for private LANs.
As far as the error, I usually have seen that when I did not use the ip flag when starting the server. If you type "status" in the server's console, what does the IP list as? 127.0.0.1?
Posts: 5,178
Threads: 65
Joined: Mar 2005
Reputation:
22
lol my apologies, I've never seen 172.* in my whole life, always 192.* and 10.* so I figured it was a WAN ip.
Anyways do what candy man says, see if the ip is bound correctly to the server
Posts: 177
Threads: 18
Joined: Oct 2005
Reputation:
0
-ip 172.16.1.35 -port 27015
on startup
Posts: 1,217
Threads: 42
Joined: Dec 2004
Reputation:
0
Because linux has loopback with 127.0.0.1 i think srcds will bind itself to that. so using +ip 172.16.1.35 should fix it. unless you bring down loopback.
starting 9/24/2006 if your problem has been solved please edit your first post and add [solved] to the begining of the title. Thanks.