سؤال

On my Root Server I use Vagrant (v1) for virtualization. To give some machines their own IP adress, I tried to use this: config.vm.network :bridged

But it doesn't worked for me. My Server has 5 IP adresses, 4 of them are virtual interfaces. They look like this: eth0:1, eth0:2, etc.

Is there a way to use this interfaces in Vagrant? Thanks for any help!

هل كانت مفيدة؟

المحلول

The problem is VirtualBox (v4.2.16) does not support virtual interfaces. You cannot select them in network adapters.

This is cannot be a problem with vagrant, but with VirtualBox.

مرخصة بموجب: CC-BY-SA مع الإسناد
لا تنتمي إلى StackOverflow
scroll top