Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

IP Loopback macOS HighSierra #11

Open
BluewaterSolutions opened this issue Dec 7, 2017 · 1 comment
Open

IP Loopback macOS HighSierra #11

BluewaterSolutions opened this issue Dec 7, 2017 · 1 comment

Comments

@BluewaterSolutions
Copy link

This update broke the loopback. I ran this script to allow it to work again.
for ((i=2;i<256;i++)) do sudo ifconfig lo0 alias 127.127.0.$i up done
hopefully this helps someone else.

@bdw429s
Copy link
Contributor

bdw429s commented May 24, 2022

I've seen several people report updating their Mac OS removed the aliases. I'm not sure if there is a fix for this, but if you find one, this project is now being maintained by Ortus in this repo:

https://github.com/commandbox-modules/commandbox-hostupdater

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants