-
Notifications
You must be signed in to change notification settings - Fork 170
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
Network works only after more than 40s since upgrade from Windows 10 version 21H1 to 21H2 #176
Comments
I'm not sure. If you do |
I also have windows Version 21H2 (OS Build 19044.2364) Here is a more generic test to see how long it takes to get DNS to work:
In my case it took approximately 3 seconds, here is the output:
It depends on your system and how fast it can launch the processes and setup the tunnel with gvproxy on windows side. |
Hello, we have the same problem since upgrade to 21H2 |
Can you send the output of the commands I've given in #176 (comment) ? |
|
Is there an update on this issue? I have the same problem now as well. |
@ThePhoenix53 Is your issue also:
Did your problem also start with an upgrade from Windows 10 21H1 to 21H2? What is your |
I upgrade from 0.3.8 to 0.4.1. |
@philippe-granet Can you try running it in the foreground like this and see if any step is taking a long time?
|
@sakai135 I have updated to latest WSL and kernel version, the problem is still here. |
Since upgrade from Windows 10 version 21H1 to 21H2, it takes about 40s in order network works correctly with wsl-vpnkit.
Before Windows upgrade, it takes only a few seconds.
I launch this command:
wsl.exe -d wsl-vpnkit --cd /app /usr/sbin/wsl-vpnkit
And in parallel this one:
date && curl --insecure --fail --connect-timeout 5 --max-time 5 --retry 50 --retry-connrefused --retry-delay 5 --include https://internal.corporate.server/artifactory/api/system/ping && date
It takes 42s ( mer. 28 déc. 2022 17:29:19 => mer. 28 déc. 2022 17:30:01 ) before we can reach our server.
Have you got an idea about this delay?
The text was updated successfully, but these errors were encountered: