From owner-freebsd-questions@FreeBSD.ORG Sat Mar 22 16:52:07 2008 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 21B1C106566B for ; Sat, 22 Mar 2008 16:52:07 +0000 (UTC) (envelope-from bruce@cran.org.uk) Received: from muon.bluestop.org (muon.bluestop.org [IPv6:2001:41c8:1:548a::2]) by mx1.freebsd.org (Postfix) with ESMTP id BB57D8FC23 for ; Sat, 22 Mar 2008 16:52:06 +0000 (UTC) (envelope-from bruce@cran.org.uk) Received: from tau.draftnet (unknown [IPv6:2a01:348:10f:0:219:b9ff:fe54:f04a]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by muon.bluestop.org (Postfix) with ESMTP id 9F81B3000D; Sat, 22 Mar 2008 16:52:05 +0000 (GMT) Message-ID: <47E5392D.3010104@cran.org.uk> Date: Sat, 22 Mar 2008 16:51:57 +0000 From: Bruce Cran User-Agent: Thunderbird 2.0.0.12 (X11/20080311) MIME-Version: 1.0 To: Malcolm Clarke References: <4731E220.3050006@brunel.ac.uk> <200711081214.16533.nvass@teledomenet.gr> <47E51E19.5020502@brunel.ac.uk> In-Reply-To: <47E51E19.5020502@brunel.ac.uk> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: freebsd-questions@freebsd.org Subject: Re: ifconfig gif0 and rc.conf [was: Re: IP packet with options] 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, 22 Mar 2008 16:52:07 -0000 Malcolm Clarke wrote: > We are trying to configure an IPv6 tunnel for IPSec, ie IPv6 in IPv6. > > The command line would be > > ifconfig gif0 inet6 tunnel src-addr dst_addr (IPv6 addresses) > > There appears to be no equivalent line for rc.conf. > > Regards > > Malcolm To configure an if_gif interface for IPv6 use: ipv6_ifconfig_gif0="src-addr dst_addr" -- Bruce