08-25-2010, 03:53 AM
CPU: Pentium D 2.4GHz
RAM: 4GB DDR2-800
Bandwidth: As much as I need
OS: Debian Lenny i386, updated every day
GAME: Left 4 Dead 2 (2 processes running on one server)
MODS: Sourcemod and Metamod
Startup script:
Hi,
This is a repeat problem for me. I don't even have rcon enabled in my server.cfg file. When I log into my server in the morning I find this on my console output:
Banning 210.51.45.37 for rcon hacking attempts
Banning 210.51.45.37 for rcon hacking attempts
Banning 210.51.45.37 for rcon hacking attempts
Banning 210.51.45.37 for rcon hacking attempts
Banning 210.51.45.37 for rcon hacking attempts
Banning 210.51.45.37 for rcon hacking attempts
Banning 210.51.45.37 for rcon hacking attempts
Banning 210.51.45.37 for rcon hacking attempts
Banning 210.51.45.37 for rcon hacking attempts
Banning 210.51.45.37 for rcon hacking attempts
Banning 210.51.45.37 for rcon hacking attempts
Banning 210.51.45.37 for rcon hacking attempts
Banning 210.51.45.37 for rcon hacking attempts
Banning 210.51.45.37 for rcon hacking attempts
Banning 210.51.45.37 for rcon hacking attempts
Banning 210.51.45.37 for rcon hacking attempts
Banning 210.51.45.37 for rcon hacking attempts
Banning 210.51.45.37 for rcon hacking attempts
Banning 210.51.45.37 for rcon hacking attempts
Banning 210.51.45.37 for rcon hacking attempts
Now I have banned this IP with:
addip 0 210.51.45.37
as well as added it to my iptables firewall rules with
iptables -A INPUT -s 210.51.45.37 -j DROP
I'm at my wits end here. All I can guess is that this person is spoofing their IP address. I don't see any logins before their initial rcon hacking attempt (there are no players accessing my server). Is there any way to find out who is doing this and ban them for good?
RAM: 4GB DDR2-800
Bandwidth: As much as I need
OS: Debian Lenny i386, updated every day
GAME: Left 4 Dead 2 (2 processes running on one server)
MODS: Sourcemod and Metamod
Startup script:
Code:
#!/bin/sh
echo "Starting Left 4 Dead 2 on port 27020"
sleep 1
screen -A -m -d -S l4d27020 ./srcds_run -game left4dead2 +ip ***.***.***.*** -port 27020 -maxplayers 8 -autoupdate -debug -exec server.cfg
Hi,
This is a repeat problem for me. I don't even have rcon enabled in my server.cfg file. When I log into my server in the morning I find this on my console output:
Banning 210.51.45.37 for rcon hacking attempts
Banning 210.51.45.37 for rcon hacking attempts
Banning 210.51.45.37 for rcon hacking attempts
Banning 210.51.45.37 for rcon hacking attempts
Banning 210.51.45.37 for rcon hacking attempts
Banning 210.51.45.37 for rcon hacking attempts
Banning 210.51.45.37 for rcon hacking attempts
Banning 210.51.45.37 for rcon hacking attempts
Banning 210.51.45.37 for rcon hacking attempts
Banning 210.51.45.37 for rcon hacking attempts
Banning 210.51.45.37 for rcon hacking attempts
Banning 210.51.45.37 for rcon hacking attempts
Banning 210.51.45.37 for rcon hacking attempts
Banning 210.51.45.37 for rcon hacking attempts
Banning 210.51.45.37 for rcon hacking attempts
Banning 210.51.45.37 for rcon hacking attempts
Banning 210.51.45.37 for rcon hacking attempts
Banning 210.51.45.37 for rcon hacking attempts
Banning 210.51.45.37 for rcon hacking attempts
Banning 210.51.45.37 for rcon hacking attempts
Now I have banned this IP with:
addip 0 210.51.45.37
as well as added it to my iptables firewall rules with
iptables -A INPUT -s 210.51.45.37 -j DROP
I'm at my wits end here. All I can guess is that this person is spoofing their IP address. I don't see any logins before their initial rcon hacking attempt (there are no players accessing my server). Is there any way to find out who is doing this and ban them for good?