Applicable to:
- Plesk Onyx 17.0 for Linux
- Plesk Onyx 17.5 for Linux
- Plesk Onyx 17.8 for Linux
Question
How to establish the connection via Plesk VPN Extension?
Answer
Warning: Plesk Obsidian doesn't support Plesk VPN extension
-
Navigate to Extensions > My Extensions > Virtual Private Networking > Open and click on Switch On
-
Download Client package for the corresponding platform and upload it to the client device
Note: Client package For a UNIX Client should be used on OS X
-
Install corresponding OpenVPN client software on the client device: Installing OpenVPN
-
For the OpenVPN clients newer than 2.4.3, remove the
mtu-disc yes
option from the configuration using file editor, orsed
(on UNIX platforms):# openvpn --version
OpenVPN 2.4.6 <...># sed -i '/mtu-disc yes/d' openvpn.conf
Note: This is required due to the bug 909 in OpenVPN clients.
-
Execute the following command on the client device (or specify configuration file to the client software by other means):
# cd openvpn-package
# openvpn --config openvpn.conf
Comments
0 comments
Please sign in to leave a comment.