Results 1 to 7 of 7

Thread: Server Problems

Hybrid View

Previous Post Previous Post   Next Post Next Post
  1. #1
    Assadministrator kung foo man's Avatar
    Join Date
    Jun 2012
    Location
    trailerpark
    Posts
    2,011
    Thanks
    2,102
    Thanked 1,084 Times in 753 Posts

    iptables -A INPUT -p udp -m string --algo bm --string "BANNED_CDKEY" --sport 20700 --dport 28961 -j DROP
    iptables -A INPUT -p udp -m string --algo bm --string "INVALID_CDKEY" --sport 20700 --dport 28961 -j DROP
    That should only affect the cracked server on 28961?

    If that is not the case, I can hook up the C/recvfrom()-function to block those 2 packets, but then you need to either rent a server @ killtube or buy the extension for 40 €.

    @ Ni3ls, Mitch's cracked server is advanced, so it's in the master list and normal/cracked ppl can play on it.
    timescale 0.01

  2. #2
    Global Mossaderator Mitch's Avatar
    Join Date
    Nov 2012
    Posts
    654
    Thanks
    204
    Thanked 450 Times in 305 Posts
    Quote Originally Posted by kung foo man View Post
    That should only affect the cracked server on 28961?

    If that is not the case, I can hook up the C/recvfrom()-function to block those 2 packets, but then you need to either rent a server @ killtube or buy the extension for 40 €.

    @ Ni3ls, Mitch's cracked server is advanced, so it's in the master list and normal/cracked ppl can play on it.
    You can also block a range if you got multiple servers:
    Code:
    iptables -A INPUT -p udp -m string --algo bm --string "BANNED_CDKEY" --sport 20700 --dport 28960:28963 -j DROP
    iptables -A INPUT -p udp -m string --algo bm --string "INVALID_CDKEY" --sport 20700 --dport 28960:28963 -j DROP
    These 2 iptables rules drop bad and invalid cdkey replies on port 28960-28963.
    Last edited by Mitch; 11th June 2013 at 20:42.

  3. The Following User Says Thank You to Mitch For This Useful Post:

    kung foo man (11th June 2013)

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •