Mailing List Archive

vpnc script on OSX
I wonder if this is the right list to ask questions about the subject.

Everything but IPv6 DNS work properly.
Several pages discussed the problem:
https://discussions.apple.com/thread/7536256
https://discussions.apple.com/message/24511921

Diagnostic by using sctuil described here:
https://discussions.apple.com/message/24511921#message24511921

Question: does anyone know what needs to be added to vpnc script to enable AAAA records resolution?

Josh.
_______________________________________________
vpnc-devel mailing list
vpnc-devel@unix-ag.uni-kl.de
https://lists.unix-ag.uni-kl.de/mailman/listinfo/vpnc-devel
http://www.unix-ag.uni-kl.de/~massar/vpnc/
vpnc script on OSX [ In reply to ]
I wonder if this is the right list to ask questions about the subject.

Everything but IPv6 DNS work properly.
Several pages discussed the problem:
https://discussions.apple.com/thread/7536256
https://discussions.apple.com/message/24511921

Diagnostic by using sctuil described here:
https://discussions.apple.com/message/24511921#message24511921

Question: does anyone know what needs to be added to vpnc script to enable AAAA records resolution?

Josh.
_______________________________________________
vpnc-devel mailing list
vpnc-devel@unix-ag.uni-kl.de
https://lists.unix-ag.uni-kl.de/mailman/listinfo/vpnc-devel
http://www.unix-ag.uni-kl.de/~massar/vpnc/
Re: vpnc script on OSX [ In reply to ]
On 17 Oct 2016, at 5:41, jvpn@use.startmail.com wrote:

> Question: does anyone know what needs to be added to vpnc script to enable AAAA records resolution?

When I added native utun support for OS X to vpnc (https://github.com/breiter/vpnc) it was pretty clear that there isn’t actually any IPv6 support within vpnc. It will take more than modifying the vpnc script to get it to work with IPv6.

Best
//brian
Re: vpnc script on OSX [ In reply to ]
>
>
> On 17 Oct 2016, at 5:41, jvpn@use.startmail.com wrote:
>
>> Question: does anyone know what needs to be added to vpnc script to
>> enable AAAA records resolution?
>
> When I added native utun support for OS X to vpnc
> (https://github.com/breiter/vpnc) it was pretty clear that there isn’t
> actually any IPv6 support within vpnc. It will take more than modifying
> the vpnc script to get it to work with IPv6.

OpenConnect uses vpnc-script too. It seemed silly to reinvent the wheel.


--
dwmw2

_______________________________________________
vpnc-devel mailing list
vpnc-devel@unix-ag.uni-kl.de
https://lists.unix-ag.uni-kl.de/mailman/listinfo/vpnc-devel
http://www.unix-ag.uni-kl.de/~massar/vpnc/
vpnc script on OSX [ In reply to ]
Not sure about VPNC but both OpenConnect and OpenVPN are perfectly capable of IPv6 and both fail to enable AAAA records resolution.
Cisco native openconnect client enables AAAA records resolution so it is a matter of executing some kind of API call.
I wrote to this list because vpnc script is used in openconnect.
IPv6 works fine but only in applications that do their own DNS lookups like google chrome or dig.

Josh.

On Mon Oct 17 07:57:50 CEST 2016, David Woodhouse wrote:
>
>
> On 17 Oct 2016, at 5:41, jvpn at use.startmail.com wrote:
>
>> Question: does anyone know what needs to be added to vpnc script to
>> enable AAAA records resolution?
>
> When I added native utun support for OS X to vpnc
> (https://github.com/breiter/vpnc) it was pretty clear that there isn’t
> actually any IPv6 support within vpnc. It will take more than modifying
> the vpnc script to get it to work with IPv6.

OpenConnect uses vpnc-script too. It seemed silly to reinvent the wheel.
_______________________________________________
vpnc-devel mailing list
vpnc-devel@unix-ag.uni-kl.de
https://lists.unix-ag.uni-kl.de/mailman/listinfo/vpnc-devel
http://www.unix-ag.uni-kl.de/~massar/vpnc/