HP XP P9000 Command View Advanced Edition Suite Software 7.6.1-00 Administrator Guide

In Linux:
installation-directory-for-the-Device-Manager-server/Server/wsi/
server/jserver/bin/cimxmlscpa.properties
server.http.security.clientIP
Specify IP addresses, in IPv4 format, that can be used to connect to the Device Manager server.
The server.http.security.clientIP property is in the server.properties file.
This setting limits the IP addresses permitted for connection, thus preventing denial-of-service attacks
or other attacks that intend to overflow buffers.
The following shows a specification example when the Device Manager server accepts connections
from 172.16.0.1 and IP addresses in the range from 192.168.0.0 to 192.168.255.255:
server.http.security.clientIP=172.16.0.1,192.168.*.*
You can use asterisks as a wildcard character when specifying multiple connection sources by using
a single IP address. To specify multiple IP addresses, separate them with commas. Invalid IP addresses
and spaces are ignored.
Default: *.*.*.* (Any IP address can be used to connect to the Device Manager server.)
CAUTION:
You do not need to specify the IP address (the local loopback address) of the computer on which
the Device Manager server is installed. In this property, it is assumed that the Device Manager
server can always be connected to using the local loopback address.
You also need to register the IP addresses to the environment definition file httpsd.conf for
Common Component.
Related topics
Registering IP addresses in the environment definition file httpsd.conf of Common Component:
Controlling management client access to the management server on page 235
server.http.security.clientIPv6
Specify IP addresses, in IPv6 format, that can be used to connect to the Device Manager server.
The server.http.security.clientIPv6 property is in the server.properties file.
This setting limits the IP addresses permitted for connection, thus preventing denial-of-service attacks
or other attacks that intend to overflow buffers.
The following shows a specification example when the Device Manager server accepts connections
from IP addresses in the range from 12AB:0:0:CD30:: to
12AB:0:0:CD3F:FFFF:FFFF:FFFF:FFFF.
server.http.security.clientIPv6=12AB:0:0:CD30::/60
You can specify a range of IP addresses in CIDR format. To specify multiple IP addresses, separate
them with commas. Invalid IP addresses and spaces are ignored.
Default: :: (Any IP address can be used to connect to the Device Manager server.)
Device Manager server properties488