Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

  • 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

...

  • remove root access using command

    Code Block
    sudo opkg remove disable-root-login

    and entering the password again

  • enter command

    Code Block
    sudo su Root
  • check you are in the root location by using command whoami

  • remove tektelic packet forwarder and MQQT bridge (use SUDO)

Code Block
opkg remove kona-pkt-forwarder

...