Hello,
I have a bridge (on debian) with 2 interfaces.
eth1, eth2
eth2 is connected to an other server and eth1 is connected to a
switch for my computers.
Everythings is ok.
But I want to add another interface, eth3 on the bridge and for the
moment, drop all the packet.
I tried :
ebtables -A INPUT -i eth3 -j DROP
ebtables -A OUPUT -o eth3 -j DROP
ebtables -A FORWARD -i eth3 -j DROP
ebtables -A FORWARD -o eth3 -j DROP
But I have always some packet :
arp and msdns what always allow.
How is it possible?
How Can I drop this type on packet?
Best Regards.
--
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