On the guest, can you do vagrant reload, then whats the output of ifconfig -a ?
what os is your host? if linux/osx share ifconfig -a if windows ipconfig /all Thanks Alvaro On Thu, Aug 11, 2016 at 12:54 PM, <[email protected]> wrote: > Hello all, > > i'm trying to define bridged interface on my box generated from ubuntu > based iso. > > box.vm.network :public_network, bridge: 'eth0', ip: 'xx.xx.xx.xx', > netmask: '255.255.255.192' > > But it does not set my eth1 interface on the box. No error in the output. > Can the reason be that when opening vm in virtualbox, from which i > generated the box, does not have adapter 2 enabled nd configured? > > Note: I have tried the above setting for a new box for trusty64 box > dowloaded from web - and it is working. > > Thanks for the help in advance. > Kind regards, > Ardi > > -- > This mailing list is governed under the HashiCorp Community Guidelines - > https://www.hashicorp.com/community-guidelines.html. Behavior in > violation of those guidelines may result in your removal from this mailing > list. > > GitHub Issues: https://github.com/mitchellh/vagrant/issues > IRC: #vagrant on Freenode > --- > 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]. > To view this discussion on the web visit https://groups.google.com/d/ > msgid/vagrant-up/507a549e-8a83-4aad-bbfe-3f915cddfa82%40googlegroups.com > <https://groups.google.com/d/msgid/vagrant-up/507a549e-8a83-4aad-bbfe-3f915cddfa82%40googlegroups.com?utm_medium=email&utm_source=footer> > . > For more options, visit https://groups.google.com/d/optout. > -- Alvaro (+31)103400555 -- This mailing list is governed under the HashiCorp Community Guidelines - https://www.hashicorp.com/community-guidelines.html. Behavior in violation of those guidelines may result in your removal from this mailing list. GitHub Issues: https://github.com/mitchellh/vagrant/issues IRC: #vagrant on Freenode --- 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]. To view this discussion on the web visit https://groups.google.com/d/msgid/vagrant-up/CAHqq0ezoc94bnESNhh6%3Dn95tq%2BK4Vhzh%2BeHmr4d6%2B4%3D4PCYrQg%40mail.gmail.com. For more options, visit https://groups.google.com/d/optout.
