Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 2 Current »


brctl
install 

apt-get install bridge-utils


Create a bridgebrctl addbr br0
Add interfaces


brctl addif br0 eth0
brctl addif br0 eth1

ip link
Create a bridgeip link add name br0 type bridge
Add interfacesip link set dev eth0 master br0 sudo ip link set dev eth1 master br0
show commands
ip link show
brctl show
lshw -c network -businfo
[root@128T-Conductor ~]# lshw -c network -businfo
Bus info Device Class Description
====================================================
pci@0000:04:00.0 eth0 network 82574L Gigabit Network Connection
pci@0000:0b:00.0 eth1 network 82574L Gigabit Network Connection
br0 network Ethernet interface


nmtuiCLI graphical  interface






  • No labels