I'm struggling with the syntax for the following.
If I want to add a single IP to a zone, I do this:
firewall-cmd --zone=drop --add-source=134.119.193.63
But, how would I add 134.119.xxx.xxx?
Thanks
I'm struggling with the syntax for the following.
If I want to add a single IP to a zone, I do this:
firewall-cmd --zone=drop --add-source=134.119.193.63
But, how would I add 134.119.xxx.xxx?
Thanks
/16and the last two blocks to.0.0like that, means its basically a wildcard? – Pickledegg Jul 25 '19 at 07:58