Has anyone had success setting up Iron Foundry with Bosh-lite and VirtualBox? If yes, what network changes did you make so the Windows 2012 server can talk with the NATS Cloud Foundry VM?
The VirtualBox VM network interface is configured as host-only and the Windows server can't see it. I'm no network expert and I'm stuck. I tried bridging the VB VM with
config.vm.network :public_network, ip: '192.168.50.4'
in my Vagrantfile, but no luck (Ubuntu host can no longer ping 192.168.50.4 or any of the 10.244.0.x VM's). I'm also on a large corporate network, so bridging the VB VM without some planning doesn't seem like a good permanent solution.
Thanks for any info!
- Dan