CSF merupakan Stateful Packet Inspection (SPI) Firewall. Ini digunakan untuk melakukan pembatasan jenis konekdi dan akses publik.

Bagaimana cara mengetahui apakah CSF sudah berjalan?

#sudo service csf status

setelah di enter maka akan tertampil apakah CSF aktif atau tidak


Berikut beberapa command yang digunakan

CommandDescriptionContoh
csf -eEnable CSFroot@tixoez[~]#csf -e
csf -xDisable CSFroot@tixoez[~]#csf -x
csf -sStart rules firewallroot@tixoez[~]#csf -s
csf -fFlush/stop rules firewallroot@tixoez[~]#csf -f
csf -rrestart rules firewallroot@tixoez[~]#csf -r
csf -a [IP Address] [command]Allow IP dan add di /etc/csf/csf.allowroot@tixoez[~]#csf -a 10.20.30.40 PC IP
csf -td [IP Address] [command]memasukkan IP ke temporary deny list di /var/lib/csf/csf.tempbanroot@tixoez[~]#csf -td 10.20.30.40 ip tidak jelas
csf -tr [IP Address]remove ip dari temporary ip ban atau list allowroot@tixoez[~]#csf -tr 10.20.30.40
csf -tfflush semua IP dari list temporary IProot@tixoez[~]#csf -tf
csf -d [IP Address] [command]deny IP dan add ke /etc/csf/csf.denyroot@tixoez[~]#csf -d 10.20.30.40 Blok ip ini
csf -dr [IP Address]unblock IP dan remove dari /etc/csf/csf.denyroot@tixoez[~]#csf -dr 10.20.30.40
csf -dfremove dan unblock semua IP di /ect/csf/csf.denyroot@tixoez[~]#csf -df
csf -g [IP Address]mencari ip di iptables dan ip6tablesroot@tixoez[~]#csf -g 10.20.30.40
csf -tmenampilkan list sementara allow dan dany yang dimasukkan dengan TTL dan commentsroot@tixoez[~]#csf -t