4. Logger Clients¶
Logger clients are Eventide logging recorders that will connect to your NAA. They do this by uploading a .vpn file to the system and establishing a connection.
4.1. Creating the Logger Client¶
SSH into your NAA as the monitor user. If you are using a different account that you set up yourself, the execute cd /opt/NAA to access the build scripts.
Once you are at /opt/NAA execute the command ./build-key-logger <loggername>.
Replace <loggername> with the identifier of the control client.
- Example
monitor@NAA:~$ ./build-key-logger 740000001.NJ.SiteName
Running this command will generate the VPN certificates and configuration files needed to connect to loggers.
The control clients files are located in /opt/NAA/loggerkeys/<loggername>.vpn Export this file from the NAA and install it on your logger.
4.2. Connecting a NexLog¶
Once the .vpn file has been downloaded from an NAA, it can be installed to a NexLog logging recorder. Log in to the NexLog’s webconfig and navigate to .
Fig. 4.1 NexLog VPN Settings¶
Upload the .vpn file by clicking Choose File at the bottom of the page.
Click Save to upload the file.
Enter your connection string in the field provided. The string should be --remote <NAAHostname> 1194 See the image above for an example.
Click the enable check box at the top and press save to establish the connection.