I want set up port use iptables use command “iptables -t filter -A SuSEfirewall2 -p tcp -m state --state NEW -m tcp --dport 8002 -j ACCEPT” but this command failed. this command give a result “WARNING: The state match is obsolete. Use conntrack instead. iptables: No chain/target/match by that name.”. How to fix error.
Thanks