Hi, I have been late to this wintun party (no time for anything fun, these days) and this has already been committed, it seems. But some concerns below..
> + /* for wintun kernel doesn't send DHCP requests, so use ipapi to set > IP address and netmask */ > + if (options->wintun) > + { > + options->tuntap_options.ip_win32_type = IPW32_SET_IPAPI; > + } > Looks like this will most likely break any dhcp-related options in the client config.. Say "dhcp-option DNS xxx". We currently require ip_win32_type to be adaptive or dynamic when such options are specified. I think we should set this to adaptive here, and then handle it in tun.c Although there is no dhcp when wintun is used, we'll still support dhcp-options such as DNS etc using netsh or service, right? Selva
_______________________________________________ Openvpn-devel mailing list Openvpn-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/openvpn-devel