Hello,
Other way to test is like this:
Vagrant.configure("2") do |config|
config.vm.network "private_network", ip: "192.168.50.4", auto_config: false
end
https://docs.vagrantup.com/v2/networking/private_network.html
Worth to test if you spare the time.
Alvaro
On Sat, Feb 7, 2015 at 5:21 AM, Bogdan B <[email protected]> wrote:
> Hi Chris,
>
> https://docs.vagrantup.com/v2/virtualbox/configuration.html and in modifyvm
> you can use --nic<1-N> (
> http://www.virtualbox.org/manual/ch08.html#vboxmanage-modifyvm )
>
> On 6 February 2015 at 16:11, Christopher Hahn <[email protected]>
> wrote:
>>
>> Hello,
>>
>> I need a VM to come up with extra NICs, but I need to do this using the
>> Vagrantfile.
>>
>> It is easy to do this using VirtualBox, our container, but I am using
>> Vagrant to spin these up.
>>
>> Just a pointer to the 1.4.3 docs will be a great start.
>>
>> Thanks!
>>
>> Chris Hahn
>>
>> --
>> You received this message because you are subscribed to the Google Groups
>> "Vagrant" group.
>> To unsubscribe from this group and stop receiving emails from it, send an
>> email to [email protected].
>> For more options, visit https://groups.google.com/d/optout.
>
>
> --
> You received this message because you are subscribed to the Google Groups
> "Vagrant" group.
> To unsubscribe from this group and stop receiving emails from it, send an
> email to [email protected].
> For more options, visit https://groups.google.com/d/optout.
--
You received this message because you are subscribed to the Google Groups
"Vagrant" group.
To unsubscribe from this group and stop receiving emails from it, send an email
to [email protected].
For more options, visit https://groups.google.com/d/optout.