Hello, >This may be our problem. However ip route add returns >"SIOCADDRT: No such device" >while I see br0.26 in ifconfig output. Strange. It should work. Tested on debian lenny: rt1:/# brctl addbr br0 rt1:/# ip link set up dev br0 rt1:/# vconfig add br0 26 Added VLAN with VID == 26 to IF -:br0:- rt1:/# ip link set up dev br0.26 rt1:/# ip ro add 10.100.0.0/30 dev br0.26 rt1:/# ip ro sh dev br0.26 10.100.0.0/30 scope link <- route is there! Post output of your "ip addr sh" and "ip ro show" and steps you take to set things up. >What about routing into not "dev br0.26" but to "dev br0"? In case of routing on br0 and not br0.26 AFAIK bridge would be sending replies untagged on native vlan. Maybe there are some ebtables hacks I don't know about. Best regards, Marek Kierdelewicz -- To unsubscribe from this list: send the line "unsubscribe netfilter" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html