Chapter 5: Configuration Items
Linux Example
To set the net server to the hostname ptkc.mydomain.com at the system level
1.
Open the file:
/etc/default/et_hsm
2.
Make the entry:
et_hsm_netclient_serverlist=ptkc.mydomain.com
Windows Example
To set the net server to the hostname ptkc.mydomain.com at the system level
1.
Locate the registry key:
HKEY_LOCAL_MACHINE\SOFTWARE\SafeNet\HSM\NETCLIENT
2.
Assign the value
ptkc.mydomain.com
to the entry:
ET_HSM_NETCLIENT_SERVERLIST
Using IPv6 addressing
When specifying a host by its IPv6 address, you must enclose the IPv6 address in square brackets.. All other
rules which apply to IPv4 addressing also apply for IPv6 addressing. For example, the following command is
valid for a server with an IPv6 address of 2001:db8::221:5eff:fe46:f17e:
export ET_HSM_NETCLIENT_SERVERLIST=[2001:db8::221:5eff:fe46:f17e]
Symbolic server names are also supported and they must be declared in the /etc/hosts and /etc/networks files.
For example, if the /etc/hosts file contains the following entry:
2001:db8::221:5eff:fe46:f17e ServerV6
then you can run the following command:
export ET_HSM_NETCLIENT_SERVERLIST=[ServerV6]
Since the interface ports listen for both IPv6 and IPv4, you can specify both IPv4 and IPv6 addresses in the ET_
HSM_NETCLIENT_SERVERLIST configuration item, as follows:
export ET_HSM_NETCLIENT_SERVERLIST=[<IPv6_address>] <IPv4_address>…
Thales ProtectServer 3 HSM and ProtectToolkit 7 Installation and Configuration Guide
2021-06-30 10:29:48-04:00 Copyright 2009-2021 Thales Group
96