Skip to content
This repository has been archived by the owner on Jan 21, 2022. It is now read-only.

Cannot talk to director at 'https://192.168.50.4:25555', please set correct target #431

Open
joaocavajo opened this issue Jun 26, 2017 · 4 comments

Comments

@joaocavajo
Copy link

Hello,

Trying deploy Bosh Lite, after execution
$ export no_proxy=xip.io,192.168.50.4 $ bosh target 192.168.50.4 lite

I receive this error:
Cannot talk to director at 'https://192.168.50.4:25555', please set correct target

How i can fix this?

Thanks

@dpb587-pivotal
Copy link
Contributor

Which provider are you using? VirtualBox, AWS? With AWS, you'll probably be using different IPs.

If you haven't found it already, I'd recommend you use the newer bosh-lite deployment method documented at cloudfoundry/bosh-lite. It avoids the intermediate Vagrant tooling, can be reliably deployed across many IaaSes, and has recent versions of BOSH dependencies.

@cppforlife
Copy link
Contributor

cppforlife commented Jun 29, 2017 via email

@joaocavajo
Copy link
Author

@dpb587-pivotal i'm using VirtualBox. In fact, i'm trying to do nested virtualization, because i can't deploy the bosh-lite in my machine.

@griffingarland
Copy link

griffingarland commented Jul 20, 2017

I had the same issue, and I'm on a linux host. For me, Virtualbox creates a virtual interface called vboxnet1 for bosh-lite. For some reason the interface is down after being created so it can't be reached. If you take it up using ifconfig <interface name> up then everything seems to work. I just ran into this today after updating Virtualbox (from 5.1.22 to 5.1.24) and vagrant (from 1.9.5 to 1.9.7).

EDIT: It was a virtualbox bug: https://www.virtualbox.org/ticket/16911

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

No branches or pull requests

4 participants