If OpenVPN is not installed on your system, follow these steps:
Open the terminal.
Run the following command to install OpenVPN:
sudo apt-get install openvpn -y
Download the SSL certificate required for the VPN connection.
Navigate to the directory where the SSL certificate is saved.
Run the following command, replacing <file-path>
with the actual path of the SSL certificate:
sudo openvpn --config <file-path>
Press Enter and log in with your username and password (only required for the first-time setup).
Check CTI IP:
ping 192.168.45.55
If successful, you should see responses from the IP.
Open http://192.168.45.55
in a browser to access the C-Zentrix UI.
Check Server IP:
ping 192.168.45.22
If the server is reachable, you should receive responses.