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 Jan 21, 2022. It is now read-only.
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.
On Jun 28, 2017, at 5:27 PM, Danny Berger ***@***.***> wrote:
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.
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub, or mute the thread.
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).
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
The text was updated successfully, but these errors were encountered: