$this->bbcode_second_pass_code('', '
~ iptables -L -n -v
iptables v1.4.12.1: can't initialize iptables table `filter': Table does not exist (do you need to insmod?)
Perhaps iptables or your kernel needs to be upgraded.
')
hmm.
$this->bbcode_second_pass_code('', '
~ modprobe ip_tables
~ iptables -L -n -v
iptables v1.4.12.1: can't initialize iptables table `filter': Table does not exist (do you need to insmod?)
Perhaps iptables or your kernel needs to be upgraded.
')
hmmmm.
$this->bbcode_second_pass_code('', '
~ zgrep IPTABLES /proc/config.gz
CONFIG_IP_NF_IPTABLES=m
CONFIG_IP6_NF_IPTABLES=m
~ ls /lib/modules/*/kernel/net/*/netfilter/
/lib/modules/3.2.1-1-ARCH/kernel/net/bridge/netfilter/:
ebt_802_3.ko.gz ebtable_nat.ko.gz ebt_arp.ko.gz ebt_ip6.ko.gz ebt_log.ko.gz ebt_nflog.ko.gz ebt_snat.ko.gz ebt_vlan.ko.gz
ebtable_broute.ko.gz ebtables.ko.gz ebt_arpreply.ko.gz ebt_ip.ko.gz ebt_mark.ko.gz ebt_pkttype.ko.gz ebt_stp.ko.gz
ebtable_filter.ko.gz ebt_among.ko.gz ebt_dnat.ko.gz ebt_limit.ko.gz ebt_mark_m.ko.gz ebt_redirect.ko.gz ebt_ulog.ko.gz
/lib/modules/3.2.1-1-ARCH/kernel/net/ipv4/netfilter/:
arptable_filter.ko.gz iptable_nat.ko.gz ipt_ECN.ko.gz ipt_REJECT.ko.gz nf_nat_ftp.ko.gz nf_nat_proto_dccp.ko.gz nf_nat_tftp.ko.gz
arp_tables.ko.gz iptable_raw.ko.gz ipt_LOG.ko.gz ipt_ULOG.ko.gz nf_nat_h323.ko.gz nf_nat_proto_gre.ko.gz
arpt_mangle.ko.gz ip_tables.ko.gz ipt_MASQUERADE.ko.gz nf_conntrack_ipv4.ko.gz nf_nat_irc.ko.gz nf_nat_proto_sctp.ko.gz
iptable_filter.ko.gz ipt_ah.ko.gz ipt_NETMAP.ko.gz nf_defrag_ipv4.ko.gz nf_nat.ko.gz nf_nat_proto_udplite.ko.gz
iptable_mangle.ko.gz ipt_ecn.ko.gz ipt_REDIRECT.ko.gz nf_nat_amanda.ko.gz nf_nat_pptp.ko.gz nf_nat_sip.ko.gz
/lib/modules/3.2.1-1-ARCH/kernel/net/ipv6/netfilter/:
ip6table_filter.ko.gz ip6_tables.ko.gz ip6t_frag.ko.gz ip6t_LOG.ko.gz ip6t_rt.ko.gz
ip6table_mangle.ko.gz ip6t_ah.ko.gz ip6t_hbh.ko.gz ip6t_mh.ko.gz nf_conntrack_ipv6.ko.gz
ip6table_raw.ko.gz ip6t_eui64.ko.gz ip6t_ipv6header.ko.gz ip6t_REJECT.ko.gz nf_defrag_ipv6.ko.gz
~ uname -a
Linux europlug 3.2.1-1-ARCH #1 PREEMPT Sun Jan 22 07:37:31 UTC 2012 armv5tel Feroceon 88FR131 rev 1 (v5l) Marvell SheevaPlug Reference Board GNU/Linux
~ pacman -Q linux
linux 3.2.1-1
~ lsmod
Module Size Used by
mv_cesa 9269 0
fuse 59016 0
^- hmm. i swear there were more of them modules.
')