Results 1 to 10 of 153

Thread: [CoD2][Tutorial] How to make your cracked server show up in the master list

Hybrid View

Previous Post Previous Post   Next Post Next Post
  1. #1
    Private
    Join Date
    Jun 2013
    Posts
    26
    Thanks
    20
    Thanked 3 Times in 1 Post
    I get a error in iptables when i write this code:
    Code:
    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
    Error message:
    Code:
    iptables: No chain/target/match by that name.
    What to do?

  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 NemanjA View Post
    I get a error in iptables when i write this code:
    Code:
    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
    Error message:
    Code:
    iptables: No chain/target/match by that name.
    What to do?
    I assume you ran the commands with sudo or as root. What linux are you using?
    What output do you get when you run 'iptables --list-rules'?
    Last edited by Mitch; 17th November 2013 at 10:27.

Posting Permissions

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