iptables -A INPUT -s IP-ADDRESS -j DROP
If using firewalld the command is:
firewall-cmd --permanent --add-rich-rule="rule family=ipv4 source address=xx.xx.xx.xx reject"
firewall-cmd --reload
iptables -A INPUT -s IP-ADDRESS -j DROP
If using firewalld the command is:
firewall-cmd --permanent --add-rich-rule="rule family=ipv4 source address=xx.xx.xx.xx reject"
firewall-cmd --reload