From owner-freebsd-net@FreeBSD.ORG Mon Feb 14 18:23:34 2011 Return-Path: Delivered-To: freebsd-net@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 8ED8710656A3 for ; Mon, 14 Feb 2011 18:23:34 +0000 (UTC) (envelope-from fafaforza@gmail.com) Received: from mail-ew0-f54.google.com (mail-ew0-f54.google.com [209.85.215.54]) by mx1.freebsd.org (Postfix) with ESMTP id 294B38FC23 for ; Mon, 14 Feb 2011 18:23:33 +0000 (UTC) Received: by ewy24 with SMTP id 24so2566078ewy.13 for ; Mon, 14 Feb 2011 10:23:33 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:date:message-id:subject:from:to :content-type; bh=Rp43qh0L2K7+T5nzhL12z8/Ln1fdStDSOVlnsVJqcpY=; b=R0B/bTGReStCD/bV3MkU++BtOSw+xRdHelKEpeIxxg/EqTErk7RZl4//ME/gOUHrLi ddztkjF97lwMXorE0WwI5FshuG51h1Ee2e2wI3cE2+HImI6Vk2e5nHC9bObTmIb4ZkVa CNmWJvOkcytrbAJOO5nez/hddOE1W7BFPzdlQ= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:date:message-id:subject:from:to:content-type; b=eGLDdcfu5oP3m6g6/SrRH1ZV/nfMZ3TZlCBbNOGm4O5OMjDV8fMkFCQ7OzzXUpG0UU JAqTXGrDMaQ0f48Inq7TgZXXNA6uEhlajSDmwa2I3ZFcVQJ4bYIxqBKRLoGd8ef0zZK6 lGeie8xO6Y/mHBx3bijQ4GKbwYjDA/wGwuHCE= MIME-Version: 1.0 Received: by 10.223.101.140 with SMTP id c12mr1440228fao.16.1297706359827; Mon, 14 Feb 2011 09:59:19 -0800 (PST) Received: by 10.223.104.134 with HTTP; Mon, 14 Feb 2011 09:59:19 -0800 (PST) Date: Mon, 14 Feb 2011 12:59:19 -0500 Message-ID: From: Darek M To: freebsd-net@freebsd.org Content-Type: text/plain; charset=ISO-8859-1 Subject: IPv4 and IPv6 NAT X-BeenThere: freebsd-net@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Networking and TCP/IP with FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 14 Feb 2011 18:23:34 -0000 Hi there, I'm looking to set up my private network to be connected to IPv6. My NAT box will have a direct v6 assignment, and I'm wondering what the setup will be like to provide private hosts access to v4 and v6 networks/hosts at the same time. Currently using 7.2-RELEASE, with ipnat/ipfilter. Will I be setting up the NAT box in dual stack? Will that allow me then to provide each private host with a v6 IP? Will that then make the private hosts run in dual stack? In turn allowing them to access v4 networks via NAT, and v6 networks using packet forwarding on the NAT box, but not actually using NAT? Or would IPv4 DHCP assignments erase the v6 IPs? Or would I have to do translation on the NAT box? I have the option of adding the v6 IPs on a separate network interface, if that would ease the configuration. Welcome any pointers. - Darek