Dell 6.2 Server User Manual


 
266 | CaptivePortalAuthentication DellPowerConnectW-SeriesArubaOS6.2 | User Guide
11. ClickApply.
In the CLI
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
Enabling Captive Portal Enhancements
This release of ArubaOS introduces the following enhancements in Captive Portal:
l Location information such as AP name and AP group name have been included in the Captive Portal redirect
URL. The following example shows a Captive Portal redirect URL that contains the AP name and the AP group
name:
https://securelogin.arubanetworks.com/cgi-
bin/login?cmd=login&mac=00:24:d7:ed:84:14&ip=10.15.104.13&essid=example-test-
tunnel&apname=ap135&apgroup=example&url=http%3A%2F%2Fwww%2Eespncricinfo%2Ecom%2F
l A new option redirect-url is introduced in the Captive Portal Authentication profile which allows you to redirect
the users to a specific URL after the authentication is complete.
l Captive Portal Login URL length has been increased from 256 characters to 2048 characters.
l Support for “?” (question mark) inside the Captive Portal login URL has been added.
l A new field, description has been introduced in the netdestination and netdestination6 commands to provide a
description about the netdestination up to 128 characters long.
l Support for configuring Whitelist in Captive Portal has been introduced.
The Captive Portal enhancements are available on Tunnel and Split-Tunnel forwarding modes.
Configuring the Redirect-URL
You can configure the Captive Portal redirect URL using the following commands:
(host) (config) # aaa authentication captive-portal REDIRECT
(host) (Captive Portal Authentication Profile "REDIRECT") #redirect-url <absolute-URL>
Example:
(host) (config) # aaa authentication captive-portal REDIRECT
(host) (Captive Portal Authentication Profile "REDIRECT") #redirect-url https://test-
login.php
Configuring the Login URL
You can configure a Captive Portal login URL up to 2048 characters using the following commands:
(host) (config) # aaa authentication captive-portal LOGIN
(host) (Captive Portal Authentication Profile "LOGIN")#login-page
"http://10.17.36.100/login.php?isinit=1&mac=00:11:22:33:44:55&loginURL=https://captiveportal-
login.test.aero/auth/index.html&originalURL=&statusURL=&error=&logginIn”