bekomme eine Fehlermeldung beim versuch mir die nat-Tabelle von ip6tables aufzulisten:
Code: Alles auswählen
traeger:~# ip6tables -t nat -L
ip6tables v1.4.2: can't initialize ip6tables table `nat': Table does not exist (do you need to insmod?)
Perhaps ip6tables or your kernel needs to be upgraded.
Code: Alles auswählen
traeger:~# cat /etc/debian_version
5.0.4
traeger:~# uname -a
Linux traeger 2.6.26-2-686 #1 SMP Tue Mar 9 17:35:51 UTC 2010 i686 GNU/Linux
traeger:~# lsmod|grep ipv6
ipv6 235396 12
Code: Alles auswählen
traeger:~# ip6tables -L -v
Chain INPUT (policy ACCEPT 1097 packets, 100K bytes)
pkts bytes target prot opt in out source destination
Chain FORWARD (policy ACCEPT 0 packets, 0 bytes)
pkts bytes target prot opt in out source destination
Chain OUTPUT (policy ACCEPT 787 packets, 135K bytes)
pkts bytes target prot opt in out source destination
Das gleiche Problem hatte ich auch mal bei Debian Squeeze (testing), hier half mir ein:
Code: Alles auswählen
modprobe ip_conntrack