Last active
June 19, 2017 09:01
-
-
Save msimonin/b96d3cfc0808cbb2c959b8959b02db5d to your computer and use it in GitHub Desktop.
fix br-ex in rescom17
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
# 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