-
Notifications
You must be signed in to change notification settings - Fork 853
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: Jumbo frames are not forwarded to mirrored interface on Linux #11046
Comments
Hi I'm an AI powered bot that finds similar issues based off the issue title. Please 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. Thank you! Open similar issues:
|
Hi. Can you please collect networking logs by following the instructions below? |
I also meet the same problem, is there any specific reason why WSL cannot support jumbo frames? |
Here's an example that captures the issue in logs. Context is that I have AlmaLinux-9 running in WSL2 on a Windows 11 machine. Client application (192.168.42.2) is expecting 19164 jumbo packets of length 6466 or 6498 from a device on our local network (192.168.42.1). pktmon.etl captures those packets, but tcpdump does not. |
Windows Version
Windows version: 10.0.22621.3007
WSL Version
WSL version: 2.1.0.0
Are you using WSL 1 or WSL 2?
Kernel Version
Ubuntu-22.04
Distro Version
Ubuntu-22.04
Other Software
No response
Repro Steps
[wsl2]
networkingMode = mirrored
firewall=true
localhostforwarding = true
Sending Ethernet packets of size 5000 bytes. I see those on Windows but do not see those on Ubuntu's mirrored interface. I do see packets less than 1500 bytes
Expected Behavior
Expected behavior is that I do see all the packets on mirrored interface
Actual Behavior
No packets bigger the 1500 bytes are seen
Diagnostic Logs
No response
The text was updated successfully, but these errors were encountered: