Displaying 1 result from an estimated 1 matches for "vstinner".
Did you mean:
stinner
2009 Jan 09
5
[Bug 567] New: Local multicast ICMPv6 and --state INVALID
...e INVALID
Product: netfilter/iptables
Version: linux-2.6.x
Platform: All
OS/Version: Ubuntu
Status: NEW
Severity: blocker
Priority: P1
Component: unknown
AssignedTo: laforge at netfilter.org
ReportedBy: vstinner at inl.fr
Hi,
I'm trying to setup strict INPUT firewall rules on my computer but I have a
problem with IPv6: multicast ICMPv6 packets are dropped because they are
detected as invalid. Example:
ip6tables -A INPUT -m state --state INVALID -j LOG --log-prefix "Drop
INVALID INPUT"...