From owner-freebsd-current@freebsd.org Tue Nov 3 03:29:40 2015 Return-Path: Delivered-To: freebsd-current@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id F2022A25C6A for ; Tue, 3 Nov 2015 03:29:40 +0000 (UTC) (envelope-from crodr001@gmail.com) Received: from mail-yk0-x22a.google.com (mail-yk0-x22a.google.com [IPv6:2607:f8b0:4002:c07::22a]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id B1FC1183E; Tue, 3 Nov 2015 03:29:40 +0000 (UTC) (envelope-from crodr001@gmail.com) Received: by ykft191 with SMTP id t191so4211548ykf.0; Mon, 02 Nov 2015 19:29:39 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:sender:in-reply-to:references:date:message-id:subject :from:to:cc:content-type; bh=xeXoGkb5GfRwOmK4Jh0mn/i59WW/HxEztd0rr7S8OMY=; b=VrlFPMMVX2j64QEwKh9bVv0lPAo32sogEGPZWM6pegIpBl+lvhkhBUWuiX25fiPrTJ CwjpCYxBmsWL40sXSIQ7uGUdNfRMqYVmFgqSRVjFXpYqnq/n5IhkoNqViHYhiWgCBAF0 IHMa5PHzr9mx6USmpLqHu5OiiJKjfyl/ekcuSw490qXEypE1VHuoDh4m4qvMsXVLVUdo bS00lWbvvnPeuVVAY2my3Ov7d993ofMcszejEl/7W9ugcxbDssLXIVKuxvMzpEgWRixj DEbRBc4n5C8F+XMDicoXDa2lpts7KNTKYukNCTBlzC4ljdkFoscYRpqvKF0NqiHw9cCi qX3w== MIME-Version: 1.0 X-Received: by 10.129.154.85 with SMTP id r82mr18960086ywg.81.1446521379689; Mon, 02 Nov 2015 19:29:39 -0800 (PST) Sender: crodr001@gmail.com Received: by 10.37.107.7 with HTTP; Mon, 2 Nov 2015 19:29:39 -0800 (PST) In-Reply-To: <20151103005019.4250d920@bsd64.grem.de> References: <20151103005019.4250d920@bsd64.grem.de> Date: Mon, 2 Nov 2015 19:29:39 -0800 X-Google-Sender-Auth: SH2WF3ibhhM1TFqcR8dOm36V-tY Message-ID: Subject: Re: Tunnelling IPv4 over IPv6 for GitHub access? From: Craig Rodrigues To: Michael Gmelin Cc: George Neville-Neil , Randall Stewart , Alfred Perlstein , freebsd-current Current Content-Type: text/plain; charset=UTF-8 X-Content-Filtered-By: Mailman/MimeDel 2.1.20 X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.20 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: Tue, 03 Nov 2015 03:29:41 -0000 On Mon, Nov 2, 2015 at 3:50 PM, Michael Gmelin wrote: > > > > On Mon, 2 Nov 2015 14:04:18 -0800 > > ikvjwd.com once offered a service using haproxy, you can find their > configuration here: > > https://github.com/rcsheets/ikvjwd/commit/58979dcaf42fbbd9203067a6ba4629ba01469120 > We were using ikvjwd.com, but that service did not seem to be very reliable. > > Another way to tunnel all IPv4 traffic is set up an OpenVPN server on > a dual stack machine and route your client IPv4 traffic over it (that > approach is actually very easy to accomplish, stable and will work > with any service). > Can you point me to some docs for how to do this? This could work for me. I have two separate networks that are connected: +--------------+ +--------------+ | | | | | | | | | Dual +---------> | IPv6 | | stack | | only | | | | | +--------------+ +--------------+ My machine is in the IPv6 only network, but it has access to a dual stack network. I still need to run my stuff which accesses GitHub in the IPv6 only network. -- Craig