DynaGATE 20-30
Install ESF 7.5.0 and higher
As of version 7.5.0 ESF requires the jre 17, not available for the DynaGATE 20-30, it is only possible to proceed by upgrading previous versions and not with a newly installation. Please take a look to the upgrade section.
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.
GPS Configuration
ESF is configured by default to use the GPSd service provided at Linux level. The user will just need to make sure that the gpsd
provider in the ESF PositionService is selected and the selected port corresponds to the firewall configuration. Once the PositionService is enabled, it should be able to pick the position events from the GPSd provider.
The internal modem (Quectel EG-25) provides an additional GPS device. In standard gateway SKUs the antenna for this GPS device is not connected, even if ESF can manage it. So, it must not be enabled using the ESF UI to avoid undesired behaviours.
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. By default, the interface is disabled.
To set the right Regulatory Domain create or edit the file /etc/modprobe.d/cfg80211.conf
with the following content and then reboot the system.
options cfg80211 ieee80211_regdom=<your regulatory domain>
Firewall Configuration
The default ESF firewall configuration for the the DynaGATE 20-30 is as follows:
Port | Protocol | Permitted Network | Permitted Interface Name |
---|---|---|---|
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 |
443 | tcp | 10.234.0.0/16 | tun0 |
443 | tcp | 0.0.0.0/0 | eno1 |
4443 | tcp | 10.234.0.0/16 | tun0 |
4443 | 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 |
2947 | tcp | 127.0.0.1/32 | lo |
Modem Support
ESF natively supports the DynaGATE 20-30 internal modem (Quectel EG-25).
Journald persistence
EL 20.1.0 uses in RAM journal
EL 30.0.0 uses persisted journal
Clock Service
Chrony-advanced option doesn't support NTS.
In EL 30.1.0 Chrony-advanced option supports all the features.
Updated 3 days ago