"Banning xxx.xxx.xxx.xx (ip) for rcon hacking attempts"
what is the reason of this?
what is the reason of this?
Rcon hacking attempts
|
"Banning xxx.xxx.xxx.xx (ip) for rcon hacking attempts"
what is the reason of this?
12-27-2011, 12:01 AM
Implement a firewall behind the server!
Regards, Luis Carlos (Brazil) Skype: lcb.lucas MSN: lcb.lucas@hotmail.com
12-27-2011, 12:10 AM
I get these everyday. WHen I trace them, they always come from Russia and occasionally Ukraine so mostly some bot. Just have a strong password so they cannot guess.
12-27-2011, 01:40 AM
It´s happened on my server too....almost every day!
I don´t know if have solution, because even with a firewall behind the server, the ports 27015, 27016, ..... is open... Regards, Luis Carlos (Brazil) Skype: lcb.lucas MSN: lcb.lucas@hotmail.com
Firewall won't do anything to protect people from trying to hack your rcon password. The server port must be open in the firewall to access your server for gaming.
Here's my personal security good pratice... Use the "Advanced RCON module from your server.cfg file
Make sure your RCON password has upper and lower case letters, numbers any weird characters like !@#$%^&*. Make sure your password is long enough, like over 10 characters. Make sure it has no meaning when trying to read it! Change you password on a regular basis (Every month or 2) Put the server.cfg file "read only"
01-05-2012, 03:27 PM
even if they do cant you just change the password?
Open these ports:
PROTOCOL / INBOUND / OUTBOUND UDP 1200 1200 UDP 26901 26901 (This will allow the server to show up on the master server list.) UDP 27000 27015 TCP 27020 27039 UDP 27015 27015 (you may not be able to open this one, but it is suggested that you try) UDP 27020 27020 TCP 27015 27015
01-12-2012, 03:53 AM
i'm having brute force attacks as well on my rcon. for days actually
01-13-2012, 06:11 AM
If you're on Linux use iptables to implement rules to operate an RCON whitelist (in other words block EVERYTHING from RCON except what you want to use it).
E.g. Exception: iptables -I INPUT -p tcp -s xx.xxx.xx.xxx --destination-port 27015 -j ACCEPT Block everything else: iptables -A INPUT -p tcp --destination-port 27015 -j DROP I'd suggest reading the following to gain a better understanding of how to secure your game server. http://www.cyberciti.biz/tips/linux-iptables-examples.html http://forums.alliedmods.net/showthread.php?t=151551&highlight=dos+attacker Zombie Mod Server: 87.98.250.40:27015 --- Team Fortress 2 Server: 87.98.250.40:27016
01-13-2012, 08:33 AM
ive never used linux, dont plan on it. windows for srcds modding forever
|
« Next Oldest | Next Newest »
|