0

I know very little about IPv6.

Many privacy-focused hosting providers don’t support IPv6 yet.

If I host a strongSwan VPN on an IPv4-only VPS, can IPv6 traffic be routed through IPv4?

sunknudsen
  • 701
  • 3
  • 14
  • 28

1 Answers1

1

This is a matter of routing, not of VPN.

You can tunnel IPv6 packets through IPv4 to their final destination that can be an IPv6 or IPv4 host. It is irrelevant if this happens in a VPN scenario or not.

Check some basic Debian how-to here and a practical example of IPv6 tunneling through IPv4 here.

The logic of it can be studied from a CISCO perspective also, which helps other general scenarios.

Make sure that when you implement this while using VPN all routing and network settings correspond to your needs and there should be no trouble.

Overmind
  • 3,076
  • 2
  • 16
  • 25
  • Hey, I explored 6to4 and, apparently, this strategy is subject to many [shortcomings](https://tools.ietf.org/html/rfc7526#section-3). Among other things, I am experiencing a lot of packet loss. Also, it involves routing encapsulated IPv6 packets through relay servers which (in the context of user privacy) creates a potential honeypot. Am I missing something? – sunknudsen Jul 27 '20 at 19:05