Remove Iptable usage and fail2ban after install?
Remove Iptable usage and fail2ban after install?
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?
You can stop iptables and remove fail2ban (atp-get remove).
Then edit your /usr/local/vesta/conf/vesta.conf
Change this
to this
Then edit your /usr/local/vesta/conf/vesta.conf
Change this
Code: Select all
FIREWALL_SYSTEM='iptables'
FIREWALL_EXTENSION='fail2ban'
Code: Select all
FIREWALL_SYSTEM=''
FIREWALL_EXTENSION=''