Ban or Unban Ip is Iptable
To ban a ip command these: iptables -D OUTPUT -p all -s IP.ADDRESS.HERE -j DROP iptables -D INPUT -p all -s IP.ADDRESS.HERE -j DROP
To ban a ip command these: iptables -D OUTPUT -p all -s IP.ADDRESS.HERE -j DROP iptables -D INPUT -p all -s IP.ADDRESS.HERE -j DROP