ipv6 VPN

I have use the NEunnelProvider to Connect VPN successfully. But I have something eles. and now I just confugure iPv4Setting inforrmation in my code only, But i don't clear about is this support ipv4? or what can i do to let me implement the function that both connect VPN and let my app support ipv6? is there anything that i configure ipv4setting to support ipv4 or configure ipv6setting to support ipv6? need your help!

if i need to configure ipv6setting to support ipv6, what and how can i do for it? and can you tell me some necessary network param to configure ipv6settings ?

Thanks!

Replies

I’m having a hard time parsing your question, alas. Let’s start with something fundamental, namely, what is your specific concern here:

  • Providing IPv6 connectivity for your VPN, that is, passing IPv6 through the tunnel?

  • Providing VPN connectivity over IPv6, that is, using IPv6 for the tunnel?

Share and Enjoy

Quinn “The Eskimo!”
Apple Developer Relations, Developer Technical Support, Core OS/Hardware

let myEmail = "eskimo" + "1" + "@apple.com"
Eskimo, I am interested in the first part of this problem that you mentioned:
  • Providing IPv6 connectivity for your VPN, that is, passing IPv6 through the tunnel?

How would you support this? Can you please give us some insights?

Thanks a bunch for reading! I really hope to hear back from you on this.