Network Configuration Parameters
Parameter | Default | Description |
---|---|---|
NAE_IP.1 | No default | The IP address or the Hostname of the Key Manager. When using load balancing , specify multiple IP addresses/Hostnames separated by colons (:). For example, 192.168.1.10:192.168.1.11:192.168.1.12 . These servers must have the same value for the NAE_Port parameter. For IPv6, the IP address is to be specified in curly braces. For example, {2002:0dc8:85k3:0000:0000:9a2e:0370:5221} . Also, a combination of IPv4 and IPv6 addresses can be used provided each IPv6 address is within {}. These values should be separated by colons (:). IPv6 is supported for the KMIP interfaces too. |
NAE_Port | 9000 | The port on which the client will communicate with the server. Your client must use the same port as the server. |
KMIP_Port | 5696 | The port on which the client will communicate with the server. |
Ignore_DNS_Resolution_Failure | false | Set this parameter to true to ignore DNS resolution failure at the time of initialization. If this parameter is enabled, initialization does not fail and the pdbctl Utility fetches the key from the persistent cache, if enabled. Possible settings: — true: enables this feature. — false: Disables the feature. |
Protocol | tcp | The protocol used to communicate between the client and the Key Manager. Clients and servers must use the same protocol. Possible settings: — tcp — SSL (Should be used with TLSv1.2.) |