New on LowEndTalk? Please Register and read our Community Rules.
IPv4 to IPv6 VPN?
Is it possible to configure openswan/xl2tpd or openvpn so that they give you both IPv4 and IPv6 VPN, when you only have IPv4 at the connecting part (the vpn server has both). If so, how would one do that?
I don't want a tunnelbroker like HE, I want to know if it is possible to do it the openswan way.
Comments
https://www.zagbot.com/openvpn_ipv6_tunnel.html
been too lazy to set it up myself, but have had this bookmarked
If openswan/xl2tpd won't do it automatically, you can at least do a GRE tunnel via your VPN using the private IPv4. Pretty easy to script the tunnel into existence on connect, its what I did prior to OpenVPN supporting IPv6, works great on mac+linux, never tried with Windows client.
What he does is circumventing the static IP requirement for a sit tunnel by using an IPv4 VPN to create the static IP.. Clever,