> Ok im having big difficulty with allowing my firewall > to do DCC chats/sends. > > $IPTABLES -A INPUT -m state --state > ESTABLISHED,RELATED -j ACCEPT >
Please note that to get DCC Chats/sends work with a conntrack, you also need the ip_conntrack_irc module, as DCC Chats/Sends require the computer to open a port. The ip_conntrack_irc takes this in consideration and therefore, it should work. (NB: there is the same problem with ftp: there is ip_conntrack_ftp) -- Cl�ment Stenac

