TQ6000 GEN2 Access Points User’s Guide
144
Requirements for the radius_login.html and radius_login_fail.html
Here is a list of requirements:
You must include a <form> element with the method attribute
specified to “post” and no action attribute.
In the <form> element, you must include an <input> tag with the
name attribute specified to “userid” for a wireless client to enter a
user ID. The <form> element ends at the </form> end tag.
In the <form> element, you must include anther <input> tag with
the name attribute specified to “password” for a wireless client to
enter a password.
In the <form> element, you must include a <button> tag or an
<input> tag with the type attribute specified to “submit” for a
wireless client to submit the data to the RADIUS server.
There is no requirements for a welcome.html
HTML Code and Display Examples of Login Page
The following is an example of HTML code:
<html>
<head>
<title>Web Authentication Page</title>
</head>
<form method=”post”>
Username: <input type=”text” name=”userid”><br>
Password: <input type=”password”
name=”password”><br>
<input type=”submit” value=”Connect”></input>
</form>
</html>
Figure 51 shows its web page displayed in a web browser.
Figure 51. Captive Portal - Login Page Sample
Summary of Contents for TQ6000 GEN2
Page 4: ......
Page 8: ...TQ6000 GEN2 Access Points User s Guide 8 ...
Page 12: ...TQ6000 GEN2 Access Points User s Guide 12 ...
Page 16: ...TQ6000 GEN2 Access Points User s Guide 16 ...
Page 40: ...TQ6000 GEN2 Access Points User s Guide 40 Figure 6 Log Window for Event Messages ...
Page 68: ...TQ6000 GEN2 Access Points User s Guide 68 ...
Page 92: ...TQ6000 GEN2 Access Poinst User s Guide 92 ...
Page 102: ...TQ6000 GEN2 Access Poinst User s Guide 102 ...
Page 156: ...TQ6000 GEN2 Access Points User s Guide 156 Configuring Passpoint Passpoint is not supported ...
Page 159: ...Chapter 8 Quality of Service 159 Figure 55 QoS Window ...