On 2009-02-22, Daniel Ouellet <[email protected]> wrote:
>>
>> # cat /etc/hostname.vlan{2,1002}
>> up vlan 2 vlandev dc0
>> up vlan 2 vlandev dc1
>
> Here I assume here a typo and it would be
Mike has it right.
> # cat /etc/hostname.vlan{2,1002}
> up vlan 2 vlandev dc0
> up vlan 1002 vlandev dc1
>
> As you can't have the same vlan with two different parent?
you are confusing 802.1Q vlan id ("vlan 2") with interface name
(vlan2, vlan1002).
if you don't specify a particular vlan id, it defaults to the same
as the interface name, but there does not have to be any relationship
between the two.
> In bridge mode, all traffic pass but i can't isolate each vlan to filter
> on them witch I am trying to do.
you must bridge the individual vlans, not the parent interface.