Windows
-
Download openvpn client from the following link https://openvpn.net/community-downloads/
-
Install downloaded file
-
After installing in systray, you will see openvpn icon
-
Right click on Openvpn icon in systray and select Import -> Import file.
-
The file vpn.cheitgroup.com.ovpn should be somewhere in your mail box. Try searching for "vpn.cheitgroup.com.ovpn" or find an email with the subject "VPN config for user.name". If the letter is more than three years old, then it is quite possible that you will need to reissue a new config.
-
Select .ovpn file ( on screenshot vpn.cheitgroup.com.ovpn), after confirmation that "File imported successfully" …
-
Right click on Openvpn icon in systray and select Connect, enter any login (for login you can use your email it can be helpful in diagnostic if you faced any connection problems) and any password (autentification based on keys in your .ovpn file) then click "OK".
-
If everything is correct you will see notification that "vpn.cheitgroup.com.ovpn is now connected"
Important note:
The .ovpn file (vpn.cheitgroup.com.ovpn) contains sensitive information. Each colleague has its own unique file. Please refrain from sending (selling/changing/gifting 🙂 ) your .ovpn file to any other colleagues or individuals through messaging apps, email, or any other means.
For Linux (Ubuntu).
-
Open a terminal and enter the following command:
sudo apt update && sudo apt install openvpn -y
-
After the package is installed, you can easily connect to the VPN by entering the following command in the terminal:
sudo openvpn --config /home/username/Downloads/vpn.cheitgroup.com.ovpn
Please note that you should provide (replace /home/username/Downloads/vpn.cheitgroup.com.ovpn ) full path to your .ovpn file.
3. Provide any login (you can use your email; it can be helpful for diagnostics if you encounter connection problems) and any password (authentication is based on keys in your .ovpn file).
For MacOS
Via CLI
-
Open a terminal and enter the following command:
brew install openvpn
-
After the package is installed, you can easily connect to the VPN by entering the following command in the terminal:
sudo openvpn --config /path/to/vpn.cheitgroup.com.ovpn
-
Enter your GitLab username and password
Via GUI
-
Install Tunnelblick: You can download and install Tunnelblick from their official website: Tunnelblick.
-
Add Configuration to Tunnelblick: Open Tunnelblick and drag your configuration files (with the .ovpn extension) into the Tunnelblick window, or select "Import configurations" from the menu. Tunnelblick will add the configurations and display them in the main application window.
-
Connect to VPN: Click on the configuration you want to use and press the "Connect" button. You may need to enter your authentication details if required.
-
Monitor the Connection: After connecting, you can monitor the connection status directly within the Tunnelblick window. It will display information about the connection, such as the IP address, traffic, etc.










Leave a Reply
You must be logged in to post a comment.