Step 1: Install OpenVPN

If OpenVPN is not installed on your system, follow these steps:

  1. Open the terminal.

  2. Run the following command to install OpenVPN:

    sudo apt-get install openvpn -y

Step 2: Obtain the SSL Certificate

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.

  • No labels