Skip to content

Instantly share code, notes, and snippets.

@benoitjpnet
Last active August 29, 2015 13:56
Show Gist options
  • Save benoitjpnet/9171814 to your computer and use it in GitHub Desktop.
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
# 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