This issue was moved to a discussion.
You can continue the conversation there. Go to discussion →
Is it possible to access WSL outside through ipv6? #11826
Labels
You can continue the conversation there. Go to discussion →
I'm trying to access WSL like ssh remotely through ipv6 because I don't have a public ipv4 address, following configs like
networkingMode=mirrored
andhostAddressLoopback
to enable ipv6 and expose wsl ports to windows and creating firewall rule for hyper-v to enable inbound rule for specific port (here, 22000 for SSH of WSL)1. But I still failed to establish ssh connection remotely/even locally through ipv6 address but successfully over ipv4 address. And at the same time, the ssh to windows ssh and a bridged-network virtual machine through ipv6 are all OK. While at the same time, I found it failed to access a ipv6 web server in WSL from Windows.I'd like to know if it's possible to access WSL outside through ipv6, I haven't tried to disable
networkingMode=mirrored
and use netsh to create proxy v4 (WSL) to v6 (Windows) and don't know if it could work.My current version and wsl conf is as follows,
wsl conf
The text was updated successfully, but these errors were encountered: