Doremi IMS1000 User Manual

Page 273

Advertising
background image

IMS.OM.002949.DRM

Page 273 of 320

Version 1.7

Doremi Labs

16.3 Temporarily Setting the Network Configuration via USB

This method should be used to “rescue” the device in case the IP address is lost or forgotten.
The network configuration is set temporarily until the next reboot. The current IP will be back
after the next reboot.

To update the network configuration with a USB flash drive:

1. Create a directory called "doremi" at the root of the USB key.
2. Create a directory called "tmp" inside the /doremi/ directory.
3. Create a directory called "network" inside the /doremi/tmp/ directory.
4.

Create a file inside the “network” directory and name it “ifconfig.0”. This will be used to
configure Ethernet port 0.

For static IP, enter the following information in the “ifconfig.0” file, replacing the items in bold
with your desired settings:

interface: eth0

ip: 42.0.0.1

mask: 255.255.255.248

gateway: 42.0.0.6


For DHCP, use the following format:

interface: eth0

ip: dhcp

5.

Create a second file inside the “network” directory and name it “ifconfig.1”. This will be
used to configure Ethernet port 1.


For static IP, enter the following infor

mation in the “ifconfig.1” file, replacing the items in bold

with your desired settings:

interface: eth1

ip: 42.0.0.1

mask: 255.255.255.248

gateway: 42.0.0.6


For DHCP use the following format:

interface: eth1

ip: dhcp

6.

Create a file and name it “ntp” (optional) with the following format. Replace items in bold
with your desired settings.


NTPSERVERS="server1.ntp.org server2.ntp.org"

7.

Create a file and name it “dns” (required for NTP) with the following format. Replace
items in bold with your desired settings.

Nameserver 172.17.16.1

nameserver 8.8.8.8

search rnd.doremilabs.fr

domain rnd.doremilabs.fr

Advertising