If you are using a bridged connection I believe in many cases it is set to "replicate physical connection state" if that's the case and your laptop doesn't have the same named network adapter it could fail.
Virtualbox will try and assign a network interface to the VM via DHCP, if you have a second network interface in the VM that is bridged to your physical network hopefully the IP ranges don't overlap or you will have trouble. You always need at least two network interfaces in a VM when using bridged mode in Vagrant, one for NAT for vagrant-ssh to manage the VM and one for the bridged connection that should pull an IP from your physical router. On Wednesday, September 23, 2015 at 11:56:17 PM UTC-5, Juan Giordana wrote: > > The VM is on the desktop most of the time. It is used for web development > (php, mysql, etc). > > I want it to be visible on the laptop if I need to, that's why I'm using a > bridged vbox network setting. > > Also, since I'm using static IPs, I may load a server on the laptop when > I'm not at home without editing /etc/hosts or doing "complicated" stuff. > > Regards > > On Thu, Sep 24, 2015 at 1:27 AM, Alvaro Miranda Aguilera <[email protected] > <javascript:>> wrote: > >> On Thu, Sep 24, 2015 at 5:00 AM, Juan Francisco Giordana >> <[email protected] <javascript:>> wrote: >> > >> > The idea is to make the vagrant box act as a physical server on the >> network, >> > but not requiring the network "to be up" to do it so >> >> Any diagram? >> >> Is the VM on the laptop today? >> >> Since I understand the vm is on the laptop, and if the laptop goes to >> sleep the vm dissapear . I would say that is expected. >> >> so I think I am missing something >> >> Thanks >> Alvaro >> >> -- >> 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] <javascript:>. >> To view this discussion on the web visit >> https://groups.google.com/d/msgid/vagrant-up/CAHqq0ezUgrUiMfZtgSFSgndkBRahzeTx1H8kLhNvcb8bBpFQyg%40mail.gmail.com >> . >> For more options, visit https://groups.google.com/d/optout. >> > > > > -- > Juan Fco. Giordana > +54 9 342 521 1004 > +54 0 342 460 0017 > -- 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/fb6139a3-3876-4036-bfd0-36f48ca93446%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.
