Installation Manual

Connecting to the Intel® Edison Board
Intel® Edison
Quick Start Guide September 2014
22 Intel Confidential Document Number: EQSG-ww29
6.3 Changing an Edison board’s static IP address
If you more than one Intel® Edison device, you will need to change the static IP address of each additional board in
the same host via SSH. To change an Edison’s IP address, do the following:
1. Log on to the Edison board via SSH.
2. Edit the /lib/systemd/system/network-gadget-init.service file and change the default IP address listed in
following two lines:
ExecStart=-/bin/sh c “ ifconfig usb0 192.168.2.15”
ExecReload=-/bin/sh c “ ifconfig usb0 192.168.2.15”
3. Next time you og on to this Edison device via SSH, the static IP address will be changed.
§