[SOLVED]Module ip6_tables not found?

Post here if you are a new Porteus member and you're looking for some help.
Terus
White ninja
White ninja
Posts: 17
Joined: 02 Jan 2014, 12:14
Distribution: porteus
Location: Location

[SOLVED]Module ip6_tables not found?

Post#1 by Terus » 14 Jan 2014, 11:50

Can't preview or configure ipv6 firewall tables in porteus (live cd).

Code: Select all

ip6tables -L -n
modprobe: FATAL: Module ip6_tables not found.
ip6tables v1.4.17: can't initialize ip6tables table `filter': Table does not exist (do you need to insmod?)
Perhaps ip6tables or your kernel needs to be upgraded.
Here is the similar problem, not sure what virtual kernell means.
https://bugs.launchpad.net/ubuntu/+sour ... bug/487010
i couldn't ping6 in porteus.

Code: Select all

lsmod | grep ipv6
ipv6                  190981  28

Code: Select all

netstat
tcp6       0      0 :::6000                 :::*                    LISTEN      2714/X              
tcp6       0      0 ::1:631                 :::*                    LISTEN      2683/cupsd

Code: Select all

ls /proc/net/ | grep 6
anycast6
dev_snmp6/
icmp6
if_inet6
igmp6
ip6_flowlabel
ipv6_route
mcfilter6
raw6
rt6_stats
snmp6
sockstat6
tcp6
udp6
udplite6
"ip6_tables is not found" because netfilter for ipv6 does not exist! Somehow ipv6 exist itself.

Code: Select all

lc /lib/modules/*/kernel/net/ipv6/
ipv6.ko
sit.ko