Access Point Instructions for Ruckus Flex
- Begin by creating a new network with the following attributes
- Navigate to services -> AAA Servers
- Edit radius1 and input all the necessary information from your console
- Next, do the same with radius1-acct
- After that, edit remu1 and set Accounting Server to radius1-acct
- Now, navigate to Hotspot Services and edit remu
- Paste your splash page’s URL to the Login Page textbox and make sure all your settings are identical to the ones in this picture.
- After that, add the necessary URLs to your walled garden list
Disabling MAC address encryption
As a security measure, MAC address encryption is enabled by default on the Ruckus infrastructure, which makes it impossible for us to reauthenticate users based on their mac addresses. Here is how you can disable this MAC address encryption.
- Log into the 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
- Enable the config mode and disable the feature by running the following commands as shown below; You will be prompted to confirm the command execution before proceeding further.
# config
(config)# no encrypt-mac-ip
- 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
That's it, now the MAC address encryption is disabled and our mac-based reauthentication feature should work without problem.
! You must also install a valid SSL certificate on your controller/AP, in order to avoid authentication issues !