System Management Homepage 7.1 User Guide

The following command configures the local user privileges:
smhconfig -l|--localaccess-type[=] administrator | anonymous
IP Restricted Logins
IP addresses can be explicitly permitted or restricted based on user type. If there are IP addresses
in the permitted list, only those IP addresses are allowed login access. If there are no IP addresses
in the permitted list, login access is granted to any IP address not in the restricted list.
The following command enables or disables IP restricted login:
smhconfig -P|--ip-restricted-logins[=] True | False
IP Address Inclusion
Perform the IP address permitted command as follows:
smhconfig -i|--ip-restricted-include[=] IPLIST
The following is an example of how IPLIST is formatted:
122.23.44.1-122.23.44.255;172.84.100.35;172.168.10.5;168.172.10.1-168.172.10.128
IP Address Exclusion
Perform the IP address restricted command as follows:
smhconfig -e|--ip-restricted-exclude[=] IPLIST
The following is an example of how IPLIST is formatted:
122.23.44.1-122.23.44.255;172.84.100.35;172.168.10.5;168.172.10.1-168.172.10.128
NOTE: For systems running on Windows and Linux, IPv4 and IPv6 address ranges are supported.
For systems running on HP-UX operation system, currently, IPv4 address ranges are supported.
IP Binding
IP binding provides HP SMH the ability to listen only to the addresses configured in the IP binding
list. If IP binding is enabled and the IP binding list is empty, HP SMH will only be accessible locally.
Perform the IP binding command as follows:
smhconfig -g|--ip-binding[=] True | False
IP binding list
Use the following command to configure the IP binding list to be used when IP binding is enabled.
smhconfig -I|--ip-binding-list[=] IPBINDLIST
IPBINDLIST must be a list of semicolon-separated IP addresses and/or IP address/netmask pairs.
The following is an example of how IPBINDLIST is formatted:
172.24.31.10/255.255.255.0;128.88.236.189/255.255.255.0;172.25.86.69/255.255.0.0
IP Restricted Logins 59