Hello we have the following rule fpr ftp in our iptables rule iptables -A INPUT -p tcp --dport 1023: -m state --state RELATED -j ACCEPT As far as i can tell from the docu this matches for every module with RELATED states ip_conntrack_ftp, ip_conntrack_irc and maybe others... Is there a possibility to limit this matching to only a special module?? Thanxs Regards Andreas