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

Multiple private IPs found. Please configure one. #335

Closed
EwanValentine opened this issue Feb 4, 2016 · 7 comments
Closed

Multiple private IPs found. Please configure one. #335

EwanValentine opened this issue Feb 4, 2016 · 7 comments

Comments

@EwanValentine
Copy link

Hi there,

I'm getting

==> Error starting agent: Failed to get advertise address: Multiple private IPs found. Please configure one.

When I run via docker-compose or straight via the command line. I'm using Docker 1.8 on docker-machine, host machine OSX.

Any ideas?

@mattatcha
Copy link
Member

Does this help? If it would be good to update the quickstart docs.

gliderlabs/docker-consul#130 (comment)

@ozoli
Copy link

ozoli commented May 12, 2016

For others who arrive here when setting up consul locally for development purposes. The following worked for me:

consul agent -dev -bind=127.0.0.1

@EwanValentine
Copy link
Author

That did it, thanks!

@ArcTanSusan
Copy link

@ozoli Thanks so much, I was looking everywhere on internet for this solution for my mac laptop. This advice should be in the official docs.

@kamorahul
Copy link

Thanks man you saved my 2 hours

@v6
Copy link

v6 commented Feb 15, 2017

// , I think the CLI example here still needs a brief update:

https://www.consul.io/intro/getting-started/ui.html

@Allen-yan
Copy link

It‘s just works for development mode. And it's data storied in memory!! When restart the server all data will lost!!!

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

No branches or pull requests

7 participants