Welcome to Centmin Mod Community
Become a Member

OpenVPN along with CentminMod, possible?

Discussion in 'Other Web Apps usage' started by Mike Guista, May 9, 2015.

Tags:
  1. Mike Guista

    Mike Guista New Member

    24
    10
    3
    Sep 15, 2014
    Ratings:
    +10
    Local Time:
    7:07 PM
    1.7.6
    10.x
    Hello,
    I've been trying to run OpenVPN on CentminMod installation VPS but it is not working. Could it be CSF Firewall issue? Can anyone help?

    Thanks

     
  2. eva2000

    eva2000 Administrator Staff Member

    53,614
    12,139
    113
    May 24, 2014
    Brisbane, Australia
    Ratings:
    +18,683
    Local Time:
    12:07 PM
    Nginx 1.27.x
    MariaDB 10.x/11.4+
    what VPS type ? Xen, KVM or OpenVZ

    yes CSF Firewall would interfere and different steps in iptables/csf config to get it to work for Xen/KVM vs OpenVZ that involve adding OpenVZ iptable rules to a manually created file at /etc/csf/csfpre.sh with iptable specific rules for OpenVZ to work and then chmod +x that file

    Code:
    chmod +x /etc/csf/csfpre.sh
    then restart CSF firewall
    Code:
    service csf restart
    or
    Code:
    csf -r
    Unfortunately, don't really provide support for stuff like OpenVZ
     
    Last edited: May 9, 2015
  3. JarylW

    JarylW Active Member

    216
    41
    28
    Jun 19, 2014
    Singapore
    Ratings:
    +103
    Local Time:
    10:07 AM
    So it works by default on xen/kvm?
     
  4. eva2000

    eva2000 Administrator Staff Member

    53,614
    12,139
    113
    May 24, 2014
    Brisbane, Australia
    Ratings:
    +18,683
    Local Time:
    12:07 PM
    Nginx 1.27.x
    MariaDB 10.x/11.4+
    It should :)