• The APS Catalog has been deprecated and removed from all Plesk Obsidian versions.
    Applications already installed from the APS Catalog will continue working. However, Plesk will no longer provide support for APS applications.
  • Please be aware: with the Plesk Obsidian 18.0.78 release, the support for the ngx_pagespeed.so module will be deprecated and removed from the sw-nginx package.

Issue OpenVPN and firewall on Linux

AmaZili Communication

Basic Pleskian
Hi,


I need to firewall the access to the Plesk onyx panel.

I also need to access it from changing remote places and using a smartphone, so different IP's.


The solution seems to be using a VPN.


I started to install and configure the Plesk VPN add-on, but it seems it does not allow access to the panel thru VPN connection, and it is not compatible with smartphone (no support for tun).

I then installed from Linux (centos7) command line a complete openvpn, then configured Iptables, and get it to work fine. I managed to get access from one unplanned IP to my Plesk panel.

HOWEVER, I then went into the Plesk and had a look at the Plesk firewall rules, and all my iptables manually entered vanished with the effect that I cannot get access to the panel from unplanned IP's.


Is there a simple solution to manage a protected Plesk onyx panel trough a smartphone VPN protected connection?


Thanks.


Philippe
 
Have you tried to use non-Plesk OpenVPN implementation? Something like

# wget https://git.io/vpn -O openvpn-install.sh && bash openvpn-install.sh
 
Back
Top