Hi, I would like to test a simple bridge setup. br0 have eth0 and eth1 I want to create a fake traffic and see it crossing the bridge. Lets say i'm generating arp packet with nemesis: nemesis arp -v -d eth0 -S $SRC -D $DST -h $SRC_MAC -m $DST_MAC nemesis arp -v -r -d eth0 -S $DST -D $SRC -h $DST_MAC -m $SRC_MAC This shows on eth0 tcpdump but not on eth1 tcpdump Why is that? I have a gentoo rootfs. qemu nics are define like this: -net nic,model=rtl8139,vlan=0 -net user,vlan=0 \ -net nic,model=rtl8139,vlan=1 Regards, Kfir -- 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