mitchellh / virtualbox

[ABANDONED] Create and modify virtual machines in VirtualBox using pure ruby.
http://mitchellh.github.com/virtualbox/
MIT License
245 stars 45 forks source link

Ability to create NetworkInterfaces #32

Closed paulj closed 14 years ago

paulj commented 14 years ago

So as to be able to talk to VMs by IP (as built by Vagrant), it seems like the best approach would be to use a second NIC. The comments seem to say creating NetworkAdapter objects isn't supported yet. I'd be more than happy to contribute a patch to do so, but I'm not really sure where to start.

paulj commented 14 years ago

It looks like I just wasn't reading the documentation properly at the time - this already works, so no need to request it anymore.