Skip to content

Commit 92cdeb5

Browse files
Merge pull request #271175 from AjayBathini-MSFT/patch-157
(AzureCXP) fixes MicrosoftDocs/azure-docs#121289
2 parents f3d7117 + 626c8e9 commit 92cdeb5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/iot-edge/how-to-create-virtual-switch.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -134,7 +134,7 @@ The switch is now created. Next, you'll set up the DNS.
134134
1. Assign the **NAT** and **gateway IP** addresses you created in the earlier section to the DHCP server, and restart the server to load the configuration. The first command should produce no output, but restarting the DHCP server should output the same warning messages that you received when you did so in the third step of this section.
135135
136136
```powershell
137-
Set-DhcpServerV4OptionValue -ScopeID {natIp} -Router {gatewayIp}
137+
Set-DhcpServerV4OptionValue -ScopeID {startIp} -Router {gatewayIp}
138138
Restart-service dhcpserver
139139
```
140140

0 commit comments

Comments
 (0)