Skip to content

Instantly share code, notes, and snippets.

@msimonin
Last active June 19, 2017 09:01
Show Gist options
  • Save msimonin/b96d3cfc0808cbb2c959b8959b02db5d to your computer and use it in GitHub Desktop.
Save msimonin/b96d3cfc0808cbb2c959b8959b02db5d to your computer and use it in GitHub Desktop.
fix br-ex in rescom17
# ip should be set on the br-ex bridge
ip addr del 192.168.143.127/32 dev eth2
ip addr add 192.168.143.127/32 dev br-ex
ifconfig br-ex up
route add -net 192.168.143.0/24 br-ex
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment