ReliaGATE 20-25
The ReliaGATE 20-25 is a high-performance, LTE ready and Cloud certified Multi-service IoT Edge Gateway for industrial and lightly rugged applications.
ESF Installers
Eurotech provides the esf-reliagate-20-25-systemd
ESF distribution for the ReliaGATE 20-25 EL 23.0.0, previous EL versions are not supported by ESF 7.
Warning
The ufw firewall management service might be enabled by default on some EL23.0.0 Linux image installers, it is recommended to manually disable it for using a ESF installation with network management support with the following command:
systemctl disable ufw
GPS Configuration
The REGATE-20-25-x6 ordering codes provide a dedicated GPS device, in other ordering codes, GPS is provided by internal modem or by external ReliaCELL 10-20 module.
In all cases ESF PositionService default configuration should work out of the box. If the GPS is provided by the modem, then it must be enabled in the network configuration section of ESF Web UI.
Ethernet Configuration
The naming scheme of Ethernet interfaces depends on the Linux image version.
The default configuration of the Ethernet interfaces for a ReliaGATE 20-25 with Eurotech Linux 23 is the following:
Interface Name | Gateway Label | Status |
---|---|---|
enp3s0 | ETH0 | Enabled for LAN - Static address 172.16.0.1 with DHCP server |
enp4s0 | ETH1 | Enabled for WAN - DHCP Client |
Wireless Configuration
The ReliaGATE 20-25 has a WiFi interface, named wlp1s0 on Eurotech Linux 23.0.0.
By default, the interface is disabled.
Firewall Configuration
Following the ESF firewall configuration for the ReliaGATE 20-25 EL 23.0.0:
Port | Protocol | Permitted Network | Permitted Interface Name |
---|---|---|---|
67 | udp | 0.0.0.0/0 | enp3s0 |
67 | udp | 0.0.0.0/0 | wlp1s0 |
53 | udp | 0.0.0.0/0 | enp3s0 |
53 | udp | 0.0.0.0/0 | wlp1s0 |
443 | tcp | 10.234.0.0/16 | |
443 | tcp | 0.0.0.0/0 | enp3s0 |
4443 | tcp | 10.234.0.0/16 | |
4443 | tcp | 0.0.0.0/0 | enp3s0 |
22 | tcp | 10.234.0.0/16 | |
22 | tcp | 0.0.0.0/0 | enp3s0 |
5353 | udp | 0.0.0.0/0 | enp3s0 |
Modem Support
The ordering codes from REGATE-20-25-x2 to REGATE-20-25-x5 do not have an internal modem. An external ReliaCELL 10-20 can be added to provide cellular connectivity.
The ordering codes from REGATE-20-25-x7 to REGATE-20-25-x8 have an internal modem.
In all cases modem support should be provided out of the box by ESF.
Journald persistence
EL 23.0.0 uses in RAM journal
AIDE Intrusion Detection Configuration
The default AIDE configuration from section "AIDE Intrusion Detection" can be applied to this device. An exception must be added to avoid false tampering events for the file /etc/timestamp
:
NORMAL = p+n+u+g+s+selinux+sha256
/etc NORMAL
/opt NORMAL
!/etc/bind/named.conf
!/etc/resolv.conf
!/etc/adjtime*
!/etc/timestamp
The file /etc/timestamp
is used by EverywareLinux 23.0.0 to maintain a backup timestamp, hence it may change during the gateway's lifecycle.
Clock Service
In order to be able to use the chrony-advanced option in the clock service configuration, chrony must be manually installed on the system, this is due to the fact that the chrony
package conflicts with the ntp
package, and the latter is installed by default.
The following command can be used to install the chrony
package and uninstall the ntp
package:
dnf install --allowerasing chrony chronyc
The chrony
service will be managed by ESF, so we recommend to disable the service after installation.
systemctl stop chronyd
systemctl disable chronyd
Note
NTS is not supported by chrony on this platform
Forward Secure Sealing (FSS)
This device does not support FSS verification to detect log file tampering.
Updated over 2 years ago