From owner-freebsd-questions@FreeBSD.ORG Sat Jun 9 01:49:01 2012 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id E71A9106564A for ; Sat, 9 Jun 2012 01:49:01 +0000 (UTC) (envelope-from bruce@cran.org.uk) Received: from muon.cran.org.uk (muon.cran.org.uk [IPv6:2a01:348:0:15:5d59:5c40:0:1]) by mx1.freebsd.org (Postfix) with ESMTP id 6F96B8FC15 for ; Sat, 9 Jun 2012 01:49:01 +0000 (UTC) Received: from muon.cran.org.uk (localhost [127.0.0.1]) by muon.cran.org.uk (Postfix) with ESMTP id 2D826E6505; Sat, 9 Jun 2012 02:49:46 +0100 (BST) DKIM-Signature: v=1; a=rsa-sha1; c=relaxed; d=cran.org.uk; h=message-id :date:from:mime-version:to:cc:subject:references:in-reply-to :content-type:content-transfer-encoding; s=mail; bh=Y0x6dDY7b/MV B0CJ1Opz3nB9Qh0=; b=BEtYdY1wXJ2Gmzad8U5gaiDf54UtJPwcl7rxKXiLC6II +PY7ju4IDXgxXO5+Qix+qg0hmN10ApVdNIuvovdBWSsmT2bqK+JQARbuK3cXBSb6 /hxezGUZ1BLmO2+zVFGB16EyTiReTp+abw2o7U1nfUiTPSYIE0QxGusSRIw5TNo= DomainKey-Signature: a=rsa-sha1; c=nofws; d=cran.org.uk; h=message-id :date:from:mime-version:to:cc:subject:references:in-reply-to :content-type:content-transfer-encoding; q=dns; s=mail; b=F4iH6s u6Hwx0ehW9z9tjomZUPyVW5PYp0wJeHYeOk7+1Q5HRZftb67YmFQ6vojXXRM4lYx 725BeNZk2SHpcPdumzj9i8WnJRatLt7CoPlC6zIvyyqBN6fjCHf7cXeTgmfDRSJh 4LL8lvGjJYL2Gene7BtH0nSMdC/E9PoTnkXqw= Received: from [192.168.2.12] (unknown [93.89.81.205]) (using TLSv1 with cipher DHE-RSA-CAMELLIA256-SHA (256/256 bits)) (No client certificate requested) by muon.cran.org.uk (Postfix) with ESMTPSA id 0ADF4E64E4; Sat, 9 Jun 2012 02:49:46 +0100 (BST) Message-ID: <4FD2AB8B.80605@cran.org.uk> Date: Sat, 09 Jun 2012 02:48:59 +0100 From: Bruce Cran User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:13.0) Gecko/20120604 Thunderbird/13.0 MIME-Version: 1.0 To: Matthew Seaman References: <4FD12CFF.6020205@cran.org.uk> <4FD194BA.3060208@infracaninophile.co.uk> In-Reply-To: <4FD194BA.3060208@infracaninophile.co.uk> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: freebsd-questions@freebsd.org Subject: Re: Configuration problem with IPv6 router ("cannot forward src") X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 09 Jun 2012 01:49:02 -0000 On 08/06/2012 06:59, Matthew Seaman wrote: > Probably. The good news is that once you've got it running the IPv6 > support in FreeBSD is rock solid and works like a charm. It turns out that PF was being too helpful and trying to NAT for both IPv4 and IPv6 - adding 'inet' to the "nat on $ext_if..." line fixed it. -- Bruce Cran