From owner-freebsd-questions@FreeBSD.ORG Tue Mar 20 14:28:01 2007 Return-Path: X-Original-To: freebsd-questions@freebsd.org 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 2EDBA16A404 for ; Tue, 20 Mar 2007 14:28:01 +0000 (UTC) (envelope-from mnslinky@gmail.com) Received: from wx-out-0506.google.com (wx-out-0506.google.com [66.249.82.236]) by mx1.freebsd.org (Postfix) with ESMTP id 11F3C13C505 for ; Tue, 20 Mar 2007 14:27:57 +0000 (UTC) (envelope-from mnslinky@gmail.com) Received: by wx-out-0506.google.com with SMTP id s18so1690736wxc for ; Tue, 20 Mar 2007 07:27:57 -0700 (PDT) DKIM-Signature: a=rsa-sha1; c=relaxed/relaxed; d=gmail.com; s=beta; h=domainkey-signature:received:received:message-id:date:from:to:subject:mime-version:content-type; b=K01R9NurL/ptaOQz9qPgfYOMBSk1FRdQXqSt16Y9zcvUEzrQJuBbLazye5ecnHZKAFuyCeH9T+BsfxyzvGnD8uFS5u+S9pRG6kzfrsSFluTv7B5CMD3L46lpqRpfFgBdAGiBNQ02m7YfNacLh/YIAFHiX1RBZFfTxNxT6iebBeI= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=received:message-id:date:from:to:subject:mime-version:content-type; b=Ak/GwiWlJtKdlksRw7JSc/PQd9u2S/+7qFavontarQe19r9wOX5/U/KEycCDqlZbzKbv2tOEW84Fs4Bd3/IaOA6SwjEvOsfutt6JuywCbAIgdoD+0lbJWwVhaZyYh+4xQqpsjAA7NjaLN95Kb09TRYErYba812LAWWjxEqkUun0= Received: by 10.90.105.20 with SMTP id d20mr639352agc.1174399225838; Tue, 20 Mar 2007 07:00:25 -0700 (PDT) Received: by 10.114.94.9 with HTTP; Tue, 20 Mar 2007 07:00:25 -0700 (PDT) Message-ID: <905f1be0703200700s164832c4ybf5407d8be0df846@mail.gmail.com> Date: Tue, 20 Mar 2007 09:00:25 -0500 From: "Eric F Crist" To: freebsd-questions@freebsd.org MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Subject: IPv6 Tunnel issues... 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: Tue, 20 Mar 2007 14:28:01 -0000 Hey all, I've got a FreeBSD 6.2 system, compiled from source only two days ago, so it should have the routing patch applied. I'm trying to get a tunnel between my systems and my ISP. I'm performing the configuration as follows: ifconfig gif0 create ifconfig gif0 tunnel ifconfig gif0 inet6 alias aaaa:aaaa:a::a bbbb:bbbb:b::b prefixlen 126 When I execute the last command, I get: ifconfig: ioctl (SIOCAIFADDR): Invalid argument This works on a FreeBSD 4.11 system when my ISP tested on their end (slightly different syntax). What am I doing wrong?