• Plesk Uservoice will be deprecated by October. Moving forward, all product feature requests and improvement suggestions will be managed through our new platform Plesk Productboard.
    To continue sharing your ideas and feedback, please visit features.plesk.com

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