Description: This article explains how to connect a Linux device to CloudConnexa using a downloaded user connection profile and OpenVPN 3 Linux.
Prerequisites
• A valid CloudConnexa user account.
• OpenVPN 3 Linux client installed on the Linux machine. See Install and Control the OpenVPN 3 Client for installation instructions.
• Access to the CloudConnexa User Portal.
Step 1: Download the user profile
- Open a web browser.
-
Navigate to the CloudConnexa Portal:
https://<YourCloudID>.openvpn.com
- Sign in with your CloudConnexa user credentials.
- Navigate to My Devices.
- Select Add Device and follow the prompts to create the device.
- After the device is created, download the connection profile (.ovpn file).
- Select the CloudConnexa Region closest to the device's current location.
- Download the
.ovpnconnection profile and save it to your Linux device.
Step 2: Connect to CloudConnexa
- Open a terminal on the Linux device.
- Navigate to the directory containing the downloaded
.ovpnprofile. -
Start the VPN session:
openvpn3 session-start -c profile.ovpn
Note: Replace profile.ovpn with the actual filename of the downloaded profile if it is different.
Step 3: Verify the connection
-
Verify that the VPN tunnel is connected successfully:
openvpn3 sessions-list
- A successful connection will display an active VPN session.
Troubleshooting
If you can't connect:
• Ensure the .ovpn profile file exists in your current directory or provide its full path.
• Verify that the OpenVPN 3 Linux client is installed.
• If the connection fails, review the terminal output for error messages and confirm that your CloudConnexa account and device profile are valid.
Comments
0 comments
Article is closed for comments.