Created
September 9, 2014 21:24
-
-
Save wbingli/0a95d1aa7a1cea5f04c4 to your computer and use it in GitHub Desktop.
Add a new loopback ip. Mac only has one loopback ip(127.0.0.1) while Linux use 127.0.0.0/8 for loopback address.
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
sudo ifconfig lo0 alias 127.0.0.2 up |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment