search for: tmp_chain

Displaying 1 result from an estimated 1 matches for "tmp_chain".

2013 Oct 08
2
Bug with H323 helper? Shorewall 4.5.16.1 as packaged up for Debian.
...ptable_nat,nf_conntrack_h32,nf_conntrack_ipv4,nf_conntrack_ipv6,nf_conntrack_pptp,nf_conntrack_sane,nf_conntrack_snmp,nf_conntrack_tftp And I don''t seem to have any issue loading the same connection tracking helper that Shorewall does when checking for h323 support. # iptables -t raw -N tmp_chain # iptables -t raw -A tmp_chain -j CT --notrack ; echo $? 0 # iptables -t raw -A tmp_chain -p udp --dport 1719 -j CT --helper RAS ; echo $? 0 # iptables -t raw -F tmp_chain # iptables -t raw -X tmp_chain I''m not sure what else to check now. Am I doing something wrong? Or is there a b...