In order to access a Remote Desktop Workspace, you will need to connect to a virtual private network (VPN) from your computer. Once connected, you will log in to the networked computer via Remote Desktop Protocol (RDP) where you will have secure access to the workspace.
| Table of Contents | ||
|---|---|---|
|
Instructions
Install Client
...
Prior to connecting to the VPN you will need to add your VPN credentials zip file (received after Workspace approval) into OpenVPN. The zip file will contain:
Personal Information Exchange File
KEY file
OpenVPN Config File
Open the folder containing the configuration files. Right click in the folder’s empty space (not on the files) and select Open in Terminal.
Identify the configuration file name with the extension “.ovpn”.
Right click and select Open in Terminal to connect to the VPN with the following command (replace <filename.ovpn> with actual config file name):
Code Block language bash sudo openvpn --config <filename.ovpn>
Enter your local admin password when prompted.
When prompted for the Private Key Password, enter the provided VPN password.
Troubleshooting
Unrecognized option or missing or extra parameter(s)
| Code Block |
|---|
Error: Options error: Unrecognized option or missing or extra parameter(s) in OBIWorkSpace-UDP4-1194-..._VPN.ovpn:4: data-ciphers (2.4.12) Use --help for more information. |
Solution: comment out the data-ciphers line in your OVPN file.
...
Related articles
| Filter by label | ||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
|
...