iptables: DROP on an interface does nothing, but works if I don't specify an interface
Setup: Ubuntu 20.04 on a box with 5 physical ethernet ports (let's call them eth1 - eth5). I have joined them all to a bridge ("br0") with brctl and they can all ping each other. What I'm trying to do: allow eth2 - eth5 to all continue chatting freely with each other while limiting what can come in via eth1. (Ultimately eth1 will be the "outside connection"