diff --git a/doc/content/gateways/lorix-one/lbs.md b/doc/content/gateways/lorix-one/lbs.md index 0cfa588e85..0ec8c58a11 100644 --- a/doc/content/gateways/lorix-one/lbs.md +++ b/doc/content/gateways/lorix-one/lbs.md @@ -19,17 +19,24 @@ In the list, select **LoRa Basic Station** and press apply. {{< figure src="../lorix-one-lora-settings-forwarder-change-bs.png" alt="LORIX One LoRa forwarder Basic Station selection" class="plain" >}} -On the new page, scroll down to the **LoRaWAN Network Server** section and enable it. +## LNS + +Scroll down to the **Configuration** section and enable the **LoRaWAN Network Server**. {{< figure src="../lorix-one-lora-settings-bs.png" alt="LORIX One LoRa forwarder Basic Station LNS" >}} -Follow the instructions for [Connecting LNS]({{< ref "/gateways/lora-basics-station/lns" >}}). +To connect the gateway via LNS protocol, follow the instructions for [Connecting LNS]({{< ref "/gateways/lora-basics-station/lns" >}}). + +Configure the **Address** with the server address of your deployment, and **Port** with LNS port `8887`. + +Enable the **Secured TLS connection** and upload the [LNS Server Certificate]({{< ref "/gateways/lora-basics-station/lns#lns-server-certificate--lns-trust" >}}) as a **Server authentication certificate**. + +Enable the **Client authentication**, select **Use token**, then copy the [LNS Key File]({{< ref "/gateways/lora-basics-station/lns#lns-key-file" >}}) and paste it as an **Authentication token**. -If using CUPS, following the instructions for [Connecting CUPS]({{< ref "/gateways/lora-basics-station/cups" >}}). {{< figure src="../lorix-one-lora-settings-bs-lns.png" alt="LORIX One LoRa forwarder Basic Station LNS" class="plain" >}} -Press the **save** button. In the **Control** pane above, press **start** and check the logs in the dedicated pane. +Press the **SAVE** button. In the **Control** pane above, press **START** and check the logs in the dedicated pane. {{< figure src="../lorix-one-lora-settings-bs-control-logs.png" alt="LORIX One LoRa forwarder Basic Station start" >}} @@ -49,3 +56,13 @@ If the connection fails, you will get this kind of message: Please check the configuration and the **LoRa Network Server** status. After a configuration change, always restart the Basic Station with the **Restart** button to make it effective. {{< note >}} If the Basic Station crashes for any reason, it will be automatically restarted if the **Auto-start** option is enabled. {{}} + +## CUPS + +Go to the **Configuration** section and enable **Configuration and Update Server**. + +{{< figure src="../lorix-one-lora-settings-bs.png" alt="LORIX One LoRa forwarder Basic Station LNS" >}} + +To connect the gateway via CUPS protocol, follow the instructions for [Connecting CUPS]({{< ref "/gateways/lora-basics-station/cups" >}}). + +Press the **SAVE** button. In the **Control** pane above, press **START** and check the logs in the dedicated pane. diff --git a/doc/content/gateways/lorix-one/lorix-one-lora-settings-bs-lns.png b/doc/content/gateways/lorix-one/lorix-one-lora-settings-bs-lns.png index 7aa6074fbf..941fdee6e6 100644 Binary files a/doc/content/gateways/lorix-one/lorix-one-lora-settings-bs-lns.png and b/doc/content/gateways/lorix-one/lorix-one-lora-settings-bs-lns.png differ diff --git a/doc/content/gateways/lorix-one/lorix-one-lora-settings-bs.png b/doc/content/gateways/lorix-one/lorix-one-lora-settings-bs.png index b0261f9d03..40e81754d9 100644 Binary files a/doc/content/gateways/lorix-one/lorix-one-lora-settings-bs.png and b/doc/content/gateways/lorix-one/lorix-one-lora-settings-bs.png differ