From 6323a5ef1cd1e84ddcbb2af7d8b211acc72f1c17 Mon Sep 17 00:00:00 2001 From: odolan-rgb Date: Thu, 6 Aug 2026 16:24:28 -0700 Subject: [PATCH] Helium+ guides: correct the RadSecProxy archive filename The guides referenced `Helium_RadSec_Docker.tar.gz`, which isn't published anywhere. Downloading the archive from novalabsxyz/radsec-proxy gives `radsec-proxy-main.tar.gz` (GitHub names it after the repo and branch), so use that name instead. The un-tar step and everything after it are unchanged. Also corrects `Radsecproxy.conf` to `radsecproxy.conf` in the file lists, to match the file the repo actually ships. Co-Authored-By: Claude Opus 5 (1M context) --- .../helium-plus-guides/helium-plus-Cisco-WLC-5520.mdx | 6 +++--- .../helium-plus-guides/helium-plus-Cisco-WLC-9800.mdx | 6 +++--- .../network-mobile/helium-plus-guides/helium-plus-aruba.mdx | 6 +++--- .../helium-plus-guides/helium-plus-cambium-cnmaestro.mdx | 2 +- .../helium-plus-guides/helium-plus-extreme.mdx | 6 +++--- .../helium-plus-guides/helium-plus-fortinet.mdx | 6 +++--- .../helium-plus-guides/helium-plus-meraki.mdx | 6 +++--- .../helium-plus-guides/helium-plus-mikrotik.mdx | 6 +++--- 8 files changed, 22 insertions(+), 22 deletions(-) diff --git a/docs/network-mobile/helium-plus-guides/helium-plus-Cisco-WLC-5520.mdx b/docs/network-mobile/helium-plus-guides/helium-plus-Cisco-WLC-5520.mdx index 0ade75ef3..746c6c435 100644 --- a/docs/network-mobile/helium-plus-guides/helium-plus-Cisco-WLC-5520.mdx +++ b/docs/network-mobile/helium-plus-guides/helium-plus-Cisco-WLC-5520.mdx @@ -47,15 +47,15 @@ the UDP is then converted to a TLS protected TCP connection to the Helium Networ ## Container Deployment -1. Un-zip and untar the `Helium_RadSec_Docker.tar.gz` file into the directory of your choice on the +1. Un-zip and untar the `radsec-proxy-main.tar.gz` file into the directory of your choice on the host machine. This will unpack the following items: 1. `Dockerfile` \- The docker instructions on how to build the container - 2. `Radsecproxy.conf` \- The radsecproxy config file is pre-populated to connect to Helium + 2. `radsecproxy.conf` \- The radsecproxy config file is pre-populated to connect to Helium Network AAA servers 3. `docker-compose.yml` \- File to start and stop the container as a daemon. ```bash -tar -xvzf Helium_RadSec_Docker.tar.gz +tar -xvzf radsec-proxy-main.tar.gz ``` 2. Into the same directory copy the 3 certificates obtained from Helium Network diff --git a/docs/network-mobile/helium-plus-guides/helium-plus-Cisco-WLC-9800.mdx b/docs/network-mobile/helium-plus-guides/helium-plus-Cisco-WLC-9800.mdx index 0d597bb6c..06efdec7d 100644 --- a/docs/network-mobile/helium-plus-guides/helium-plus-Cisco-WLC-9800.mdx +++ b/docs/network-mobile/helium-plus-guides/helium-plus-Cisco-WLC-9800.mdx @@ -51,15 +51,15 @@ the UDP is then converted to a TLS protected TCP connection to the Helium Networ ## Container Deployment -1. Un-zip and untar the `Helium_RadSec_Docker.tar.gz` file into the directory of your choice on the +1. Un-zip and untar the `radsec-proxy-main.tar.gz` file into the directory of your choice on the host machine. This will unpack the following items: 1. `Dockerfile` \- The docker instructions on how to build the container - 2. `Radsecproxy.conf` \- The radsecproxy config file is pre-populated to connect to Helium + 2. `radsecproxy.conf` \- The radsecproxy config file is pre-populated to connect to Helium Network AAA servers 3. `docker-compose.yml` \- File to start and stop the container as a daemon. ```bash -tar -xvzf Helium_RadSec_Docker.tar.gz +tar -xvzf radsec-proxy-main.tar.gz ``` 2. Into the same directory copy the 3 certificates obtained from Helium Network diff --git a/docs/network-mobile/helium-plus-guides/helium-plus-aruba.mdx b/docs/network-mobile/helium-plus-guides/helium-plus-aruba.mdx index 854b81124..790886e78 100644 --- a/docs/network-mobile/helium-plus-guides/helium-plus-aruba.mdx +++ b/docs/network-mobile/helium-plus-guides/helium-plus-aruba.mdx @@ -54,15 +54,15 @@ the UDP is then converted to a TLS protected TCP connection to the Helium Networ ## Container Deployment -1. Un-zip and untar the `Helium_RadSec_Docker.tar.gz` file into the directory of your choice on the +1. Un-zip and untar the `radsec-proxy-main.tar.gz` file into the directory of your choice on the host machine. This will unpack the following items: 1. `Dockerfile` \- The docker instructions on how to build the container - 2. `Radsecproxy.conf` \- The radsecproxy config file is pre-populated to connect to Helium + 2. `radsecproxy.conf` \- The radsecproxy config file is pre-populated to connect to Helium Network AAA servers 3. `docker-compose.yml` \- File to start and stop the container as a daemon. ```bash -tar -xvzf Helium_RadSec_Docker.tar.gz +tar -xvzf radsec-proxy-main.tar.gz ``` 2. Into the same directory copy the 3 certificates obtained from Helium Network diff --git a/docs/network-mobile/helium-plus-guides/helium-plus-cambium-cnmaestro.mdx b/docs/network-mobile/helium-plus-guides/helium-plus-cambium-cnmaestro.mdx index a53edc0e4..18706f02a 100644 --- a/docs/network-mobile/helium-plus-guides/helium-plus-cambium-cnmaestro.mdx +++ b/docs/network-mobile/helium-plus-guides/helium-plus-cambium-cnmaestro.mdx @@ -48,7 +48,7 @@ Network core AAA servers. Unzip and untar the Helium RadSec Docker package: ```bash -tar -xvzf Helium_RadSec_Docker.tar.gz +tar -xvzf radsec-proxy-main.tar.gz ``` This will unpack: diff --git a/docs/network-mobile/helium-plus-guides/helium-plus-extreme.mdx b/docs/network-mobile/helium-plus-guides/helium-plus-extreme.mdx index 78c57fafe..c3c66dae1 100644 --- a/docs/network-mobile/helium-plus-guides/helium-plus-extreme.mdx +++ b/docs/network-mobile/helium-plus-guides/helium-plus-extreme.mdx @@ -49,14 +49,14 @@ the UDP is then converted to a TLS protected TCP connection to the Helium Networ ### RadSecProxy Container Deployment -1. Un-zip and untar the `Helium_RadSec_Docker.tar.gz` file into a directory of your choice on the +1. Un-zip and untar the `radsec-proxy-main.tar.gz` file into a directory of your choice on the host machine. This will unpack: - `Dockerfile` - The Docker instructions to build the container - - `Radsecproxy.conf` - Pre-populated to connect to Helium Network AAA servers + - `radsecproxy.conf` - Pre-populated to connect to Helium Network AAA servers - `docker-compose.yml` - File to start and stop the container as a daemon ```bash - tar -xvzf Helium_RadSec_Docker.tar.gz + tar -xvzf radsec-proxy-main.tar.gz ``` 2. Into the same directory, copy the 3 certificates obtained from Helium Network: diff --git a/docs/network-mobile/helium-plus-guides/helium-plus-fortinet.mdx b/docs/network-mobile/helium-plus-guides/helium-plus-fortinet.mdx index b1a6bcece..0161528fd 100644 --- a/docs/network-mobile/helium-plus-guides/helium-plus-fortinet.mdx +++ b/docs/network-mobile/helium-plus-guides/helium-plus-fortinet.mdx @@ -23,17 +23,17 @@ import useBaseUrl from '@docusaurus/useBaseUrl' #### RadSecProxy Container Deployment -1. Un-zip and untar the [`Helium_RadSec_Docker.tar.gz`](https://github.com/novalabsxyz/radsec-proxy) +1. Un-zip and untar the [`radsec-proxy-main.tar.gz`](https://github.com/novalabsxyz/radsec-proxy) file into the directory of your choice on the host machine. ```shell -tar -xvzf Helium_RadSec_Docker.tar.gz +tar -xvzf radsec-proxy-main.tar.gz ``` This will unpack the following items: 1. Dockerfile - The docker instructions on how to build the container - 1. Radsecproxy.conf - The radsecproxy config file is pre-populated to connect to Helium Network AAA servers + 1. radsecproxy.conf - The radsecproxy config file is pre-populated to connect to Helium Network AAA servers 1. docker-compose.yml - File to start and stop the container as a daemon. Into the same directory, copy the 3 certificates obtained from Helium diff --git a/docs/network-mobile/helium-plus-guides/helium-plus-meraki.mdx b/docs/network-mobile/helium-plus-guides/helium-plus-meraki.mdx index d4859f209..d638744a0 100644 --- a/docs/network-mobile/helium-plus-guides/helium-plus-meraki.mdx +++ b/docs/network-mobile/helium-plus-guides/helium-plus-meraki.mdx @@ -47,15 +47,15 @@ the UDP is then converted to a TLS protected TCP connection to the Helium Networ ## Container Deployment -1. Un-zip and untar the `Helium_RadSec_Docker.tar.gz` file into the directory of your choice on the +1. Un-zip and untar the `radsec-proxy-main.tar.gz` file into the directory of your choice on the host machine. This will unpack the following items: 1. `Dockerfile` \- The docker instructions on how to build the container - 2. `Radsecproxy.conf` \- The radsecproxy config file is pre-populated to connect to Helium + 2. `radsecproxy.conf` \- The radsecproxy config file is pre-populated to connect to Helium Network AAA servers 3. `docker-compose.yml` \- File to start and stop the container as a daemon. ```bash -tar -xvzf Helium_RadSec_Docker.tar.gz +tar -xvzf radsec-proxy-main.tar.gz ``` 2. Into the same directory copy the 3 certificates obtained from Helium Network diff --git a/docs/network-mobile/helium-plus-guides/helium-plus-mikrotik.mdx b/docs/network-mobile/helium-plus-guides/helium-plus-mikrotik.mdx index 11f2fe46e..d6cebf217 100644 --- a/docs/network-mobile/helium-plus-guides/helium-plus-mikrotik.mdx +++ b/docs/network-mobile/helium-plus-guides/helium-plus-mikrotik.mdx @@ -35,15 +35,15 @@ import useBaseUrl from '@docusaurus/useBaseUrl' At time of writing, RouterOS does not support RadSec natively, download the [RadSecProxy](https://github.com/novalabsxyz/radsec-proxy) container and run it in a Docker. -1. Un-zip and untar the `Helium_RadSec_Docker.tar.gz` file into the directory of your choice on the +1. Un-zip and untar the `radsec-proxy-main.tar.gz` file into the directory of your choice on the host machine. This will unpack the following items: 1. `Dockerfile` \- The docker instructions on how to build the container - 2. `Radsecproxy.conf` \- The radsecproxy config file is pre-populated to connect to Helium + 2. `radsecproxy.conf` \- The radsecproxy config file is pre-populated to connect to Helium Network AAA servers 3. `docker-compose.yml` \- File to start and stop the container as a daemon. ```bash -tar -xvzf Helium_RadSec_Docker.tar.gz +tar -xvzf radsec-proxy-main.tar.gz ``` 2. Into the same directory copy the 3 certificates obtained from Helium Network