2 authentication, 1 authentication management, Uthentication – AirLive WIAS-3200N v2 User Manual

Page 43: Authentication management

Advertising
background image

4 Configure Service Domain

37

AirLive WIAS-3200N v2 User’s Manual

If login page need insert images or css file, please include path “/upload/vlan0/” ~
“/upload/vlan7/”, the “vlan0” ~”vlan7” indicate “Service Domain0” ~ “Server Domain7”,
below depicts an example for insert image001.gif image file to login page of Service
Domain0.

<img src="/upload/vlan0/image001.gif">

Below depicts an example for

<div id="WALLED"></div>

content

<div class="ad"><a href="

http://www.google.com

" title=""

target="_blank">Google</a></div>

You only can modify

<div class="ad">

, here is define CSS content for

<div class="ad">

.ad{

float: left;

display: inline=block;
text-align: center;
width: 100px;
margin: 5px;

padding: 5px;
background: #fff;
font-size: 14px;
font-weight: bold;

}

.ad a{

text-decoration: none;
color: red;

}
.ad:hover, .ad a:hover, ad a:active{

background: #333333;
color: blue;

}

4.2 Authentication

WIAS-3200N v2 support 5 types of authentication: Pregenerated Tickets, On-Demand
Users, Local RADIUS Accounts, Remote RADIUS Server and Remote LDAP Server. This
section depicts to configure the settings for Pregenerated tickets, On-Demand users and
authentication server. If authentication selected in None, the clients can access Internet
without authentication.

4.2.1 Authentication Management

The WIAS-3200N v2 supports multiple login for one accounts and administrator can
configure alias name of the respective authentication type on login page. Please click on
Service Domain → Authentication → Authentication Management, and follow the
below setting.

Advertising