Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
6 changes: 3 additions & 3 deletions docs/network-mobile/helium-plus-guides/helium-plus-aruba.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
6 changes: 3 additions & 3 deletions docs/network-mobile/helium-plus-guides/helium-plus-meraki.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down