From owner-freebsd-current@FreeBSD.ORG Mon May 3 20:34:04 2010 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 0569E106566B for ; Mon, 3 May 2010 20:34:04 +0000 (UTC) (envelope-from yr.retarded@gmail.com) Received: from mail-px0-f182.google.com (mail-px0-f182.google.com [209.85.212.182]) by mx1.freebsd.org (Postfix) with ESMTP id D03EF8FC13 for ; Mon, 3 May 2010 20:34:03 +0000 (UTC) Received: by pxi11 with SMTP id 11so444618pxi.13 for ; Mon, 03 May 2010 13:33:57 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:received:in-reply-to :references:date:message-id:subject:from:to:cc:content-type; bh=JpsrtlEw9G9/P89vPYA6Pn0NFECeN2JqryVIuXjz3Tc=; b=lxLMGzcLOaA4qHwx8MbvkamAcz/NM/n+2D2OhlOt2pVXeD5wHfvt6POZxoLWmh7Wqf jGo0fpqYEmDA8Q4x5JwRq7AG8aeLvzgZZCPQmFh/E4EmyYfjSyXT9NW04sxun5kIxtug ZRgpWlr1+fmf7MYs7ifSs3MeqTA2A6YM6U6M0= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type; b=rGHiGKXn7mrMi2t3sDv3Xc/NZgNxAcSVWgfLAsAtDdpRCFB4zD4D2JzNkfn3JHnFoY VoxtL0afOBgvvl9fsHJCmEYCdcejdeHIbyEHvdILV9sdZYzF+u2ONXHWhkQpPttbnNbn R3lr4I9ACxAv0/NnCc6fNK7VcdAhE5HCq0Hms= MIME-Version: 1.0 Received: by 10.143.84.6 with SMTP id m6mr2623579wfl.8.1272918837154; Mon, 03 May 2010 13:33:57 -0700 (PDT) Received: by 10.142.221.6 with HTTP; Mon, 3 May 2010 13:33:57 -0700 (PDT) In-Reply-To: References: Date: Mon, 3 May 2010 15:33:57 -0500 Message-ID: From: Chris Ruiz To: Mark Atkinson Content-Type: text/plain; charset=ISO-8859-1 Cc: freebsd-current@freebsd.org Subject: Re: Unable to establish HE gif0 tunnel X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 03 May 2010 20:34:04 -0000 On Mon, May 3, 2010 at 9:16 AM, Mark Atkinson wrote: > -----BEGIN PGP SIGNED MESSAGE----- > Hash: SHA1 > > I updated a border gateway yesterday from a Feb 23 kernel to a May 2 > version kernel/world, and lost my connectivity to my gif0 HE tunnel. > > I've been using the following in /etc/rc.conf successfully for some time > to establish the tunnel: > ifconfig_gif0="inet6 [MY V6 ENDPOINT] [HE V6 ENDPOINT] prefixlen 128" There's your problem, bad syntax. Change it to this: ifconfig_gif0_ipv6="inet6 [MY V6 ENDPOINT] [HE V6 ENDPOINT] prefixlen 128" -- Chris ----------------------------------------- http://twitter.com/chrisattack http://chrisattack.com