All Questions
2 questions
2
votes
1
answer
936
views
firewalld, `--add-rich-rule` and missing blacklist set
My server uses Centos8 quite recently installed (~1 year).
After trying to ban an IP:
firewall-cmd --permanent --zone=extz --add-rich-rule='rule family="ipv4" source address="49.88.112....
0
votes
1
answer
1k
views
centos firewalld ipset blacklist ip cidrs on specific ports
I found this link regarding how to set up a blacklist xml file for firewalld:
ipset instructions
Clear enough, but I don't want to drop access for all ports, just 80 and 443. Suggestions? (BTW the ...