Last active
December 3, 2017 11:17
-
-
Save defcyy/b2e2adfe87d638d31eab8bfdbb87cce5 to your computer and use it in GitHub Desktop.
This file contains 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
sudo ifconfig bridge0 create | |
sudo ifconfig bridge0 addm en0 | |
sudo ifconfig bridge0 172.1.0.1/24 | |
sudo ifconfig bridge0 up |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment