Skip to content
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

Cannot use experimental network features #10492

Closed
1 of 2 tasks
Berrysoft opened this issue Sep 19, 2023 · 8 comments
Closed
1 of 2 tasks

Cannot use experimental network features #10492

Berrysoft opened this issue Sep 19, 2023 · 8 comments
Assignees

Comments

@Berrysoft
Copy link

Windows Version

Microsoft Windows [Version 10.0.23545.1000]

WSL Version

2.0.0.0

Are you using WSL 1 or WSL 2?

  • WSL 2
  • WSL 1

Kernel Version

5.15.123.1-1

Distro Version

Arch

Other Software

No response

Repro Steps

Write a ~/.wslconfig like

[experimental]
sparseVhd=true
autoMemoryReclaim=gradual
networkingMode=mirrored
dnsTunneling=true
firewall=true

Expected Behavior

According to the release note, it should work well.

Actual Behavior

(the error message is translated)

wsl: Hyper-V firewall is not supported
wsl: mirrored networking mode is not supported, fallback to NAT
wsl: DNS tunneling is not supported

Diagnostic Logs

No response

@Berrysoft
Copy link
Author

Windows加入Insider

Microsoft Windows [Version 10.0.23545.1000]

It's dev channel.

@Berrysoft
Copy link
Author

图片

I wonder how do you understand the version of kernel, and product name:)

@Berrysoft
Copy link
Author

I've noticed that there's a patch I could not install - Update Stack Package - (Version 1201.2307.4011.0)

It always fail to install. Is it the reason?

@nick-beer
Copy link

nick-beer commented Sep 19, 2023

I'm also seeing this. I've tried on two different computers, and on both I get:

wsl: Hyper-V firewall is not supported
wsl: Mirrored networking mode is not supported, falling back to NAT networking

I'm on Windows 11, "Release Preview" ring of the insider's program, OS Build 22621.2283. I get the following with wsl --version.

WSL version: 2.0.0.0
Kernel version: 5.15.123.1-1
WSLg version: 1.0.57
MSRDC version: 1.2.4485
Direct3D version: 1.608.2-61064218
DXCore version: 10.0.25880.1000-230602-1350.main
Windows version: 10.0.22621.2283

Here's the contents of my .wslconfig:

[experimental]
networkingMode=mirrored

@craigloewen-msft
Copy link
Member

Hi folks if you're seeing this it's because you're not on the latest version.

If you're on the release preview ring, you need this build or higher (Note the minor number): [Version 10.0.22621.2359

@Berrysoft are you able to move to the canary channel? That should fix you right away. I will check version numbers with the Dev channel.

@ghost ghost closed this as completed Sep 19, 2023
@Berrysoft
Copy link
Author

So...why dev channel could not use the feature? The release note doesn't say that.

@rjy7wb
Copy link

rjy7wb commented Sep 20, 2023

The Release notes : https://devblogs.microsoft.com/commandline/windows-subsystem-for-linux-september-2023-update/

say the release channel has the networking changes, specifically

Please note this feature is currently only available to Windows Insiders (across all Insider Channels) including the Release Preview Channel with the latest Windows 11, version 22H2 update here. You can get access now by joining the Windows Insider Program and choosing to opt in your device into the Release Preview Channel.

Release Preview Channel

the release preview is on 22621.2283, not 22621.2359, please fix

@Berrysoft
Copy link
Author

It also says "across all insider channels", so I thought dev channel should be OK.

This issue was closed.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants