Users Guide

Table Of Contents
Dell PowerConnect W-Series ArubaOS 6.1 | User Guide Captive Portal | 375
5. Select name from the Rule Type drop-down menu and add a hostname or wildcard with domain name to
which an unauthenticated user is redirected.
6. Click Apply.
7. Navigate to Configuration > Security > Authentication > L3 Authentication.
8. Select Captive Portal Authentication Profile .
9. To allow users to access a domain, enter the destination name that contains the allowed domain names in the
White List field. This stops unauthenticated users from viewing specific domains such as a hotel website.
A rule in the white list must explicitly permit a traffic session before it is forwarded to the controller. The last
rule in the white list denies everything else.
10. To deny users access to a domain, enter the destination name that contains prohibited domain names in the
Black List field. This prevents unauthenticated users from viewing specific websites.
11. Click Apply.
Using the CLI to create walled garden access
This example configures a destination named Mywhite-list and adds the domain names, google.com and cnn.com
to that destination. It then adds the destination name Mywhite-list (which contains the allowed domain names
google.com and cnn.com) to the white list.
(host)(config)# netdestination "Mywhite-list"
(host)(config)#name google.com
(host)(config)#name cnn.com
(host) (config) #aaa authentication captive-portal default
(host)(Captive Portal Authentication Profile "default")#white-list Mywhite-list