1 Answer
try below firewalld command to block specific ip address...
# firewall-cmd --permanent --add-rich-rule="rule family='ipv4' source address='192.168.5.5' reject"
Your Answer
x