You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Aug 20, 2020. It is now read-only.
Copy file name to clipboardExpand all lines: Usage-FAQ.md
+16-17
Original file line number
Diff line number
Diff line change
@@ -1,10 +1,10 @@
1
1
## Usage FAQ
2
2
3
-
### I get an error about my network connection type being set to Public.
3
+
*"I get an error about my network connection type being set to Public."*
4
4
5
-
Full error:
5
+
### Full error:
6
6
7
-
```powershell
7
+
```
8
8
Set-WSManQuickConfig : <f:WSManFault xmlns:f="http://schemas.microsoft.com/wbem/wsman/1/wsmanfault" Code="2150859113" Machine="localhost"><f:Message><f:ProviderFault provider="Config provider" path="%systemroot%\system32\WsmSvc.dll"><f:WSManFault xmlns:f="http://schemas.microsoft.com/wbem/wsman/1/wsmanfault" Code="2150859113" Machine="tablet"><f:Message>WinRM firewall exception will not work since one of the network connection types on this machine is set to Public. Change the network connection type to either Domain or Private and try again. </f:Message></f:WSManFault></f:ProviderFault></f:Message></f:WSManFault>
@@ -52,19 +52,18 @@ Here's a visualization from the above limitations article:
52
52
53
53
Refer to this article for help on creating NAT networks: https://msdn.microsoft.com/en-us/virtualization/hyperv_on_windows/user_guide/setup_nat_network
54
54
55
-
Here are some helpful commands
55
+
Here are some helpful PowerShell commands
56
56
57
-
```powershell
58
-
# List NAT networks, take note of the IP range and subnet
59
-
Get-NetNat
57
+
### List NAT networks, take note of the IP range and subnet
58
+
Get-NetNat
60
59
61
-
# Remove an existing NAT network
62
-
Remove-NetNat DockerNAT
60
+
### Remove an existing NAT network called DockerNAT
Docker for Windows network settings can be updated from the windows tray icon. Lab network changes require updating both `Enable-Internet.ps1` and the `Lab.psd1` files.
0 commit comments