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

[Bug] wintun device name incorrect in Windows #300

Closed
2 tasks done
sonvirgo opened this issue Sep 27, 2023 · 4 comments · Fixed by #301
Closed
2 tasks done

[Bug] wintun device name incorrect in Windows #300

sonvirgo opened this issue Sep 27, 2023 · 4 comments · Fixed by #301
Assignees
Labels
bug Something isn't working

Comments

@sonvirgo
Copy link

Verify steps

  • Is this something you can debug and fix? Send a pull request! Bug fixes and documentation fixes are welcome.
  • I have searched on the issue tracker for a related issue.

Version

2.5.1

What OS are you seeing the problem on?

Windows

Description

The created tun interface change its name by adding increasing number
ie wintun1, wintun2, wintun3, ...

This affect NAT internet sharing from the wintun interface to Hotspot

Screenshot (18)

CLI or Config

tun2socks-windows-amd64 -device tun://wintun -proxy socks5://127.0.0.1:1081

Logs

No response

How to Reproduce

just run the coomand
wintun change its name every time

@xjasonlyu xjasonlyu added the bug Something isn't working label Sep 27, 2023
@xjasonlyu xjasonlyu self-assigned this Sep 28, 2023
xjasonlyu added a commit that referenced this issue Sep 28, 2023
@xjasonlyu
Copy link
Owner

xjasonlyu commented Sep 28, 2023

This should be fixed by #301. Please feel free to reopen it if this issue still exists!

To specify the GUID for wintun adapters, see tun-options.

@sonvirgo
Copy link
Author

This should be fixed by #301. Please feel free to reopen it if this issue still exists!

To specify the GUID for wintun adapters, see tun-options.

Thank buddy, but where is the new build for device model?

@xjasonlyu
Copy link
Owner

There's no release yet, but you can build yourself.

@sonvirgo
Copy link
Author

There's no release yet, but you can build yourself.

Thanks, works as expected

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants