Skip to content

Instantly share code, notes, and snippets.

@IAmStoxe
Created September 14, 2020 20:32
Show Gist options
  • Save IAmStoxe/ac758dafeac5210244a4120149c17f4d to your computer and use it in GitHub Desktop.
Save IAmStoxe/ac758dafeac5210244a4120149c17f4d to your computer and use it in GitHub Desktop.
Add a rule to the Windows firewall to allow port forwarding.
New-NetFirewallRule -DisplayName "WSL" -Direction Inbound -InterfaceAlias "vEthernet (WSL)" -Action Allow
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment