Page 1 of 1
csf v12.12 enable but stopped after debian upgrade
Posted: 04 Jul 2019, 15:36
by duduche
After upgrade debian stretch to buster csf is enable but stopped.
I tried a fresh install of csf but same problem.
What's going on ?
Please help.
Re: csf v12.12 enable but stopped after debian upgrade
Posted: 05 Jul 2019, 08:41
by duduche
I found the solution.
Debian buster use nftables instead of iptables.
To use iptables-legacy try :
# update-alternatives --set iptables /usr/sbin/iptables-legacy
# update-alternatives --set ip6tables /usr/sbin/ip6tables-legacy
# update-alternatives --set arptables /usr/sbin/arptables-legacy
# update-alternatives --set ebtables /usr/sbin/ebtables-legacy
Work for me
Re: csf v12.12 enable but stopped after debian upgrade
Posted: 25 Jul 2019, 12:09
by lido
Hi, we also came across this issue and the fix has worked.
Since Debian 10 was recently released I'm guessing this issue will probably crop up a few more times as people upgrade.
I'd recommend that the authors setup some detection or notification when using Debian 10 (which you could probably detect by checking the /etc/debian_version file) and instruct users to check out the Debian nftables/iptables information and how to switch to iptables on the following page from the Debian wiki:
https://wiki.debian.org/nftables#Current_status
Just a suggestion or course. Thanks to the developers for maintaining this firewall script.
Cheers
Re: csf v12.12 enable but stopped after debian upgrade
Posted: 09 Aug 2019, 15:32
by ForumAdmin
This will be implemented in the next csf release.