Last active
August 29, 2015 13:56
-
-
Save benoitjpnet/9171814 to your computer and use it in GitHub Desktop.
Revisions
-
Benoît.S revised this gist
Feb 23, 2014 . 1 changed file with 1 addition and 1 deletion.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -8,7 +8,7 @@ bridge name bridge id STP enabled interfaces br0 8000.0000aa002005 no eth0 eth1 # brctl showmacs br0 port no mac addr is local? ageing timer 2 00:00:aa:00:xx:xx yes 0.00 1 00:1a:80:f6:xx:xx yes 0.00 -
Benoît.S revised this gist
Feb 23, 2014 . 1 changed file with 2 additions and 2 deletions.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -10,7 +10,7 @@ br0 8000.0000aa002005 no eth0 eth1 root@vaiolaptop:~# brctl showmacs br0 port no mac addr is local? ageing timer 2 00:00:aa:00:xx:xx yes 0.00 1 00:1a:80:f6:xx:xx yes 0.00 1 f4:ca:e5:5b:xx:xx no 14.98 2 f4:ca:e5:7a:xx:xx no 14.98 -
Benoît.S revised this gist
Feb 23, 2014 . 1 changed file with 0 additions and 1 deletion.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -4,7 +4,6 @@ # ifconfig br0 up # brctl show br0 bridge name bridge id STP enabled interfaces br0 8000.0000aa002005 no eth0 -
Benoît.S revised this gist
Feb 23, 2014 . 1 changed file with 0 additions and 3 deletions.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -1,6 +1,3 @@ # brctl addbr br0 # brctl adif br0 eth0 # brctl adif br0 eth1 -
Benoît.S revised this gist
Feb 23, 2014 . 1 changed file with 11 additions and 11 deletions.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -7,14 +7,14 @@ # ifconfig br0 up # brctl show br0 bridge name bridge id STP enabled interfaces br0 8000.0000aa002005 no eth0 eth1 root@vaiolaptop:~# brctl showmacs br0 port no mac addr is local? ageing timer 2 00:00:aa:00:20:05 yes 0.00 1 00:1a:80:f6:de:8d yes 0.00 1 f4:ca:e5:5b:xx:xx no 14.98 2 f4:ca:e5:7a:xx:xx no 14.98 -
Benoît.S created this gist
Feb 23, 2014 .There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -0,0 +1,20 @@ # ip link add link eth0 name eth0.100 type vlan id 100 # ip link add link eth1 name eth1.100 type vlan id 100 # brctl addbr br0 # brctl adif br0 eth0 # brctl adif br0 eth1 # ifconfig br0 up # brctl show bridge name bridge id STP enabled interfaces br0 8000.0000aa002005 no eth0 eth1 # brctl showmacs br0 port no mac addr is local? ageing timer 2 00:00:aa:00:xx:xx yes 0.00 1 00:1a:80:f6:xx:xx yes 0.00 1 f4:ca:e5:5b:xx:xx no 14.98 2 f4:ca:e5:7a:xx:xx no 14.98