Skip to content

Instantly share code, notes, and snippets.

@murarisumit
Created July 5, 2018 18:56
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save murarisumit/d294505c83749285936221c4adb1973e to your computer and use it in GitHub Desktop.
Save murarisumit/d294505c83749285936221c4adb1973e to your computer and use it in GitHub Desktop.
Bridge interface docker #docker #gnu/linux #networking

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:

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment