Useful CSF SSH Command Line Commands (CSF Cheat Sheet)

By | 10th December 2018

Artikel ini mencakup beberapa Perintah Jalur Perintah SSH CSF yang berguna dalam format “lembar contekan”.

CommandDescriptionExample
csf -a [IP.add.re.ss]Allow an IP and add to /etc/csf/csf.allow
root@server[~]#csf -a 187.33.3.3 Home IP Address
csf -d [IP.add.re.ss]Deny an IP and add to /etc/csf/csf.denyroot@server[~]#csf -d 66.192.23.1 Blocked This Guy
csf -dfRemove and unblock all entries in /etc/csf/csf.denyroot@server[~]#csf -df
csf -dr [IP.add.re.ss]Unblock an IP and remove from /etc/csf/csf.denyroot@server[~]#csf -dr 66.192.23.1
csf -fFlush/Stop firewall rules (note: lfd may restart csf)
root@server[~]#csf -f
csf -g [IP.add.re.ss]Search the iptables and ip6tables rules for a match (e.g. IP, CIDR, Port Number)root@server[~]#csf -g 66.192.23.1
csf -rRestart the firewall rulesroot@server[~]#csf -r
csf -sStart the firewall rulesroot@server[~]#csf -s
csf -t Displays the current list of temporary allow and deny IP entries with their TTL and comment root@server[~]#csf -t
csf -tfFlush all IPs from the temporary IP entries
root@server[~]#csf -tf
csf -tr   [IP.add.re.ss]Remove an IP from the temporary IP ban or allow list.
root@server[~]#csf -tr 66.192.23.1
Memasukkan kembali alamat IP Untuk mencegah IP tertentu diblokir, bahkan untuk pemblokiran sementara, Anda perlu mendaftarkan alamat IP mereka di file csf.ignore dan csf.allow. Langkah pertama adalah mengaktifkan IGNORE_ALLOW di csf.conf. Nilai untuk IGNORE_ALLOW akan muncul sebagai “0”, Anda harus menyesuaikannya menjadi “1” dan restart csf dan lfd. Ini akan memungkinkan lfd merujuk csf.ignore. Jika Anda menambahkan alamat IP ke csf.ignore, alamat IP tidak akan diblokir lagi oleh lfd dan upaya masuk gagal tidak akan memicu pemblokiran sementara.