You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Mar 31, 2021. It is now read-only.
So basically the HOST_IP gets all the IP addresses except the lo. In my case, changing it to the 127.0.0.1 resulted in success but I wanted to know if there's any other method?
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
I've been trying to get bigben running but there was a issue with how HOST_IP is initialized.
ifconfig | grep -Eo 'inet (addr:)?([0-9]*\.){3}[0-9]*' | grep -Eo '([0-9]*\.){3}[0-9]*' | grep -v '127.0.0.1'}
which gives me the following output -
172.17.0.1 10.250.1.129
My
ifconfig
output is -So basically the HOST_IP gets all the IP addresses except the lo. In my case, changing it to the
127.0.0.1
resulted in success but I wanted to know if there's any other method?The text was updated successfully, but these errors were encountered: