doc:appunti:linux:sa:bridge_linux
Differences
This shows you the differences between two versions of the page.
Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
doc:appunti:linux:sa:bridge_linux [2024/06/25 11:36] – niccolo | doc:appunti:linux:sa:bridge_linux [2024/06/25 12:07] (current) – [Comandi obsoleti bridge-utils] niccolo | ||
---|---|---|---|
Line 16: | Line 16: | ||
Viene creata l' | Viene creata l' | ||
- | Il MAC address, se non viene specificato, | + | Il **MAC address**, se non viene specificato, |
+ | |||
+ | **ATTENZIONE**: | ||
===== Comandi obsoleti bridge-utils ===== | ===== Comandi obsoleti bridge-utils ===== | ||
Line 37: | Line 40: | ||
br01 8000.4a9aa5acc912 | br01 8000.4a9aa5acc912 | ||
eth1 | eth1 | ||
+ | </ | ||
+ | |||
+ | Per togliere una interfaccia da un bridge ed eliminarlo: | ||
+ | |||
+ | < | ||
+ | brctl delif br01 eth0 | ||
+ | brctl delbr br01 | ||
</ | </ | ||
Line 45: | Line 55: | ||
< | < | ||
ip link add name br01 address 4a: | ip link add name br01 address 4a: | ||
+ | </ | ||
+ | |||
+ | Per eliminare un bridge: | ||
+ | |||
+ | < | ||
+ | ip link del name br01 | ||
</ | </ | ||
doc/appunti/linux/sa/bridge_linux.1719308201.txt.gz · Last modified: 2024/06/25 11:36 by niccolo