-
Notifications
You must be signed in to change notification settings - Fork 24
Description
Using the debian-6.0.2.1-64bit-v0.3 base image, Virtualbox 4.3.6r91406:
Using the default hostonly networking doesn't seem to work. If I halt the VM, and then run it through the Virtualbox GUI (so that I can have a console), I see the image attempt DHCP for each NIC, fail, and then try some sort of cached lease that also doesn't work.
Logging into the VM, I can't get a route out or ping anything. There's no way to SSH into the box from outside despite sshd running.
It might be my virtualbox config, but what I'm wondering is: Is there some way to be able to specify the networking settings for vmfest? When I use Vagrant, I usually can specify things like IP addresses, hostnames, and forwarded ports in the Vagrantfile -- that'd be nice to have here, so that I could both know what was going to get configured and also, hopefully, the system would check that setting it up worked.