---
title: "Ruckus Controllers Setup"
slug: "ruckus-controllers-setup"
updated: 2024-03-14T13:30:25Z
published: 2024-03-14T13:30:25Z
---

> ## Documentation Index
> Fetch the complete documentation index at: https://help.nexudus.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Ruckus Controllers Setup

The following setup instructions only apply if you use a Ruckus controller.

          

If you use any other controller vendor, just follow [Integrating RADIUS](/v3/docs/integrating-radius).

## Ruckus Cloud

You will first need to create a new network in IronWifi.

1. Log in to the [IronWifi console](https://console.ironwifi.com/).
2. Create a new network.
3. Create a new captive portal, making sure you select Ruckus NBI as the vendor.

Once your network and its captive portal are created in IronWifi, you can move to the Ruckus configuration.

1. Log in to your ruckus cloud dashboard at [cloud.ruckuswireless.com](https://cloud.ruckuswireless.com).
2. Go to Networks and create a new network with the following settings:

**Network Name** - *Guest Wifi* or any other name of your choice **Type** - *Captive Portal*

1. Click **Next** and continue the configuration with the following settings:

**Captive Portal Type** - *3rd Party Captive Portal (WISPr)*

1. Click **Next** and continue the configuration with the following settings:

**Portal Provider** - *IronWifi* **Captive Portal URL** - your Splash page's URL

          Don't know your Splash page's URL?

          

Go to [Settings > Integrations > Radius](https://dashboard.nexudus.com/settings/integrations/radiusServers) and click on your RADIUS license.

**Integration Key** - *copy and save this key somewhere safe, you will need it later in the setup process* **Walled Garden List** - 107.178.250.42 You will also need to include the following addresses to your Walled Garden list

- *XYZ.spaces.nexudus.com* where XYZ matches your default web address in Nexudus.

You can find your Members Portal default address via Settings > Website on the Admin Panel.![](https://cdn.document360.io/4f9a66c7-3dbb-4052-97d8-5439302e1512/Images/Documentation/WebsiteURL.png)

- *107.178.250.42/32*
- *216.239.32.0/19*
- *64.233.160.0/19*
- *72.14.192.0/18*
- *209.85.128.0/17*
- *66.102.0.0/20*
- *74.125.0.0/16*
- *64.18.0.0/20*
- *207.126.144.0/20*
- *173.194.0.0/16*

1. Click **Next** and select which **Venue** to apply the configuration.
2. Toggle on the venue to **Activated**.

*If you are asked to select which AP's to apply to, choose All APs unless you have a specific requirement.*

1. Click **Next** to confirm your setup.
2. Click **Create** to complete the setup process.

Go back to the IronWifi console, and add the following values in your captive portal settings to link it to your controller.

**Controller username** - *api* Controller password - *paste the **integration key** that you saved in step 4* **Vendor** - *Ruckus NBI*

Your setup is complete. We recommend you check the setup is working properly by trying to log in to the network as a customer.

## Ruckus Flex

1. Create a new network with the following attributes

![image.png](https://cdn.document360.io/4f9a66c7-3dbb-4052-97d8-5439302e1512/Images/Documentation/image%28477%29.png)

1. Go to **Services > AAA Servers**.

![image.png](https://cdn.document360.io/4f9a66c7-3dbb-4052-97d8-5439302e1512/Images/Documentation/image%28478%29.png)

1. Edit radius1 and add all the necessary information from your console.

![image.png](https://cdn.document360.io/4f9a66c7-3dbb-4052-97d8-5439302e1512/Images/Documentation/image%28479%29.png)

1. Edit radius1-acct and add all the necessary information from your console. ![image.png](https://cdn.document360.io/4f9a66c7-3dbb-4052-97d8-5439302e1512/Images/Documentation/image%28480%29.png)
2. Edit remu1 and set **Accounting Server** to ***radius1-acct***. ![image.png](https://cdn.document360.io/4f9a66c7-3dbb-4052-97d8-5439302e1512/Images/Documentation/image%28482%29.png)
3. Go to **Services > Hotspot Services** and edit **remu**.

![image.png](https://cdn.document360.io/4f9a66c7-3dbb-4052-97d8-5439302e1512/Images/Documentation/image%28483%29.png)

1. Add your splash page’s URL in the **Login Page** field and make sure all your settings are identical to the ones in this picture. ![image.png](https://cdn.document360.io/4f9a66c7-3dbb-4052-97d8-5439302e1512/Images/Documentation/image%28484%29.png)
2. Click on the **WalledGarden** tab and add the following addresses.

- *XYZ.spaces.nexudus.com* where XYZ matches your default web address in Nexudus.

          Don't know your default web address?

          

You can easily find it via[**Settings > Website**](https://dashboard.nexudus.com/settings/2/0/0) on the Admin Panel.

- *107.178.250.42/32*
- *216.239.32.0/19*
- *64.233.160.0/19*
- *72.14.192.0/18*
- *209.85.128.0/17*
- *66.102.0.0/20*
- *74.125.0.0/16*
- *64.18.0.0/20*
- *207.126.144.0/20*
- *173.194.0.0/16*

![image.png](https://cdn.document360.io/4f9a66c7-3dbb-4052-97d8-5439302e1512/Images/Documentation/image%28485%29.png)

### Disabling MAC address encryption

As a security measure, MAC address encryption is enabled by default on the Ruckus infrastructure, which makes it impossible to reauthenticate users based on their MAC addresses. Here is how you can disable this MAC address encryption.

1. Log in to your Ruckus virtual controller CLI as a privileged user and run the following command to validate the status of this security feature.

```
# show running-config encrypt-mac-ip
```

1. Toggle on the config mode and disable the feature by running the following commands.

```
# config

(config)# no encrypt-mac-ip
```

*You will be prompted to confirm the command execution.*

1. Confirm that the feature has been disabled by running the following commands from the config mode as shown below.

```
(config)# do show running-config encrypt-mac-ip
```

All done! The MAC address encryption is disabled and the MAC-based reauthentication feature should now work.

Your setup is complete. We recommend you check the setup is working properly by trying to log in to the network as a customer.
