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?
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?