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

How to have concurrent TUN/TAP interfaces on Windows ? #46

Closed
gumyn opened this issue May 9, 2018 · 3 comments
Closed

How to have concurrent TUN/TAP interfaces on Windows ? #46

gumyn opened this issue May 9, 2018 · 3 comments

Comments

@gumyn
Copy link

gumyn commented May 9, 2018

I tried to start on WINDOWS a new TUN interface while OpenVPN was running and "songgao/water" library couldn't find an interface and doesn't try to create a new one.

Is it possible to have parallel interfaces on windows ?

(Linux and Mac are working fine)

@gumyn gumyn changed the title How to have concurrent TUN/TAP interface on Windows ? How to have concurrent TUN/TAP interfaces on Windows ? May 9, 2018
@songgao
Copy link
Owner

songgao commented Jun 23, 2018

@lixin9311 knows better about the windows support, but it seems in this case OpenVPN has already occupied the interface, so you can't use it. I suppose that's what you mean by "parallel interfaces", i.e. you need a second TUN interface and set ComponentID. I don't remember clearly how to do that, perhaps @lixin9311 can clarify?

@lixin9311
Copy link
Collaborator

lixin9311 commented Jun 23, 2018 via email

@songgao
Copy link
Owner

songgao commented Mar 31, 2019

Looks like this was fixed by #59 . I'm gonna go ahead and close this for now but @gumyn feel free to reopen if you think other work needs to be done for this.

@songgao songgao closed this as completed Mar 31, 2019
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

3 participants