openvpn3
openvpn3 copied to clipboard
Is there any way to specific adapter for openvpn3-Windows?
I have "adapter1" and "adapter2" two wintun adapters, and I would only use "adapter2" as the openvpn adapter. I could not find the command or config item in the openvpn3 for windows. Could I add some config in the ovpn profile or add some command arguments in the ovpncli to support this function? Thank you for your help.
In openvpn3 you cannot specify which adapter you want to use (apart from adapter type). In openvpn2 there is --dev-node
option which does exactly that.
Thanks for your answer. So in openvpn3, I cannot specify adapter and the adapter will be chosen automatically by process , right?