Guralp Systems Limited
MAN-ELP-0097 - GPT User's Guide

Chapter 4. Configuring the GPT

4.1 Setting up the Routerboard

4.1.1 Terminal login

When connecting to the device using a terminal emulator, a login message will appear. The default username is admin. The password is normally set to rootme at the factory but may have been left unset (blank).

Caution: As the GPT will be accessible from the Internet, it is highly recommended that you set the password to something other than the default before connecting the modem to a cellular network. See the next section for details.

4.1.2 Setting the administration password

4.1.3 Setting parameters

/interface lte

set apn="internet" 0

set user="web" 0

set password="web" 0

4.1.4 Enable DHCP server and NAT

DHCP is enabled at the factory and this configuration should not need to be changed. The following procedure is only required if the DHCP configuration needs to be restored (e.g. on a system that has had a factory-reset).

4.2 Testing the modem

Antenna

Signal strength

None

-97 to -87

Omni-directional antenna (OEM-NET-3GOM)

-69

GSM stub antenna

-63

4.3 Using the modem

4.4 Using the modem with NAMs

A common use of the GPT is to connect using the gdi-link protocol to a Güralp NAM at a data-centre from either a remote EAM or a digital instrument with an integrated EAM, such as a 3TDE or 5TDE. It is usual for the NAM at the data-centre to be contactable via a fixed IP address and for the remote device to initiate the connection. No further configuration of the GPT is required to support this arrangement.

If, however, the NAM is to initiate the connection, it is important that the mobile service provide allocates a fixed IP address to the GPT. If this is not possible, a dynamic DNS service must be used, so that the NAM can contact the remote device via its DNS name.

In this scenario, the GPT must be configured to allow incoming connections to the attached device. The following command should be entered at the command line:

/ip firewall nat add chain=dstnat protocol=tcp dst-port=1565 action=dst-nat to-address=address to-ports=1565

Replace address with the IP address of the EAM or digital instrument.

1565 is the port number for the gdi_link_tx service. Other services can be enabled by re-entering this command with a different port number, such as 22 for ssh or 443 for https.