Kona Gateways General FAQ
This article applies to ALL Kona Gateways except Kona Micro-Lite/Pico.
Gateway Identification

When contacting TEKTELIC support, you may be asked to provide the T-code and Serial number of the gateway.
#1 What is the password of my gateway?


NOTE: Test reports uses Consolas as the font. While each character is easily distinguishable, it can be easy to mistake characters in the password. For instance, confusing the number 1 with a lowercase L. If you are still confused with your password, please raise a ticket on the support portal and provide the T-code, Serial Number, and credentials used to login.

#2 How can I connect to my Kona Gateway via USB?

-
You may connect to the serial port of the Kona Micro/PoE, Kona Enterprise, and Kona Macro.
-
It is NOT possible to connect to the USB port of the Kona Mega as the Mega does not feature an accessible USB port.
Required software:
- TeraTerm
- Virtual COM port drivers (You may already have these installed)
Connecting to the gateway
1. Power the gateway and connect it to your computer using USB (methods can be found below).





Kona Micro Gen1

Kona Micro Gen2

Kona Macro Gen1

Kona Macro Gen1.5

Kona Enterprise

#3 Is it possible to downgrade the Kona Gateway to a previous BSP version?
- Restoring to a previous backup.
- Factory resetting the gateway.

#4 On TEKTELIC CORE/OA&M, my gateway still shows offline despite being commissioned with the correct information! How can I troubleshoot this issue?
- Your gateway was commissioned incorrectly.
- Your gateway is configured incorrectly.

- Allow UDP connection - For gateways that DO NOT use TEKTELIC MQTT Bridge to connect to TEKTELIC CORE/OA&M. This option is typically for 3rd party gateways and Kona Micro-Lite/Pico.
- Allow not TLS MQTT connection - For older Kona gateways that do not connect via MQTTS by default.
- "Old gateways" in this context refers to when the gateway was manufactured. You can determine its age through the serial number below the T-code.

- Username: TEK0XXYYZ - XXYYZ is the last 5 digits of the gateway ID
- Password: Serial Number found on the label of the gateway.

- SSH access to the gateway
- Text editor of your choice
- Host: Gateway IP
- Username: root OR admin
- Password: 9-digit SN (i.e. 1212A3434) OR randomized password found on the test report.
- Port: 22


- config.json
- mqtt-bridge.conf
- tektelic-bridge.ns.toml
- tektelic-bridge.oam.toml
- On older versions of Kona gateways, the MQTT-bridge uses mqtt-bridge.conf for configuration. On newer versions, this is split into tektelic-bridge.ns.toml and tektelic-bridge.oam.toml
- If you only have mqtt-bridge.conf, follow the guidelines for that file alone.
- If you have both tektelic-bridge.ns.toml and tektelic-bridge.oam.toml, follow the guidelines for BOTH files.
config.json
mqtt-bridge.conf
- To comment out a line, insert a "#" without quotes in front of the line.
- To remove the comment, simply delete the "#" without quotes in front of the line.
- ns_host lorawan-ns-na.tektelic.com
- ns_type tektelic
- gw_user TEK0XXYYZ (where XXYYZ is the last 5 digits of the GWID)
- gw_password 1212A3434 (This is an example SN. The SN can be found on the back of your gateway)
- For EU customers, the url would be "lorawan-ns- eu.tektelic.com"
- #oam_host
- #gw_oam_user
- #gw_oam_password
tektelic-bridge.ns.toml
- url = "lorawan-ns-na.tektelic.com"
- type = "tektelic"
- gw_user = "<TEK0XXYYZ or Random string of characters found on the test report under Network Server User>" (where XXYYZ is the last 5 digits of the GWID)
- gw_password = "<1212A3434 or Random string of characters found on the test report under Network Server Pass>" (This is an example serial number. The serial number can be found on the back of your gateway)
- For EU customers, the url would be "lorawan-ns-eu.tektelic.com"
tektelic-bridge.oam.toml
- #oam_host
- #gw_oam_user
- #gw_oam_password
mqtt-bridge.conf
- To comment out a line, insert a "#" without quotes in front of the line.
- To remove the comment, simply delete the "#" without quotes in front of the line.
- #ns_host
- #ns_type
- #gw_user
- #gw_password
- oam_host
- gw_oam_user
- gw_oam_password
tektelic-bridge.ns.toml
- #url = "lorawan-ns-na.tektelic.com"
- #type = "tektelic"
- #gw_user = "<TEK0XXYYZ or Random string of characters found on the test report under Network Server User>" (where XXYYZ is the last 5 digits of the GWID)
- #gw_password = "<1212A3434 or Random string of characters found on the test report under Network Server Pass>" (This is an example serial number. The serial number can be found on the back of your gateway)
tektelic-bridge.oam.toml
- oam_host
- gw_oam_user
- gw_oam_password
#5 Which ports/addresses are required to be opened for Kona Gateways on any network protected by firewalls?
Ports:
Port# |
Purpose |
161 |
SNMP |
22 |
SSH |
1700 |
UDP |
1883 |
MQTT |
8883
|
MQTTS
|

Address: |
Purpose |
8.8.8.8 |
Default Ping address for internet connectivity check |
lorawan-ns-na.tektelic.com |
Connection to the North American TEKTELIC CORE NS |
lorawan-ns-eu.tektelic.com |
Connection to the European TEKTELIC CORE NS |
gateway-oam.tektelic.com |
Connection to the TEKTELIC Gateway Operations Administration & Maintenance Server |

#6 Do the Kona Gateways support encryption?
#7 Does the Kona Gateway support the transmission of static information about LoRaWAN channel data?
#8 Does the Kona Gateway support the transmission of alarms?
#9 How can I install OpenVPN on my Kona Gateway?
- opkg status openvpn
- Instructions for accessing and downloading BSP packages can be found here: KonaFT Application
- The OpenVPN package is in the bsp folder.