MSM7xx Controllers Configuration Guide v6.4.0
Adds a warning to this page that tells smartphone users to bookmark the Welcome page so
that they can logout.
4. Add the following entry to the RADIUS profile for all smartphone users:
welcome-url=web_server_URL/PDAusers/welcome.html
Customizing error messages
To customize the error messages, edit the appropriate messages in the files listed in the following
table, using the Controller >> Public access > Web content page.
Messages are taken fromIf an error occurs on
login_error_message.aspLogin page (index.asp)
subscription_error_message.aspSubscription page
(subscribe.asp),
Account page
(account.asp), Payment
page (payment.asp),
Review page
(review.asp), Purchase
failed page
(purchase_failed.asp)
Messages.txtOther pages
Logout host name
Logout IP address
These two options enable easy logout from the public access network. Users can logout by pointing
their browsers to a specific host name or its IP address.
Host names must be fully-qualified, which means they must include the domain name suffix
(.suffix). For example: mydomain.com is fully qualified, mydomain is not.
If a user that is logged in via HTML sends an HTTP request to the specified host name or IP address,
the controller will log the user out.
To use this option you must define an access list with the DNAT option. For example, if the controller
LAN port is at 192.168.1.1 and you want to logout users when they access network.logout
(which has an IP address of 10.10.1.1) you would define the following:
Logout host name = network.logout
Logout IP address = 10.10.1.1
On the Controller >> Public access > Attributes page, add the following attributes under Configured
attributes:
dnat-server = logout, 192.168.1.1, 8081
The DNAT-SERVER has to point to the controller's LAN port on TCP port 8081. This
is where the logout service is located on the controller.
access-list = logout,DNAT-SERVER,tcp,10.10.1.1,80
Indicates that TCP traffic on port 80 that is addressed to 10.10.1.1 will be forwarded
to the DNAT-SERVER (192.168.1.1).
use-access-list=logout
Activates the access list for all users on the controller.
408 Public/guest network access










