From owner-freebsd-ipfw@FreeBSD.ORG Sun Nov 27 01:20:56 2005 Return-Path: X-Original-To: freebsd-ipfw@hub.freebsd.org Delivered-To: freebsd-ipfw@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id AE6F716A429 for ; Sun, 27 Nov 2005 01:20:56 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8FB9843D81 for ; Sun, 27 Nov 2005 01:20:10 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.3/8.13.3) with ESMTP id jAR1K6mV098379 for ; Sun, 27 Nov 2005 01:20:06 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.3/8.13.1/Submit) id jAR1K5H3098378; Sun, 27 Nov 2005 01:20:05 GMT (envelope-from gnats) Date: Sun, 27 Nov 2005 01:20:05 GMT Message-Id: <200511270120.jAR1K5H3098378@freefall.freebsd.org> To: freebsd-ipfw@FreeBSD.org From: =?iso-8859-1?Q?Ga=EBl?= Roualland Cc: Subject: Re: kern/89472: ipfw2 no longer supports filtering IPv6-over-IPv4 on 6.0-RELEASE X-BeenThere: freebsd-ipfw@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: =?iso-8859-1?Q?Ga=EBl?= Roualland List-Id: IPFW Technical Discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 27 Nov 2005 01:20:57 -0000 The following reply was made to PR kern/89472; it has been noted by GNATS. From: =?iso-8859-1?Q?Ga=EBl?= Roualland To: Hajimu UMEMOTO Cc: FreeBSD-gnats-submit@freebsd.org, freebsd-ipfw@freebsd.org Subject: Re: kern/89472: ipfw2 no longer supports filtering IPv6-over-IPv4 on 6.0-RELEASE Date: Sun, 27 Nov 2005 02:15:05 +0100 Hajimu UMEMOTO a écrit : > gael> It does work, at least IPv6-over-IPv4 packets are not blocked, but ipfw > gael> list/show reports the rule as "allow ip from a.b.c.d to me" and it does > gael> filter it that way, opening a lot more than just protocol 41... > > Umm, 41 is treated as ipv6, internally. With following patch, > > allow ip from a.b.c.d to me proto 41 > > should work for workaround. However, it is still incomplete, and > `ipfw show' shows > > allow ip from any to any proto ipv6 > > Apart from this limitation, it seems working to me here. I applied the patch, and 'show' was fine (except for ipv6 instead of 41), but it did break my other rules.. Looks like "allow ip from any to any" doesn't match anything anymore... Gaël. -- Gaël Roualland -+- gael.roualland@dial.oleane.com