Skip to main content
Configure the network settings on the Vectera Plus. The HSM must be reachable from the ADSS Server host.

Excrypt Manager

1

Navigate to the network configuration

In Excrypt Manager, go to the network configuration section.
2

Set the IP address, subnet mask, and gateway

Configure the network interface with an IP address reachable from the ADSS Server host machine.

FXCLI

1

Set the network configuration

Run the following command to configure the network interface.
FXCLI
network interface modify --interface eth0 --ip <ip_address> --netmask <subnet_mask> --gateway <gateway>
Replace the placeholder values with the actual network settings for your environment.