-
Notifications
You must be signed in to change notification settings - Fork 822
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
WSL2 can't receive jumbo frames when using a VPN with a 9000 MTU and mirrored network. #11686
Comments
Logs are required for review from WSL teamIf this a feature request, please reply with '/feature'. If this is a question, reply with '/question'. How to collect WSL logsDownload and execute collect-wsl-logs.ps1 in an administrative powershell prompt:
The scipt will output the path of the log file once done. Once completed please upload the output files to this Github issue. Click here for more info on logging View similar issuesPlease view the issues below to see if they solve your problem, and if the issue describes your problem please consider closing this one and thumbs upping the other issue to help us prioritize it! Open similar issues:
Closed similar issues:
|
I have conducted some experiments: With MTU 1500:
With MTU 9000:
If you use Wireshark, you will observe that all jumbo packets are being ignored. This is why the TCP connection is successfully established, and the HTTP 301 response (825B) can be received, but the webpage from 'www.google.com' (which consists of multiple packets, with the largest being 8203B) cannot be fetched. If you are using a VPN with an MTU of 9000 and cannot change the VPN configuration, there is a workaround: Choose the right interface:
then
|
I found similar issue. VPN issue. not VPN, but with a 9000 MTU eth0 and the bot listed. |
Confirmed, the similar issue #11361 is caused by the 9000 MTU setting. the workaround set mtu to 1500 work. |
/dupe #11046 |
Hi! We've identified this issue as a duplicate of another one that already exists in this repository. This specific instance is being closed in favor of tracking the concern over on the referenced thread. Thanks for your report! |
Windows Version
Microsoft Windows [Version 10.0.26100.712]
WSL Version
2.2.4.0
Are you using WSL 1 or WSL 2?
Kernel Version
5.15.153.1
Distro Version
ArchLinux
Other Software
No response
Repro Steps
ping -s2000 1.1.1.1
Expected Behavior
can ping
Actual Behavior
Actually, it does get reply:
Diagnostic Logs
No response
The text was updated successfully, but these errors were encountered: