Skip to content

Commit 626c8e9

Browse files
(AzureCXP) fixes MicrosoftDocs/azure-docs#121289
Changes made in line no 137 From Set-DhcpServerV4OptionValue -ScopeID {natIp} -Router {gatewayIp} Restart-service dhcpserver To Set-DhcpServerV4OptionValue -ScopeID {startIp} -Router {gatewayIp} Restart-service dhcpserver
1 parent 06cd888 commit 626c8e9

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)