From owner-freebsd-net@FreeBSD.ORG Tue Sep 3 18:07:56 2013 Return-Path: Delivered-To: freebsd-net@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id B7369B4B; Tue, 3 Sep 2013 18:07:56 +0000 (UTC) (envelope-from mailinglists@martinlaabs.de) Received: from relay03.alfahosting-server.de (relay03.alfahosting-server.de [109.237.142.239]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 712952734; Tue, 3 Sep 2013 18:07:56 +0000 (UTC) Received: by relay03.alfahosting-server.de (Postfix, from userid 1001) id 4D4B932C0B96; Tue, 3 Sep 2013 20:07:48 +0200 (CEST) X-Spam-DCC: : X-Spam-Level: X-Spam-Status: No, score=0.0 required=7.0 tests=BAYES_50 autolearn=disabled version=3.2.5 Received: from alfa3018.alfahosting-server.de (alfa3018.alfahosting-server.de [109.237.140.30]) by relay03.alfahosting-server.de (Postfix) with ESMTPS id 141A232C0BB1; Tue, 3 Sep 2013 20:07:33 +0200 (CEST) Received: from desktop-01.martinlaabs.de (p54B30B56.dip0.t-ipconnect.de [84.179.11.86]) by alfa3018.alfahosting-server.de (Postfix) with ESMTPSA id AF108515C050; Tue, 3 Sep 2013 20:07:32 +0200 (CEST) Message-ID: <52262563.6020407@martinlaabs.de> Date: Tue, 03 Sep 2013 20:07:31 +0200 From: Martin Laabs User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:17.0) Gecko/20130809 Thunderbird/17.0.8 MIME-Version: 1.0 To: FreeBSD Net Subject: Re: No UDP/TCP IPv6 connectivity (only) to router using gif interface - maybe ARM related References: <5224333C.8070305@martinlaabs.de> In-Reply-To: Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-Virus-Status: No X-Virus-Checker-Version: clamassassin 1.2.4 with ClamAV 0.97.3/17800/Tue Sep 3 18:37:24 2013 Cc: freebsd-arm , freebsd-current X-BeenThere: freebsd-net@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Networking and TCP/IP with FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 03 Sep 2013 18:07:56 -0000 Hi , > Whether you feel it right, or not, net.inet.ip.forwarding must be 1 for gif > to work (even for IPv6). This is a unintuitive behavior. But fortunately this solve this problem. I suggest adding setting this sysctl if ipv6_gateway_enable is enabled in the rc.conf. Best regards, Martin Laabs