On Mon, 2 Nov 2015 14:04:18 -0800 Craig Rodrigues <[email protected]> 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 > _______________________________________________ > [email protected] mailing list > https://lists.freebsd.org/mailman/listinfo/freebsd-current > To unsubscribe, send any mail to > "[email protected]" -- Michael Gmelin _______________________________________________ [email protected] mailing list https://lists.freebsd.org/mailman/listinfo/freebsd-current To unsubscribe, send any mail to "[email protected]"
