From owner-freebsd-questions@FreeBSD.ORG Sun Mar 23 12:35:48 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 2B1D31065670 for ; Sun, 23 Mar 2008 12:35:48 +0000 (UTC) (envelope-from malcolm.clarke@brunel.ac.uk) Received: from mk-outboundfilter-1.mail.uk.tiscali.com (mk-outboundfilter-1.mail.uk.tiscali.com [212.74.114.37]) by mx1.freebsd.org (Postfix) with ESMTP id A83EA8FC1F for ; Sun, 23 Mar 2008 12:35:47 +0000 (UTC) (envelope-from malcolm.clarke@brunel.ac.uk) X-Trace: 73095412/mk-outboundfilter-1.mail.uk.tiscali.com/PIPEX/$ACCEPTED/pipex-customers/81.86.251.96 X-SBRS: None X-RemoteIP: 81.86.251.96 X-IP-MAIL-FROM: malcolm.clarke@brunel.ac.uk X-IP-BHB: Once X-IronPort-Anti-Spam-Filtered: true X-IronPort-Anti-Spam-Result: Al0BAFPr5UdRVvtg/2dsb2JhbAAIgjgzKYo6mRA X-IP-Direction: OUT Received: from 81-86-251-96.dsl.pipex.com (HELO [192.168.0.102]) ([81.86.251.96]) by smtp.pipex.tiscali.co.uk with ESMTP; 23 Mar 2008 12:35:45 +0000 Message-ID: <47E64E9F.4060509@brunel.ac.uk> Date: Sun, 23 Mar 2008 12:35:43 +0000 From: Malcolm Clarke User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.7.2) Gecko/20040804 Netscape/7.2 (ax) X-Accept-Language: en-us, en MIME-Version: 1.0 To: Malcolm Clarke References: <4731E220.3050006@brunel.ac.uk> <200711081214.16533.nvass@teledomenet.gr> <47E51E19.5020502@brunel.ac.uk> <47E5392D.3010104@cran.org.uk> <47E53F41.90504@brunel.ac.uk> In-Reply-To: <47E53F41.90504@brunel.ac.uk> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Cc: Bruce Cran , 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: Sun, 23 Mar 2008 12:35:48 -0000 Hi Does anyone know the IPv6 vesion of the command that would be of the form gifconfig_gif0="fec0::1 fec0::2" that would set up the two physical ends of a tunnel? Sadly the above does not works as it does not recognise the IPv6 address as there is no ipv6_gifconfig_gif0="fec0::1 fec0::2" to correspond to the command ifconfig gif0 inet6 tunnel src-addr dst_addr Regards Malcolm