Search:
To clear all iptables entries, first stop fail2ban, then clear, then restart fail2ban iptables --policy INPUT ACCEPT; iptables --policy OUTPUT ACCEPT; iptables --policy FORWARD ACCEPT; iptables -Z; # zero counters iptables -F; # flush (delete) rules iptables -X; # delete all extra chains To block: iptables -A INPUT -s 43.0.0.0/8 -j DROP TO unblocks iptables -L INPUT --line-numbers (locate the line number) iptables -D INPUT 9 (where 9 is the line number)
Summary:
This change is a minor edit.
To save this page you must answer this question:
What do you get when you remove the ARIS from Solaris?
Username: