Tektelic KONA Micro

Prerequisite

Enable Root Access

Log into the box with the username "admin"

Run this command to enable root access (BSP 4.0.x+)

sudo opkg remove disable-root-login

Once this package is removed you can log into the box with the username "root" and the default Tektelic password

Remove the following opkg's

opkg remove kona-pkt-forwarder
opkg remove tektelic-mqtt-bridge

Reboot the system

In order for the mqtt-bridge process to be properly terminated you will need to reboot the system.

tektelic_reset
Supported Senet Packet Forwarder Versions
02_22_XX - Release Notes
02_20_XX - Release Notes

Senet Packet Forwarder for Developers

Registration

If you have not done so already you will need to register your gateway through your Developer or RAN Provider account.

Note

The serial number for this device is the 8 digit Product Type (starting with a "T") an underscore "_" followed by the 9 digit serial number which can be found on bottom of the Base Station. e.g. T0001234_123456789

Installation

Copy and paste the following command into the Tektelic KONA Micro root SSH console.

BSP Version Command
3.3.X
dlF=lgwInstaller_02_20_14.sh;dlC=senetco;wget --no-check-certificate http://docs.${dlC}.io/downloads/02_20_14/$dlF -O $dlF && chmod +x $dlF && ./${dlF} -c ${dlC} -t DEV
4.0.X
dlF=lgwInstaller_02_22_10.sh;dlC=senetco;wget --no-check-certificate http://docs.${dlC}.io/downloads/02_22_10/$dlF -O $dlF && chmod +x $dlF && ./${dlF} -c ${dlC} -t DEV

Run the command. The installation is automatic and will prompt you once it has completed.

Once registration and Base Station software installation are complete the Base Station will be displayed in the Senet Portal Dashboard with the current registration status (this may require a refresh of the browser).

Senet Packet Forwarder for RAN Providers

Note

Before installing verify you have properly configured your network settings on the Base Station. The installation process will apply security measures which include modifications to the firewall and may also configure the system and install new packages. Access to the Base Station over the local network through such protocols as SSH and telnet will no longer be available upon completion of the installer.

Registration

If you have not done so already you will need to register your gateway through your Developer or RAN Provider account.

Note

The serial number for this device is the 8 digit Product Type (starting with a "T") an underscore "_" followed by the 9 digit serial number which can be found on bottom of the Base Station. e.g. T0001234_123456789

Installation

Copy and paste the following command into the Tektelic KONA Micro root SSH console .

BSP Version Command
3.3.X
dlF=lgwInstaller_02_20_14.sh;dlC=senetco;wget --no-check-certificate http://docs.${dlC}.io/downloads/02_20_14/$dlF -O $dlF && chmod +x $dlF && ./${dlF} -c ${dlC} -t RAN
4.0.X
dlF=lgwInstaller_02_22_10.sh;dlC=senetco;wget --no-check-certificate http://docs.${dlC}.io/downloads/02_22_10/$dlF -O $dlF && chmod +x $dlF && ./${dlF} -c ${dlC} -t RAN

Run the command. The installation is automatic and will prompt you once it has completed.

Once registration and Base Station software installation are complete the Base Station will be displayed in the Senet Portal Dashboard with the current registration status (this may require a refresh of the browser).