• Inviting everyone who uses WordPress management tools in Plesk
    The Plesk team is conducting a 60-minute research session that includes an interview and a moderated usability test.
    To participate, please use this link .
    Your experience will help shape product decisions and ensure the tools better support real-world use cases.

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