ReliaGATE 10-20
The ReliaGATE 10-20 is an industrial grade Multi-service IoT Edge Gateway that provides communications, computation power and a simplified IoT application framework for platform integration.
GPS Configuration
The -01 and -21 variants have an internal GPS. In order to use it form ESF, the Position Service configuration must be updated by setting the port parameter to 1-1.6 and gpsd must be disabled.
Ethernet Configuration
The default configuration of the Ethernet interfaces for a ReliaGATE 10-20 is the following:
Interface Name | Gateway Label | Status |
---|---|---|
eth0 | ETH0 | Enabled for LAN - Static address 172.16.0.1 with DHCP server |
eth1 | ETH1 | Enabled for WAN - DHCP Client |
Wireless Configuration
The ReliaGATE 10-20 has a WiFi interface, named wlan0.
By default, the interface is disabled.
Firewall Configuration
Following the ESF firewall configuration for the ReliaGATE 10-20:
Port | Protocol | Permitted Network | Permitted Interface Name |
---|---|---|---|
67 | udp | 0.0.0.0/0 | eth0 |
67 | udp | 0.0.0.0/0 | wlan0 |
53 | udp | 0.0.0.0/0 | eth0 |
53 | udp | 0.0.0.0/0 | wlan0 |
443 | tcp | 10.234.0.0/16 | |
443 | tcp | 0.0.0.0/0 | eth0 |
4443 | tcp | 10.234.0.0/16 | |
4443 | tcp | 0.0.0.0/0 | eth0 |
22 | tcp | 10.234.0.0/16 | |
22 | tcp | 0.0.0.0/0 | eth0 |
5353 | udp | 0.0.0.0/0 | eth0 |
Modem Support
In order to add cellular modem support to ReliaGATE 10-20 it is possible to use an external ReliaCELL 10-20 module. It is recommended to disable gpsd since it can interfere with ESF modem management logic.
Disabling GPSD
On EL 27, gpsd is active by default, it is recommended to disable it after ESF installation. In order to disable it is possible to execute the following command and then restart the gateway:
systemctl mask gpsd.service gpsd.socket
The service can be re-enabled by executing the following command and then restarting the gateway:
systemctl unmask gpsd.service gpsd.socket
Updated almost 2 years ago