HP XP7 Command View Advanced Edition Administrator Guide (Web Version) (TK981-96004, May 2014)

This setting limits the IP addresses permitted for connection, thus preventing denial-of-service attacks
or other attacks that intend to overflow buffers.
You can use an asterisk (*) as a wildcard character when you use IPv4 addresses. To specify multiple
IP addresses, separate them with commas (,).
In the following example, the specification permits the address 191.0.0.2 and addresses from
192.168.0.0 to 192.168.255.255 to connect to the Device Manager agent:
server.http.security.clientIP=191.0.0.2, 192.168.*.*
In the following example, the specification permits the addresses 2001::203:baff:fe36:109a
and 2001::203:baff:fe5b:7bac to connect to the Device Manager agent:
server.http.security.clientIP=2001::203:baff:fe36:109a,2001::203:baff:fe5b:7bac
Default: None (All IP addresses can connect to the Device Manager agent.)
server.server.authorization
This property stores the ID and password of the user for Device Manager server authorization.
This property is encoded, so you cannot edit it using a text editor. To edit this property, use the
hdvmagt_setting command.
Default: None
server.server.serverIPAddress
Specify the IP address or host name of the Device Manager server.
When specifying an IP address:
For IPv4, specify the IP address in dotted-decimal format.
For IPv6, specify the IP address using hexadecimal numbers with colons. Abbreviation can be
used. The following example shows how to specify an IPv6 address:
server.server.serverIPAddress=2001::214:85ff:fe02:e53b
When specifying a host name:
Use a character string of 50 bytes or fewer to specify the host name. The following characters
can be used:
a-z A-Z 0-9 - . @ _
Default: 255.255.255.255
server.server.serverPort
Specify the port number of the Device Manager server to which the Device Manager agent is going
to connect.
As a general rule, you can specify a value from 1024 to 49151. You must specify the same value
specified for the server.http.port property (for non-SSL communication with the Device Manager
server) or the server.https.port property (for SSL communication with the Device Manager
server) of Device Manager server.
Default: 2001
Administrator Guide (Web Version) 387