hello, i have a little problem with this when i try to a string
Code:
iptables@filter # iptables -A INPUT -j DROP -m string --algo --string 'test'
Bad argument `test'
Try `iptables -h' or 'iptables --help' for more information.
I had tryed without the --algo and i got this error
Code:
iptables@filter # iptables -A INPUT -j DROP -m string --string 'test'
iptables v1.3.5: STRING match: You must specify `--algo'
Try `iptables -h' or 'iptables --help' for more information.
any ideea what`s wrong ?