Results 1 to 10 of 24

Thread: COD1/UO How to make cracked server show in masterlist?

Hybrid View

Previous Post Previous Post   Next Post Next Post
  1. #1
    Assadministrator IzNoGoD's Avatar
    Join Date
    Aug 2012
    Posts
    1,718
    Thanks
    17
    Thanked 1,068 Times in 674 Posts
    Im gonna take a guess and say that either your cod uo does not have the edit for the masterserv timeout (still at 15 mins) or you run it at a different port.
    "Does not work" is an error report for a bug between keyboard and chair.

    All hail Artie Effem

  2. #2
    ... connecting
    Join Date
    Dec 2017
    Posts
    2
    Thanks
    0
    Thanked 0 Times in 0 Posts
    Quote Originally Posted by IzNoGoD View Post
    Im gonna take a guess and say that either your cod uo does not have the edit for the masterserv timeout (still at 15 mins) or you run it at a different port.
    CoD2 v1.3- port 28960 iptables rules works!
    sudo iptables -A INPUT -p udp -m string --algo bm --string "INVALID_CDKEY" --sport 20700 --dport 28960 -j DROP
    sudo iptables -A INPUT -p udp -m string --algo bm --string "BANNED_CDKEY" --sport 20700 --dport 28960 -j DROP

    CoD UO v1.51 - port 28962 - this iptables rules doesn't work
    sudo iptables -A INPUT -p udp -m string --algo bm --string "INVALID_CDKEY" --sport 20700 --dport 28962 -j DROP
    sudo iptables -A INPUT -p udp -m string --algo bm --string "BANNED_CDKEY" --sport 20700 --dport 28962 -j DROP

    Using original, non-modified binaries from Activision
    Last edited by Vandal; 10th December 2017 at 14:14.

Posting Permissions

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