Last active
August 29, 2015 13:56
-
-
Save benoitjpnet/9171814 to your computer and use it in GitHub Desktop.
Bridge to analyze network trafic from Freebox v6 Player and Freebox v6 Server
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 characters
# brctl addbr br0 | |
# brctl adif br0 eth0 | |
# brctl adif br0 eth1 | |
# ifconfig br0 up | |
# brctl show br0 | |
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 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment