DynaGATE 20-30
The DynaGATE 20-30 is an IoT Edge Gateway specifically develop for smart transportation and fleet management. It combines hardware, software and connectivity to bridge the vehicle with leading Cloud services.
Installation
On EL 20.1.0, it may be required to force the installation of ESF with the following command:
rpm -ih --nosignature /tmp/esf-dynagate-20-30-<version>-1.corei7_64.rpm
GPS Configuration
The DynaGATE 20-30 can be equipped with an internal GPS device. The ESF Position Service is already configured to manage it using the 1-6.1 USB address.
Gpsd Coexistence
In Systems with EL 20.1.0 it is possible to configure ESF to coexist with gpsd to leverage the GPS RTK feature.
In a DynaGATE 20-30, the systemd-timesyncd
and the gpsd
services need to be enabled via systemctl
. The ESF Position service needs, then, to be configured to use the USB address 1-7 and to set the serial port speed to 9600 bauds.
Ethernet Configuration
The default configuration of the Ethernet interfaces for a DynaGATE 20-30 is the following:
Interface Name | Gateway Label | Status |
---|---|---|
eno1 | ETH1 | Enabled for LAN - Static address 172.16.0.1 with DHCP server |
enp5s0 | ETH2 | Enabled for WAN - DHCP Client |
Wireless Configuration
The wireless interface of the DynaGATE 20-30 is the wlp1s0. The default ESF configuration enables the interface and configure it in Access-point mode.
Firewall Configuration
The default ESF firewall configuration for the the DynaGATE 20-30 is as follows:
Port | Protocol | Permitted Network | Permitted Interface Name |
---|---|---|---|
8000 | tcp | 0.0.0.0/0 | eno1 |
67 | udp | 0.0.0.0/0 | eno1 |
67 | udp | 0.0.0.0/0 | wlp1s0 |
53 | udp | 0.0.0.0/0 | eno1 |
53 | udp | 0.0.0.0/0 | wlp1s0 |
5002 | tcp | 127.0.0.1/32 | |
1450 | tcp | 0.0.0.0/0 | eno1 |
80 | tcp | 10.234.0.0/16 | tun0 |
80 | tcp | 0.0.0.0/0 | eno1 |
22 | tcp | 10.234.0.0/16 | tun0 |
22 | tcp | 0.0.0.0/0 | eno1 |
5353 | udp | 0.0.0.0/0 | eno1 |
Modem Support
ESF natively supports the DynaGATE 20-30 internal modem (Quectel EG-25).
Updated about 2 years ago