floating rules not working
-
I add the DNS block rule to the floating rules, it doesn't work. However, it works when the related VLAN is added to the interface. floating ip blocking as rule works but external DNS blocking does not.
What could be the reason?
Version 2.6.0-RELEASE
-
@enesas Well that rules show that it has never been evaluated, see the 0/0 B under states.
For a rule to be evaluated, it has to match. And if floating you would want quick marked on it.
So yeah you would have to have the correct interface selected..
Also with block rules, if there was already existing state that allows the traffic, the rule would never be evaluated because states are looked at before rules.
But you need the double little green arrows on floating rules to mark them as quick.
-
@johnpoz said in floating rules not working:
@enesas Well that rules show that it has never been evaluated, see the 0/0 B under states.
For a rule to be evaluated, it has to match. And if floating you would want quick marked on it.
So yeah you would have to have the correct interface selected..
Also with block rules, if there was already existing state that allows the traffic, the rule would never be evaluated because states are looked at before rules.
But you need the double little green arrows on floating rules to mark them as quick.
yes i ticked fast and it worked. I skipped it.
Thank you for your quick reply.