Skip to content

Commit ed51cbe

Browse files
Update setup-edison.md
1 parent 06ce4d1 commit ed51cbe

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

docs/docs/walkthrough/phase-0/setup-edison.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -342,8 +342,7 @@ Some users have reported problems where the local router uses the same IP block
342342

343343
To check which IP address your router is using, you can run `ipconfig` on Windows or `ifconfig` on Mac/Linux. If you're getting an address starting with 192.168.2.x, you'll want to edit your Edison's configuration to use a different subnet for usb0:
344344

345-
use: `vi /etc/network/interfaces`
346-
to edit the static usb0 interface address from 192.168.2.15 to another valid private IP, like 192.168.29.29. The resulting config should look like:
345+
Use `vi /etc/network/interfaces` to edit the static usb0 interface address from 192.168.2.15 to another valid private IP, like 192.168.29.29. The resulting config should look like:
347346

348347
```
349348
# interfaces(5) file used by ifup(8) and ifdown(8)

0 commit comments

Comments
 (0)