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

Split tunneling an application breaks localhost loopback #1320

Open
zznty opened this issue Dec 27, 2024 · 0 comments
Open

Split tunneling an application breaks localhost loopback #1320

zznty opened this issue Dec 27, 2024 · 0 comments

Comments

@zznty
Copy link

zznty commented Dec 27, 2024

Describe the bug
When application is added to "Split tunneling applications" list, windows could not resolve route to localhost (127.0.01) anymore, despite working fine without split tunneling via vpn

To Reproduce
Steps to reproduce the behavior:

  1. Open source2 game (Deadlock in my case)
  2. Add its exe to split tunneling list (project8.exe)
  3. Try to start a sandbox
  4. See the error above in console

Expected behavior
Application should be able to resolve route to localhost

Log files

[SteamNetSockets] WSASendTo 127.0.0.1:27015 failed, returned -1, last error=0x2741 The requested address is not valid in its context.

Desktop (please complete the following information):

  • OS: Windows 11 24H2 (26100.2605)
  • Version 4.8.1.9

Additional context
I think the case is valid for any application using win32 socket apis. Im not sure if this is caused by the fact that both socket listener and connecting socket are inside the same process.

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