Date: Tue, 3 Nov 2015 00:50:19 +0100 From: Michael Gmelin <freebsd@grem.de> To: Craig Rodrigues <rodrigc@FreeBSD.org> Cc: George Neville-Neil <gnn@freebsd.org>, Randall Stewart <rrs@freebsd.org>, Alfred Perlstein <alfred@freebsd.org>, freebsd-current Current <freebsd-current@freebsd.org> Subject: Re: Tunnelling IPv4 over IPv6 for GitHub access? Message-ID: <20151103005019.4250d920@bsd64.grem.de> In-Reply-To: <CAG=rPVez6JTM3Mys0B4t3Wkc=OpxkMsbuQWNqqaZ_GeYscDtqg@mail.gmail.com> References: <CAG=rPVez6JTM3Mys0B4t3Wkc=OpxkMsbuQWNqqaZ_GeYscDtqg@mail.gmail.com>
next in thread | previous in thread | raw e-mail | index | archive | help
On Mon, 2 Nov 2015 14:04:18 -0800 Craig Rodrigues <rodrigc@FreeBSD.org> wrote: > Hi, > > I have some machines which are on an IPv6 only network. > It works great and I can access most things on the IPv6 Internet > that I need like Google ( [2607:f8b0:4004:808::1014]) , Facebook > ([2a03:2880:1010:df05:face:b00c:0:2]), CNN ( [2620:100:e000::8001]), > etc. > > However, the one thing I cannot access is GitHub, which does not > support IPv6 (!!!!). > > Is there a way that I can tunnel IPv4 over an IPv6 network? > > I read this blog post: > http://www.aisecure.net/2013/02/03/tunneling-ipv4-over-ipv6-vpn/ > and wasn't sure if this was an approach that I could use. ikvjwd.com once offered a service using haproxy, you can find their configuration here: https://github.com/rcsheets/ikvjwd/commit/58979dcaf42fbbd9203067a6ba4629ba01469120 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). - Michael > > -- > Craig > _______________________________________________ > freebsd-current@freebsd.org mailing list > https://lists.freebsd.org/mailman/listinfo/freebsd-current > To unsubscribe, send any mail to > "freebsd-current-unsubscribe@freebsd.org" -- Michael Gmelin
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20151103005019.4250d920>