3.3.2 Linux-based command-line management
When using the Linux command line for network and system configuration, the first
thing you need to do is close the IEOS program. IEOS is managed through systemctl,
Shutting down IEOS is done as follows:
systemctl stop ieos_daemon
This shutdown only applies to this startup, and IEOS programs will still start
after the system is rebooted. Here's how to prevent IEOS programs from starting:
systemctl disable ieos_daemon
Important note: After IEOS is turned off, wireless networking functions such as
dialing and Wi-Fi require native Linux commands, and there is no way to remotely
manage devices on the DeviceLive platform.
3.3.2.1 Network management
3.3.2.1.1 Set up a static IP address
If you want to set static IP address for EC300, through the command
vim/etc/network/interfaces. D/eth1 or vim/etc/network/interfaces. D/for eth2
modify the corresponding network configuration file to the default gateway for
Ethernet interface, address, Network and subnet mask. As an example, let's set a
static IP address for the eth2 port: