Very low internet upload speed in wsl2 windows 11

Stefano Vivas 0 Reputation points
2023-08-27T16:16:47.5133333+00:00

My speed of internet in wsl 2 is very low, with windows version of win 11.

There is no "vEthernet (WSL)" and, There is no “Large Send Offload Version 2 (IPv4)” and “Large Send Offload Version 2 (IPv6)” in the advanced tab of "configure"(https://answers.microsoft.com/en-us/windows/forum/all/low-internet-speed-in-wsl-2/21524829-18be-4611-bb5f-cabccd2cae31), and as you can see in the image below.

Captura de tela 2023-08-27 130852

Captura de tela 2023-08-27 131000

Windows for business | Windows Client for IT Pros | User experience | Other
0 comments No comments
{count} votes

1 answer

Sort by: Most helpful
  1. Limitless Technology 44,751 Reputation points
    2023-08-28T11:38:37.4666667+00:00

    Hello,

    First of all I would recommend to check if the network adapter drivers have been updated to the latest available by the manufacturer. Then try next actions:

    1. Enable related features through DISM command line. From Administrator DOS prompt, run:

    dism.exe /online /enable-feature /featurename:Microsoft-Windows-Subsystem-Linux /all /norestart

    dism.exe /online /enable-feature /featurename:VirtualMachinePlatform /all /norestart

    1. Update the WSL kernel package. From the Linux machine run:

    wsl.exe --install

    or

    wsl.exe --update

    Reference: https://learn.microsoft.com/en-us/windows/wsl/install-manual#step-4---download-the-linux-kernel-update-package

    Hope this resolves your Query !!

    --If the reply is helpful, please Upvote and Accept it as an answer–

    0 comments No comments

Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.