EasyManua.ls Logo

Extreme Networks Summit WM3000 Series - Page 132

Extreme Networks Summit WM3000 Series
513 pages
To Next Page IconTo Next Page
To Next Page IconTo Next Page
To Previous Page IconTo Previous Page
To Previous Page IconTo Previous Page
Loading...
Network Setup
Summit WM3000 Series Controller System Reference Guide132
-rw- 2688 Wed Sep 24 12:21:50 2008 mainstyle.css
-rw- 2608 Wed Sep 24 12:38:15 2008 login.html
Custom Pages. The critical required components for a customized login, welcome and failed page
includes:
Login Page. The login.html page is presented to all unauthenticated users when they connect to the
hotspot. The critical part of this login page is a HTML form which must be included to present the
username and password to the controller.
The following examples show both raw and formatted HTML. You‘ll need to put this in a table
somewhere in the custom login page and include text, such as username/ password etc.
Raw HTML Example.
<form name="frmLogin" id="frmLogin" action="/cgi-bin/hslogin.cgi" method="POST" >
<input type="text" size="20" name="f_user">
<input type="password" size="20" name="f_pass">
<input type="submit" name="submit" value="Log In">
</form>
Formatted HTML Example.
<table border="0">
<form name="frmLogin" id="frmLogin" action="/cgi-bin/hslogin.cgi" method="POST" >
<tr><td><b>Username:</b></td><td><input type="text" size="20" name="f_user"></td></tr>
<tr><td><b>Password:</b></td><td><input type="password" size="20" name="f_pass"></
td></tr>
<tr><td colspan="2" align="center"><input type="submit" name="submit" value="Log
In"></td></tr>
</form>
</table>
Welcome Page. The welcome.html page displays upon successful authentication. On the welcome page,
you’ll want to include a simple welcome message, as well as the following URL allowing users to
manually disconnect from the hotspot.
<a href="/cgi-bin/hslogout.cgi">Disconnect</a>
Failed Page. The failed page is presented to users who fail authentication or enter incorrect login
information. On this page you can include support information, a link to sign-up for service (assuming
the external server is included in the allowed list) as well as a URL to re-attempt authentication.
<a href="/wlan4/login.html">Try Again</a>
Configuring MAC Authentication. The MAC Authentication option allows the user to configure a Radius
server for user authentication with the range of MAC addressees defined as allowed or denied access to
the controller managed network.
NOTE
As part of the MAC Authentication process, ensure a primary and optional secondary Radius Server have been
properly configured to authenticate the users requesting access to the ACL supported WLAN. For more information
on configuring Radius Server support for the MAC Authentication supported WLAN, see “Configuring External Radius
Server Support” on page 133.