You can configure your linux bridge (brctl operates them) as a hub (if you want to) with setting the aging property of the bridge to 0 as below: brctl setageing <bridge> 0 This make your bridge to behave as a hub. Most of you may not remember a network hub's functionality that is different from … Continue reading Linux Bridge as Hub