Re: Error When trying to access the created VM bosh target 192.168.50.4 lite
Tomoe Sugihara
Hi Walid,
I assume you are working with bosh-lite, is that correct?
If so, did you run "bin/add-route" script? That should add a route on
your host OS to forward those traffic correctly to the VM. Listed in
step 6 here:
https://github.com/cloudfoundry/bosh-lite#install-and-boot-a-virtual-machine
Thanks,
Tomoe
toggle quoted message
Show quoted text
I assume you are working with bosh-lite, is that correct?
If so, did you run "bin/add-route" script? That should add a route on
your host OS to forward those traffic correctly to the VM. Listed in
step 6 here:
https://github.com/cloudfoundry/bosh-lite#install-and-boot-a-virtual-machine
Thanks,
Tomoe
On Mon, Aug 29, 2016 at 6:31 PM, Walid Seif <walid.seif(a)hpe.com> wrote:
After installing the Virtual Box and get it up and running through the command
vagrant up --provider=virtualbox
and try to access it through bosh target 192.168.50.4 lite
I keep getting the following error
cannot access director (A connection attempt failed because the connected party did not properly respond after a period of time, or established connection failed because connected host has failed to respond. - connect(2) for "192.168.50.4" port 25555 (192.168.50.4:25555
Any advise ??