From owner-freebsd-ipfw@FreeBSD.ORG Fri Nov 19 20:06:42 2010 Return-Path: Delivered-To: freebsd-ipfw@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 0E6241065670 for ; Fri, 19 Nov 2010 20:06:42 +0000 (UTC) (envelope-from gumbo@bsdmail.org) Received: from imr-db03.mx.aol.com (imr-db03.mx.aol.com [205.188.91.97]) by mx1.freebsd.org (Postfix) with ESMTP id C06238FC27 for ; Fri, 19 Nov 2010 20:06:41 +0000 (UTC) Received: from imo-da04.mx.aol.com (imo-da04.mx.aol.com [205.188.169.202]) by imr-db03.mx.aol.com (8.14.1/8.14.1) with ESMTP id oAJJuFZ0008117 for ; Fri, 19 Nov 2010 14:56:15 -0500 Received: from gumbo@bsdmail.org by imo-da04.mx.aol.com (mail_out_v42.9.) id n.f04.e7c6790 (56034) for ; Fri, 19 Nov 2010 14:56:06 -0500 (EST) Received: from smtprly-de03.mx.aol.com (smtprly-de03.mx.aol.com [205.188.249.170]) by cia-md08.mx.aol.com (v129.7) with ESMTP id MAILCIAMD088-b2404ce6d654295; Fri, 19 Nov 2010 14:56:06 -0500 Received: from web-mmc-m01 (web-mmc-m01.sim.aol.com [64.12.224.134]) by smtprly-de03.mx.aol.com (v129.5) with ESMTP id MAILSMTPRLYDE031-b2404ce6d654295; Fri, 19 Nov 2010 14:56:04 -0500 To: freebsd-ipfw@freebsd.org Date: Fri, 19 Nov 2010 14:56:04 -0500 X-MB-Message-Source: WebUI X-AOL-IP: 67.180.99.85 X-MB-Message-Type: User MIME-Version: 1.0 From: gumbo@bsdmail.org X-Mailer: Mail.com Webmail 32945-STANDARD Received: from 67.180.99.85 by web-mmc-m01.sysops.aol.com (64.12.224.134) with HTTP (WebMailUI); Fri, 19 Nov 2010 14:56:04 -0500 Message-Id: <8CD563AEEF556DE-1A54-477C@web-mmc-m01.sysops.aol.com> X-Spam-Flag: NO X-AOL-SENDER: gumbo@bsdmail.org Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Subject: ipfw "fwd" command fails using ipv6 addresses X-BeenThere: freebsd-ipfw@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: IPFW Technical Discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 19 Nov 2010 20:06:42 -0000 I'm running freebsd 7.2 and trying to find a way to forward a packet to di= fferent subnets based on it's source address. The following command works fine for ipv4 addresses but fails for ipv6 add= resses. ipfw add 101 fwd nextaddr ip from myaddr to any out This works fine if nextaddr and myaddr are ipv4 but fails to work if they= resolve to ipv6. Is this not yet supported or is there another way to accomplish the same= thing ? Thanks for any insight, Rick