
UC-8100-LX Software
Getting Started
2-9
Dynamic IP addresses:
To configure one or both LAN ports to request an IP address dynamically, replace
static
with
dhcp
and then
delete the address, network, netmask, and broadcast lines.
Default Setting for LAN1
Dynamic Setting using DHCP
iface eth0 inet static
address 192.168.3.127
network: 192.168.3.0
netmask 255.255.255.0
broadcast 192.168.3.255
iface eth0 inet dhcp
# embedded ethernet LAN1
iface eth0 inet dhcp
64B
Connecting to a Cellular Network
You can install cellular modules on UC-8100-LX series. Refer to Moxa Official Website or the product data for
compatible cellular modules.
The cellular connection utitlity is cell_mgmt. Once you have cellular module installed and SIM card inserted,
you may use the command to connect.
First, edit the APN name in /etc/qmi-network.conf:
moxa@Moxa:~$ echo “APN=internet” | sudo tee /etc/qmi-network.conf
And use the following command:
moxa@Moxa:~$ sudo cell_mgmt start
Please refer to Cellular Module section for more advanced settings.
20B
System Administration
65B
Querying the Firmware Version
To check the firmware version of UC-8100-LX series, type:
moxa@Moxa:~$ kversion
UC-8112-LX version 1.0.0
Adding the
–a
option will give you the full build version:
moxa@Moxa:~$ kversion -a
UC-8112-LX version 1.0.0 Build 14050416
66B
Adjusting the Time
The UC-8100-LX has two time settings. One is the system time, and the other is the RTC (Real Time Clock) time
kept by the UC-8100-LX hardware. Use the
#date
command to query the current system time or set a new
system time. Use
#hwclock
to query the current RTC time or set a new RTC time.
Use the command
date MMDDhhmmYYYY
to set the system time
:
MM
= Month
DD
= Date
hhmm
= hour and minute