From mboxrd@z Thu Jan 1 00:00:00 1970 From: "Andrew S. Haydon" Subject: Re: -p icmp in IPv6 does not work Date: Mon, 31 Mar 2003 23:55:22 -0500 Sender: netfilter-admin@lists.netfilter.org Message-ID: <3E891BBA.9020907@yahoo.com> References: Mime-Version: 1.0 Content-Transfer-Encoding: 7bit Return-path: Errors-To: netfilter-admin@lists.netfilter.org List-Help: List-Post: List-Subscribe: , List-Id: List-Unsubscribe: , List-Archive: Content-Type: text/plain; charset="us-ascii"; format="flowed" To: Marcin Kaminski Cc: netfilter@lists.netfilter.org To use -p icmpv6 may be helpful. Marcin Kaminski wrote: >Hi >I've tried to filter out some ICMPv6, but -p icmp does not seem to work. >ip6tables -A OUTPUT -p icmp -j DROP >is doing nothing. It looks like -p icmp matches nothing, filtering with >other rules (-s etc) works pretty well. >Of course any other jump (f.e. LOG) does nothing too with -p icmp. >I've tested it on Linux 2.4.20 from PLD and 2.4.19 from SuSe. > >What is wrong? > > > >