So far, all went well
But I think, I diddnt understand all details, because when I think of many Vlans I really need a lot of rules, for a rather simple setup: I want all traffic between each of the Vlans and the Server-Vlan to pass, and all traffic between the Vlans directly denied.
At the moment, I would create for each pair of Vlans a sepreate rule, which seems a bad workaround, given the pairs are growing exponentially with the number of Vlans...
I Suspect, my problem has to do with not understanding the "precedence" parameter when setting up rules. I found the following example which I dont understand:
Code: Select all
policy rule "Allow VoIP-VoIP" precedence 200 condition "VoIP-VoIP" action Permit
policy rule "Allow VoIP-Data" disable precedence 200 condition "VoIP-Data" action Permit
policy rule "Allow Data-Data" precedence 200 condition "Data-Data" action Permit
policy rule "Deny Other" precedence 200 condition "Other" action Deny
Tanks a lot!
Frank
