Skip to content

tech.

How to Create programs, Fix, Find and Configure them

  • Tips&Tricks
  • How to fix
  • For Beginners
  • English
    • Español
    • Deutsch
    • Français
    • 简体中文

Tag: Ethernet

Tips&Tricks

How to make a layer 2 bridge between two or more Ethernet interfaces on Ubuntu Linux

Gosh On January 27, 2019January 27, 2019
How to make a layer 2 bridge between two or more Ethernet interfaces on Ubuntu Linux

The layer 2 bridging is an implementation of IEEE 802.1 D. This is the transparent bridging that was used in Ethernet layer bridges. Install package: apt-get install bridge-utils Next we’ll create a fake bridge interface: brctl addbr br0brctl stp br0 on # Enable STP in case of network loops Now we can add interfaces toContinue Reading


Recent Posts

  • How to use/add a self-signed certificate to Mac OS
  • How to delete all Docker images and containers
  • How to change permissions for file / directory recursively in Linux
  • How to install non-free video / audio codecs in Ubuntu
  • Python 3 performance profiling – easiest way

Archives

  • February 2020
  • June 2019
  • January 2019

Categories

  • For Beginners
  • How to fix
  • Tips&Tricks