Displaying 2 results from an estimated 2 matches for "lorimz".
Did you mean:
lorenz
2006 Sep 14
5
[Bug 508] ip6tables conntrack marks all incoming packets as INVALID
https://bugzilla.netfilter.org/bugzilla/show_bug.cgi?id=508
------- Additional Comments From kaber@trash.net 2006-09-14 13:18 MET -------
Did you enable nf_conntrack and the ipv6 connection tracking module?
--
Configure bugmail: https://bugzilla.netfilter.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You reported the bug, or are watching the
2006 Sep 13
0
[Bug 508] New: ip6tables conntrack marks all incoming packets as INVALID
...INVALID
Product: netfilter/iptables
Version: linux-2.6.x
Platform: i386
OS/Version: Gentoo
Status: NEW
Severity: normal
Priority: P2
Component: ip_conntrack
AssignedTo: laforge@netfilter.org
ReportedBy: lorimz@gmail.com
i'm setting up a iptables/ip6tables firewall and i did the following:
iptables -A INPUT -m state --state RELATED,ESTABLISHED -j ACCEPT
(this one works OK)
ip6tables -A INPUT -m state --state RELATED,ESTABLISHED -j ACCEPT
(this one DOES NOT work)
my ipv6 interface is sit0, it is a...