http://dspace.mit.edu/handle/1721.1/35410
I don't recall the exact cause of the failure, but switching to the virtio networking drivers has completely solved this issue for me.
config.vm.provider :virtualbox do |vb| vb.customize ['modifyvm', :id, '--nictype1', 'virtio'] end
http://dspace.mit.edu/handle/1721.1/35410