Configure a Linux bridge interface
- In computer networking, a bridge is a network device that interconnects more than one LAN segment at Layer-2.
- This bridge functionality is built into the Linux kernel, so one can set up a software bridge interconnecting multiple network interfaces.
A Linux bridge can be created with a user-space command-line tool called brctl which allows you to create, remove and administer Linux Ethernet bridges.
Refs: