From dbf8e89fd93f9f8f2c8abb9aab5014ed6b9429cb Mon Sep 17 00:00:00 2001 From: Krishna Vivek Vitta <84629581+krishnacx@users.noreply.github.com> Date: Mon, 25 Mar 2024 19:41:59 +0530 Subject: [PATCH] Fix bad apstrophe under mirrored mode networking section (#1930) --- WSL/networking.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/WSL/networking.md b/WSL/networking.md index 849f95c7..e76e8b6b 100644 --- a/WSL/networking.md +++ b/WSL/networking.md @@ -85,7 +85,7 @@ Here are the current benefits to enabling this mode: - Connect to WSL directly from your local area network (LAN) > [!NOTE] -> Run the following command in PowerShell window with admin privileges to [Configure Hyper-V firewall](/windows/security/operating-system-security/network-security/windows-firewall/hyper-v-firewall) settings to allow inbound connections: `Set-NetFirewallHyperVVMSetting -Name ‘{40E0AC32-46A5-438A-A0B2-2B479E8F2E90}’ -DefaultInboundAction Allow` or `New-NetFirewallHyperVRule -Name MyWebServer -DisplayName “My Web Server” -Direction Inbound -VMCreatorId “{40E0AC32-46A5-438A-A0B2-2B479E8F2E90}” -Protocol TCP -LocalPorts 80`. +> Run the following command in PowerShell window with admin privileges to [Configure Hyper-V firewall](/windows/security/operating-system-security/network-security/windows-firewall/hyper-v-firewall) settings to allow inbound connections: `Set-NetFirewallHyperVVMSetting -Name '{40E0AC32-46A5-438A-A0B2-2B479E8F2E90}' -DefaultInboundAction Allow` or `New-NetFirewallHyperVRule -Name "MyWebServer" -DisplayName "My Web Server" -Direction Inbound -VMCreatorId '{40E0AC32-46A5-438A-A0B2-2B479E8F2E90}' -Protocol TCP -LocalPorts 80`. This new mode addresses networking issues seen with using a NAT (Network Address Translation) based architecture. Find known issues or file feedback on any bugs identified in the [WSL product repo on GitHub](https://github.com/microsoft/wsl).