PowerShell: netsh interface ipv4 show subinterface
WSL2: ip link list
# 1400 = the network you are connecting to
WSL2: sudo ip link set dev eth0 mtu 1400
Source: https://github.com/microsoft/WSL/issues/4698#issuecomment-871279847
PowerShell: netsh interface ipv4 show subinterface
WSL2: ip link list
# 1400 = the network you are connecting to
WSL2: sudo ip link set dev eth0 mtu 1400
Source: https://github.com/microsoft/WSL/issues/4698#issuecomment-871279847