Hi, I have an network where I allow all clients to access each other.
However, there is 1 client, which I want to restrict its access to only 1 other client.
Lets say I want to allow client id a, to only be able to access client id b, this is the rule I created:
drop ztsrc a not ztdest b;
But it does not work. Please help
Thanks