using APF firewall how do I deny this IP range?
Using latest APF firewall on RH9I want to deny all these IP range, example:
2##.0.0.0 - 2##.255.255.255
all of it.
How do I do that ?
Can I do this in deny_host.rules?
2##.0/24.0/24.0/24
I know this works: 2##.255.255.0/24 in deny_hosts.rules but how about the entire range?
help!