Skip to content

Instantly share code, notes, and snippets.

@y0ug
Created October 12, 2014 08:32
Show Gist options
  • Save y0ug/1324e9ab178125d1ae82 to your computer and use it in GitHub Desktop.
Save y0ug/1324e9ab178125d1ae82 to your computer and use it in GitHub Desktop.
#!/bin/bash
# 2014-10-09 17:49 CEST
# y0ug
BIF=br0
EIF=enp0s25
ip link add name $BIF type bridge
ip link set dev $BIF up
ip link set dev $EIF down
ip link set dev $EIF promisc on
ip link set dev $EIF up
ip link set dev $EIF master $BIF
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment