질문 : iptables의 string 매치 방법 좀 알려주세요.

cs010101의 이미지

전부 설치하고 아래처럼 하니까 --algo를 지정해야 한다면서 않되거든요.
어떻게 하는가요?

감사합니다~~

[root@localhost ~]# iptables -A INPUT -p tcp -m string --string "BUY" -j REJECT --reject-with tcp-reset
iptables v1.3.5: STRING match: You must specify `--algo'
Try `iptables -h' or 'iptables --help' for more information.