• SNBForums Code of Conduct

    SNBForums is a community for everyone, no matter what their level of experience.

    Please be tolerant and patient of others, especially newcomers. We are all here to share and learn!

    The rules are simple: Be patient, be nice, be helpful or be gone!

Recent content by andreas93

  1. A

    Blocking packets with iptables

    No the packet is not encrypted because it works fine on a ubuntu machine. Im trying to do the same for windows but with the asus router as firewall.
  2. A

    Blocking packets with iptables

    Hello i am trying to block a packet on my gameserver called banned_cdkey. But i cant get this command to work. iptables -A INPUT -p udp -m string --algo bm --string "BANNED_CDKEY" --sport 20600 --dport 28960 -j DROP Do i need to add a soruce ip of the computer or what am i doing wrong?
Back
Top