View Single Post
hideov
Junior Member
Join Date: Jun 2014
Old 06-11-2014 , 12:20   Re: Dota 2 Dedicated Servers
Reply With Quote #109

Quote:
Originally Posted by psychonic View Post
Make sure that you specify the IP address on the command line (with -ip) rather than letting it default to all interfaces. Without it specified, the rcon socket will not bind.
I specify my internal ip, as in -ip 192.168.0.6, and I try to connect from inside my Local network.
I do not specify the port, but asap i'll try to do that as well

edit:
Calling srcds with -ip localip -port 27015, and with -ip 127.0.0.1 -port 27015 (in both cases trying to connect from the same machine, hence the 127.0.0.1 try), holds no result. The connection is rejected. I can see from Wireshark the package going to port tcp 27015, so something is coming out of Python for sure.
I tried both without password and with password, setting it on srcds using
Code:
rcon_password pass

Last edited by hideov; 06-11-2014 at 13:15.
hideov is offline