ReliaGATE/DynaGATE/BoltGATE 10-12
The ReliaGATE 10-12, DynaGATE 10-12 and BoltGATE 10-12 are Multi-service IoT Edge Gateways designed to deliver LTE connectivity (with 3G fallback) to industrial and lightly rugged applications.
GPS Configuration
The gateway can be optionally be equipped with an internal GPS device (72 channels GPS, Galileo, GLONASS, BeiDou). In this case, the modem GPS has to be disabled from the cellular modem configuration tab.
Ethernet Configuration
The default configuration of the Ethernet interfaces 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, DynaGATE and BoltGATE 10-12 have two WiFi interfaces, named respectively wlan0 and wlan1.
By default, wlan0 and wlan1 are disabled.
Firewall Configuration
Following the ESF firewall configuration for all the types of gateway:
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 | tun0 |
443 | tcp | 0.0.0.0/0 | eth0 |
4443 | tcp | 10.234.0.0/16 | tun0 |
4443 | tcp | 0.0.0.0/0 | eth0 |
22 | tcp | 10.234.0.0/16 | tun0 |
22 | tcp | 0.0.0.0/0 | eth0 |
5353 | udp | 0.0.0.0/0 | eth0 |
Modem Support
The variants from REGATE-10-12-63 to REGATE-10-12-67 have an internal modem, it should be supported by ESF out of the box.
UPS Support
The BoltGATE 10-12 is equipped with a DynaPower UPS. It can be managed using the DynaPower UPS Service in ESF.
Journald persistence
EL 27.0.0 uses in RAM journal
EL 27.1.0 uses persisted journal
Clock Service
Chrony-advanced option in the clock service configuration can be selected and used only in reliagate 10-12 and dynagate 10-12 on EL 27.1.0. NTS is not supported.
Watchdog Service
Once activated, the device RTC watchdog (/dev/watchdog1
) keeps counting across a reboot of the operating system and can timeout before ESF start, causing a spurious reboot.
In order to prevent this behaviour, that may be not desired, a specific service unit named watchdog-startup.service
may be dropped in the linux image in /lib/systemd/system
.
[Unit]
Description=Disable watchdog at boot
DefaultDependencies=no
Conflicts=shutdown.target
Before=sysinit.target shutdown.target
After=local-fs.target
ConditionPathExists=/opt/eurotech/esf
[Service]
ExecStart=/bin/sh -c "printf V > /dev/watchdog1"
RemainAfterExit=true
Type=simple
[Install]
WantedBy=sysinit.target
This behaviour is, instead, not present if the CPU watchdog (/dev/watchdog0
) is used.
Updated 11 months ago