Table of Contents

Advertisement

Chapter 6 - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - Customizing the public access interface - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - Chapter 6
• Communications between the customer's browser and the CN3000 is always SSL-

Example

To enable a basic remote login page, do the following:
1. Create the following folder on your web sever: newlogin
2. Copy the following files from the \HTML\Colubris\Internal folder on the CD and
3. Add the following entries to the RADIUS profile for the CN3000.
4. Customize login.html to accept username and password information from
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - 124 - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
based. The default certificate on the CN3000 will generate a warning on the
customer's browser unless replaced with a certificate signed by a well-known CA.
place them in the newlogin folder.
• login.html
• transport.html
• session.html
• fail.html
• logo.gif
login-url= web_server_URL /newlogin/login.html?loginurl=%l
transport-page= web_server_URL /newlogin/transport.html
session-page= web_server_URL /newlogin/session.html
fail-page= web_server_URL /newlogin/fail.html
logo=web server URL/newlogin/logo.gif
access-list=loginserver,ACCEPT,tcp, web_server_IP_address
use-access-list=loginserver
customers and then send it to the CN3000. You can use code similar to the following
example to redirect the customer's web browser to the login URL on the CN3000 for
authentication:
<form action="https://CN3000.wireless.colubris.com:8090/goform/
HtmlLoginRequest" method="POST">
For more flexibility, the remote login page should be written using a server-side
scripting language such as ASP, PHP, or PERL. This enables the remote login page
to take advantage of the placeholders that may have been defined in the login-url
section of the RADIUS profile. See section
information about the placeholders.
"Placeholders" on page 122
for more

Hide quick links:

Advertisement

Table of Contents
loading

Table of Contents