Re: [vagrant-up] Configuration of the /etc/network/interfaces and /etc/dhcp/dhcpd.conf by Vagrantfile?

2018-03-12 Thread _nobody_ _nobody_
assigned to wrong interface on vagrant reload #9546 https://github.com/hashicorp/vagrant/issues/9546 Thank you, Zoran ___ On Friday, February 2, 2018 at 6:09:47 AM UTC+1, _nobody_ _nobody_ wrote: > > This is the perfect answer (which I knew already/yesterday I got the more > comp

[vagrant-up] Vagrant Libvirt USB pass-through filter function

2018-03-09 Thread _nobody_ _nobody_
Hello to everyone, I have a question. I did successful project with Vagrant, bringing up Virtual Box VM. Now, I would like to do the same with Vagrant libvirt VM. Here is what I have as function for USB pass-through filter in Vagrant VirtualBox: def better_usbfilter_add(vb, vendor_id,

Re: [vagrant-up] Configuration of the /etc/network/interfaces and /etc/dhcp/dhcpd.conf by Vagrantfile?

2018-02-01 Thread _nobody_ _nobody_
This is the perfect answer (which I knew already/yesterday I got the more complete idea - the domain I am in is not so trivial). The only problem here: I do NOT see/envision anywhere in such /bin/bash script Vagrant/Vagrant environment?! We are talking here about Vagrant networking,

Re: [vagrant-up] Configuration of the /etc/network/interfaces and /etc/dhcp/dhcpd.conf by Vagrantfile?

2018-02-01 Thread _nobody_ _nobody_
This is the perfect answer (which I new already). The only problem here: I do NOT see/envision anywhere in such /bin/bash script Vagrant/Vagrant environment?! We are talking here about Vagrant networking, ain't/aren't we??? Thank you, Zoran -- This mailing list is governed under the

Re: [vagrant-up] Configuration of the /etc/network/interfaces and /etc/dhcp/dhcpd.conf by Vagrantfile?

2018-01-31 Thread _nobody_ _nobody_
Hello Alvaro, Here is my VBox Vagrant file (important part of it): I have one physical ETH0 interface, and I also configured NAT forwarding, and here it is: # Forward port for the internal REST server config.vm.network :forwarded_port, guest: , host: # Forward port 8010 for

[vagrant-up] Configuration of the /etc/network/interfaces and /etc/dhcp/dhcpd.conf by Vagrantfile?

2018-01-30 Thread _nobody_ _nobody_
Hello to everyone, I have an interesting question here: Can I provide by Vagrantfile the configuration of /etc/network/interfaces, namely, can I add in the etc/network/interfaces the following: # The USB-Ethernet interface 2 allow-hotplug eth2 iface eth2 inet dhcp The another question