Communicate between the VLANs in Bridge fails
Hi,
I have two vlans and both are part of bridge interface. when i try to ping between the interfaces it fails.
eth1.100 // 192.168.10.100
eth1.200 // 192.168.10.200
br0 192.168.10.10
When i try the ping command "ping -I br0 192.168.10.100" it fails.
Since i want to happens this thru L2, i have removed the entries in ip route and added the static arp.
when i do brctl showmacs br0, MAC is learn as Local (Is local - yes) and since both vlan uses the same MAC, if i do the tcpdump on the interface i'm getting the packet regardless of the VLAN. Looks like look is only based on the MAC and not based on VLAN + MAC.
Is it possible to reach interfaces using L2 bridge based on the VLAN on same host.
|