Step 1: Install OpenVPN
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
Step 2: Obtain the SSL Certificate
Download the SSL certificate required for the VPN connection.
Navigate to the directory where the SSL certificate is saved.
Step 3: Connect to VPN
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).
- If you do not have credentials, please contact the administrator to create credentials for you.
Step 4: Verify the Connection
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.- You can login to the C-Zentrix UI using the credentials below:
- Username: adminrw
- Password: rwpass
Check Server IP:
ping 192.168.45.22
If the server is reachable, you should receive responses.