I wanted to create a zone named "bad" with a target=reject and source=10.100.0.0/24 which will basically reject all traffic from that subnet. In the zone.
Now, if I want to allow traffic to SSH from that subnet, how can I do that?
I tried adding service SSH to "bad" zone but no luck, then I tried to add a rich rule no luck...
I tried to do what a firewall would normally do, which is denying all request that didn't match any rule...
Thanks