Page 1 of 1

Remove Iptable usage and fail2ban after install?

Posted: Fri Aug 28, 2015 7:09 am
by Joyful
Is it possible to remove usage of IPtable and fail2ban after installation? Or would it be better to reinstall with varbose options for -i and -f or w/e?

Re: Remove Iptable usage and fail2ban after install?

Posted: Tue Sep 01, 2015 6:45 pm
by skurudo
You can stop iptables and remove fail2ban (atp-get remove).
Then edit your /usr/local/vesta/conf/vesta.conf

Change this

Code: Select all

FIREWALL_SYSTEM='iptables'
FIREWALL_EXTENSION='fail2ban'
to this

Code: Select all

FIREWALL_SYSTEM=''
FIREWALL_EXTENSION=''