Configuring A Local Portal Web Server; Enabling Portal Roaming - HP FlexNetwork 10500 Series Security Configuration Manual

Hide thumbs Also See for FlexNetwork 10500 Series:
Table of Contents

Advertisement

1.
In logon.htm, set the target attribute of Form to _blank.
See the contents in gray:
<form method=post action=logon.cgi target="_blank">
2.
Add the function for page loading pt_init() to logonSucceess.htm.
See the contents in gray:
<html>
<head>
<title>LogonSuccessed</title>
<script type="text/javascript" language="javascript"
src="pt_private.js"></script>
</head>
<body onload="pt_init();" onbeforeunload="return pt_unload();">
... ...
</body>
</html>

Configuring a local portal Web server

Perform the following tasks for the local portal Web server to support HTTPS:
Configure a PKI policy, obtain the CA certificate, and request a local certificate. For more
information, see
Configure an SSL server policy, and specify the PKI domain configured in the PKI policy. For
more information, see
To configure a local portal Web server:
Step
1.
Enter system view.
2.
Create a local portal Web
server and enter its view.
3.
Specify the default
authentication page file for
the local portal Web server.
4.
(Optional.) Configure the
listening TCP port for the
local portal Web server.

Enabling portal roaming

Portal roaming takes effect only on portal users logging in from VLAN interfaces. It does not take
effect on portal users logging in from common Layer 3 interface.
If portal roaming is enabled on a VLAN interface, an online portal user can access resources from
any Layer 2 port in the VLAN without re-authentication.
If portal roaming is disabled, to access external network resources from a Layer 2 port different from
the current access port in the VLAN, the user must do the following:
"Configuring
PKI."
"Configuring
SSL."
Command
system-view
portal local-web-server { http |
https ssl-server-policy
policy-name [ tcp-port
port-number ] }
default-logon-page filename
tcp-port port-number
155
Remarks
N/A
By default, no local portal Web
servers exist.
By default, no default
authentication page file is
specified for the local portal Web
server.
By default, the HTTP service
listening port number is 80 and
the HTTPS service listening port
number is 443.

Advertisement

Table of Contents
loading

Table of Contents