HP MSM7xx Management And Configuration Manual page 430

Hide thumbs Also See for MSM7xx:
Table of Contents

Advertisement

Public/guest network access
Customizing the public access interface
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.
If an error occurs on
Login page (index.asp)
Subscription page (subscribe.asp),
Account page (account.asp),
Payment page (payment.asp),
Review page (review.asp),
Purchase failed page (purchase_failed.asp)
Other 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's 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 user's on the controller.
14-18
Messages are taken from
login_error_message.asp
subscription_error_message.asp
Messages.txt

Advertisement

Table of Contents
loading

Table of Contents