Bridging with ip
*
Create a Bridge
ip link add name
name
type bridge
ip link set
name
up
List all Bridges
ip -o link list type bridge
List a Specific Bridge
ip -o link list name
Destroy a Bridge
ip link delete
name
Add an Interface to a Bridge
ip link set ethX up
ip link set ethX master
name
List all Bridged Interfaces
ip -o link list type bridge_slave
List Interfaces on a
Specific
Bridge
ip -o link list type bridge_slave master
name
Remove an Interface from a Bridge
ip link set ethX nomaster
*
ip
is one of
many
networking tools in
iproute2
commands available in iproute2
create a tunnel or tap device with ip
Paul Gorman's Cheatsheet is a
great
intro to bin/ip
This document: August 16, 2023 - Updated: July 17, 2024