› Forums › Network Management › Networking › VLAN to VLAN blocked routing not working (SOLVED) › Reply To: VLAN to VLAN blocked routing not working (SOLVED)
February 4, 2010 at 4:44 pm
#49561
Member
Ok, I see.
I believe that this approach shoud work better when defining the rule (use the VLAN interface names instead of their network addresses):
DROP all opt — in ETH00.24 out ETH00.74 0.0.0.0/0 -> 0.0.0.0/0
DROP all opt — in ETH00.74 out ETH00.24 0.0.0.0/0 -> 0.0.0.0/0
NOTE: The above example will block anything from VLAN 24 to VLAN 74 and vice-versa
PS: Note that once the VLAN exists, it’s virtual interface name will be available in Input and Output dropdown lists when creating a new rule.
Good luck!