Hi

On 17/08/16 21:56, Gert Doering wrote:
> Hi,
>
> (copying openvpn-devel back in, as Selva has a surprising explanation
> for this)
>
> On Wed, Aug 17, 2016 at 04:40:05PM -0400, Selva Nair wrote:
>> If the problem is on windows I believe this may be related to
>> ifconfig_noexec being
>> reset on windows to ip_win32_type = manual, or some such. Then
>> do_ifconfig will get called and the ip setting should get skipped inside
>> it. Recall
>> seeing it while looking into the code setting ipv6 by service. Don't have
>> access to the repo to be more precise..
> You are right:
>
>    if (options->ifconfig_noexec)
>      {
>        options->tuntap_options.ip_win32_type = IPW32_SET_MANUAL;
>        options->ifconfig_noexec = false;
>      }
>
> (in options.c)
>
> so indeed, it would call do_ifconfig() then, and explicitely not do IPv4,
> and then just go forward as if nothing had happened and *do* IPv6.
>
> What a horrible hack...  I hope we can get rid of this as soon as Heiko's
> "do windows in the normal order of things" patch has been fully tested
> and merged.
>
> I'll open a trac ticket as soon as I have proper Internet again, which
> is not paid by the kbyte...
>
> gert

Many thanks Gert and Selva for taking the time to look into this.

I am happy to open a trac ticket for you and attach all my details tomorrow.
save you some time for important stuff :-)

Regards


------------------------------------------------------------------------------
_______________________________________________
Openvpn-devel mailing list
Openvpn-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/openvpn-devel

Reply via email to