To connect the Sensor component automatically over the network:
This opens the Adding a new sensor window.
After the connection to the Central Node is established, the title of the browser tab with the web interface page of the component displays the name that you configure at this step.
If the Central Node is deployed as a cluster, you need to enter the IP address of the processing server in the cluster that is configured to receive mirrored traffic from SPAN ports.
The application establishes a connection with the server on which the Sensor component is installed, and a prompt is displayed in the web interface of the application asking you to confirm the fingerprint of the received certificate signing request.
ssh -4 -L 9444:localhost:9444 admin@<IP address of the server with the Sensor component>
If after running the command, you get the Corrupted MAC on input. ssh_dispatch_run_fatal: Connection to <IP address of the Sensor server> port 22: message authentication code incorrect error, run the following command:
ssh -4 -L 9444:localhost:9444 admin@<IP address of the server with the Sensor component> -o "MACs hmac-sha2-256"
The web interface of the Sensor component is displayed in the browser. The web interface displays a message with information about the fingerprint of the certificate signing request that was sent to the Central Node component.
The Sensor component is connected to the Central Node component, after which the connection information in the web interfaces of the Sensor and Central Node components.
Page top