Re: bosh-lite / cf fails in ~15 minutes
Sabha
So, ping to 10.244.xxx fails but ping to the 192.168.50.4 also fails?
What happens if you disconnect from external network (to avoid the 10.244...) or delete the cf deployment from bosh-lite (dont delete the release, let it stay, just the deployment using bosh delete deployment cf-warden and then you can redeploy again) and see if the 10.244.x is the cause for the problem. Also, you can probably enable vbox gui option to see if any errors are being reported. config.vm.provider "virtualbox" do |v| v.gui = true end -Sabha -- View this message in context: http://cf-bosh.70367.x6.nabble.com/cf-bosh-bosh-lite-cf-fails-in-15-minutes-tp412p425.html Sent from the CF BOSH mailing list archive at Nabble.com. |
|