Users Guide

Table Of Contents
Dell PowerConnect W-Series ArubaOS 6.1 | User Guide Captive Portal | 369
Changing the Protocol to HTTP
By default, the HTTPS protocol is used on redirection to the Captive Portal page. If you need to use HTTP
instead, you need to do the following:
Modify the captive portal authentication profile to enable the HTTP protocol.
For captive portal with role-based access only—Modify the captiveportal policy to permit HTTP traffic instead
of HTTPS traffic.
In the base operating system, the implicit ACL captive-portal-profile is automatically modified.
To change the protocol to HTTP via the WebUI:
1. Edit the captive portal authentication profile by navigating to the Configuration > Security >
Authentication > L3 Authentication page.
a. Enable (select) “Use HTTP for authentication”.
b. Click Apply.
2. (For captive portal with role-based access only) Edit the captiveportal policy by navigating to the
Configuration > Security > Access Control > Policies page.
a. Delete the rule for “user mswitch svc-https dst-nat”.
b. Add a new rule with the following values and move this rule to the top of the rules list:
source is user
destination is the mswitch alias
service is svc-http
action is dst-nat
c. Click Apply.
To change the protocol to HTTP via the command-line interface, access the CLI in config mode and issue the
following commands:
aaa authentication captive-portal profile
protocol-http
(For captive portal with role-based access only)
ip access-list session captiveportal
no user alias mswitch svc-https dst-nat
user alias mswitch svc-http dst-nat
user any svc-http dst-nat 8080
user any svc-https dst-nat 8081
Captive portal authentication
profile
eng-cp
(Specify /auth/eng-login.html
and eng-user)
bus-cp
(Specify /auth/bus-login.html
and bus-user)
fac-cp
(Specify /auth/bus-login.html
and fac-user)
Initial user role eng-logon
(Specify the eng-cp profile)
bus-logon
(Specify the bus-cp profile)
fac-logon
(Specify the fac-logon profile)
AAA profile eng-aaa
(Specify the eng-logon user
role)
bus-aaa
(Specify the bus-logon user
role)
fac-aaa
(Specify the fac-logon user
role)
SSID profile eng-ssid bus-ssid fac-ssid
Virtual AP profile eng-vap bus-vap fac-vap
Table 65 Captive Portal login Pages (Continued)
Entity Engineering Business Faculty