Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

Version 1 Next »

Installing Senet Packet Forwarder

  • connect Gateway to POE (Power + Eithernet)

    1. Note: The gateways are preconfigured to use a IP assigned by a DHCP server

  • Determine Gateways IP address, this can be done by accesing your local router/DHCPsercer or alternatively use a IP sniffer tool such as Angry IP Scanner https://angryip.org/

  • use a SSH client to establish a connection to the Kona Gateway, use TeraTerm or similar. https://tera-term.en.softonic.com/

  • Enter IP address of gateway as Host and use TCP port 22, SSH Version SSH2 press OK

    image-20240223-211535.png
  • User user name Admin and enter the password supplied the Test Certificate

image-20240223-212221.pngimage-20240223-212302.png
  • enter command “system_version” to check BSP version and ensure the device is running 5.1 or higher

image-20240223-212902.png
  • remove root access using command sudo opkg remove disable-root-login and entering the password again

  • enter command sudo SU Root

  • check you are in the root location by using command whoami

  • remove tektelic packet forwarder and MQQT bridge

    opkg remove kona-pkt-forwarder

opkg remove tektelic-mqtt-bridge

  • power cycle the gateway or use command tektelic_reset

  • Log back into the gateway via SSH using username Root and serial number as the password, note the password is case sensitive. the serial number is founf on the label on the gateway or on the test certificate, note the certifcate shows the Tcode, release followed by the serial number EG “T0005130 G1 2403J0038” the serial number is the last 9 chars,

  • image-20240223-214058.png

  • Instal Senet Packet forwarder for developer not the RAN provider as this will disable future access via SSH. 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

note senet instruction for installing packet forwarder is here if needed:https://docs.senetco.io/dev/gw/TektelicKona16/

  • No labels