Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

All ovpn-dco adapters on this system are in use or disabled #706

Open
1 task
s-a-m-u-e-l opened this issue Sep 27, 2024 · 0 comments
Open
1 task

All ovpn-dco adapters on this system are in use or disabled #706

s-a-m-u-e-l opened this issue Sep 27, 2024 · 0 comments

Comments

@s-a-m-u-e-l
Copy link

s-a-m-u-e-l commented Sep 27, 2024

OpenVpn GUI uses DCO Data Channel Offload network drives.
Per connection it needs one dco.

To recreate the error uninstall all VPNs on your computer or use a clean VM then try to connect to multiple vpns that use dco
Error Message:
image

It maybe never is an issue if you have multiple VPNs installed like OpenVPN GUI and OpenVPN Connect and/or NordVPN

In my case i had NordVPN installed and because of this it was never an issue to have multiple connections because the seccond connection used the DCO from NordVPN
image

But when you only have OpenVPN GUI installed and want to connect two vpn's you need a seccond DCO
There is a weird workaround you can disable the DCO and connect your first VPN, then you enable it again and connect the seccond one. This works because it does not use the DCO then but uses the TAP-Adapter

To create a seccond dco you need to run following command:
"C:\Program Files\OpenVPN\bin\tapctl.exe" create --hwid ovpn-dco --name "Local Area Connection#2"

https://www.internet-xs.de/kb/openvpn-allgemein/openvpn-auf-windows-all-tap-windows6-adapters-on-this-system-are-currently-in-use-or-disabled-57296

https://forums.openvpn.net/viewtopic.php?t=35320

to delete it:
"C:\Program Files\OpenVPN\bin\tapctl.exe" delete "Local Area Connection#2"
image

  • It would be very nice if openvpn automatically creates new adapters if you have multiple connections!
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant