-
Notifications
You must be signed in to change notification settings - Fork 846
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
Allow bridged networking for WSL 2 #4472
Labels
Comments
#4150 is the landing zone. |
See my equivalent solution |
Closed
Sad news from just released WSL v2.4.5 changelog:
Bridged mode works very well as it is now in WSL-Version: 2.4.5.0 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Please allow the WSL 2 networking infrastructure to be configured for bridged mode, as well as the current NAT system.
Here are my reasons:
While the workaround to publish WSL 2-hosted services to the wider network (per #4150) does work for most protocols, it's also more overhead to keep track of, as is managing source/destination IP addresses in configurations with ever-shifting IP ranges (per #4467).
And since I have a /16 to play with, burning another IP address on WSL 2 isn't going to hurt.
IPv6, which at the moment the WSL Hyper-V infrastructure doesn't support, and which I'm using as the primary protocol on my network for everything that supports it. The reason I ask for it by this method and not a request for specific IPv6 support is because bridging also supports whatever other non-IPv4 protocols turn up tomorrow.
Incidentally fixes the other WSL IP address & Subnet is never deterministic (Constantly changing) #4467 problem; I too have had the problem of the WSL interface happening upon a choice of private IP range in use elsewhere on the network.
The text was updated successfully, but these errors were encountered: