From owner-freebsd-stable@FreeBSD.ORG Fri Dec 31 15:59:47 2004 Return-Path: Delivered-To: freebsd-stable@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id DCA0216A4D0 for ; Fri, 31 Dec 2004 15:59:47 +0000 (GMT) Received: from wproxy.gmail.com (wproxy.gmail.com [64.233.184.206]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8069C43D45 for ; Fri, 31 Dec 2004 15:59:47 +0000 (GMT) (envelope-from freewizard@gmail.com) Received: by wproxy.gmail.com with SMTP id 69so67951wri for ; Fri, 31 Dec 2004 07:59:30 -0800 (PST) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:reply-to:to:subject:mime-version:content-type:content-transfer-encoding; b=NfWX8M3GY+xfNnrSAepyrd5lHOcr/gqJtkImuQE+hutLaw8z41gwtduqEWW3OrbebMGqIj5P5PnwEqDvU4agq/YkX+gIRmpbbqU48dPK0S++s8OvFVWohDDpdbutky2yEWvs3PFFVmK+M4IlgNIngMqCW5ChHH2u+mi/uthVvn0= Received: by 10.54.14.65 with SMTP id 65mr263186wrn; Fri, 31 Dec 2004 07:59:30 -0800 (PST) Received: by 10.54.3.4 with HTTP; Fri, 31 Dec 2004 07:59:30 -0800 (PST) Message-ID: <49ba28080412310759c27cfc0@mail.gmail.com> Date: Fri, 31 Dec 2004 23:59:30 +0800 From: Song Du To: freebsd-stable@freebsd.org Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Subject: IPNAT & IPv6 X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: Song Du List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 31 Dec 2004 15:59:48 -0000 my original ipnat rule is rdr rl0 0.0.0.0/0 port 80 -> 127.0.0.1 port 8000 tcp which redirect a priv port to a non-priv port but when i setup dual stack, i find it's unable to handle ipv6 connections. when i change 0.0.0.0 to ::0, ipnat complains it can't resolve it. even when i use domains instead of numeric format, still no help. so it seems that ipnat doesn't work with ipv6? any solution? -- freewizard (at) gmail.com http://blog.tsing.org/freewizard/