Displaying 1 result from an estimated 1 matches for "nf_conntrack_h32".
Did you mean:
nf_conntrack_h323
2013 Oct 08
2
Bug with H323 helper? Shorewall 4.5.16.1 as packaged up for Debian.
...c/shorewall/params ...
Processing /etc/shorewall/shorewall.conf...
Loading Modules...
ERROR: The h323 helper requires H323 Helpers in your kernel and iptables
If I list my modules the h323 NAT and connection tracking modules are listed:
# lsmod | grep h323
nf_nat_h323 12937 0
nf_conntrack_h323 42418 1 nf_nat_h323
nf_nat 18378 15 nf_nat_ftp,nf_nat_irc,nf_nat_sip,nf_nat_amanda,ipt_MASQUERADE,nf_nat_proto_gre,ip6t_MASQUERADE,nf_nat_h323,nf_nat_ipv4,nf_nat_ipv6,nf_nat_pptp,nf_nat_tftp,xt_nat,ip6table_nat,iptable_nat
nf_conntrack 59734 39 nf_nat_ftp,nf_nat...