Network configuration via cli, Ip configuration, Servers (optional) – Doremi LE100 User Manual

Page 18: Dns (required for ntp), 2 network configuration via cli

Advertising
background image

LE1.OM.002066.DRM

Page 18 of 52

Version 1.1

Doremi Labs

5.2 Network Configuration via CLI

Note: This method is valid for all LE100 software versions. For more information on logging into
the Command Line Interface (CLI), see Section 4.

5.2.1 IP Configuration

To change the IP address of either eth0 or eth1, first make a backup of the file 'interfaces',
located in the directory '/etc/network/'. Then run the following command and make necessary
changes:

# rwdo nano /etc/network/interfaces

Note: If you are unsure on how to use the command line editor, contact Doremi Cinema
Technical Support for assistance.

5.2.2 Servers (Optional)

To add a new NTP server, type the following command:

rwdo nano /doremi/etc/ntpservers <enter>

Then add the url or ip of the NTP Server after "NTPSERVERS=", separating servers with

a space.

exp. NTPSERVERS="pool.ntp.org 100.57.37.135"

5.2.3 DNS (Required for NTP)

To add a new line to your DNS, type the following command:

# echo

nameserver 172.17.16.1” >> /etc/resolv.conf <Enter>

Advertising