the machines where are you testing these are on the same network? if they are not on the same network, you would need to setup a gw/router on the guest vm
On Fri, Oct 10, 2014 at 8:34 AM, Travis Parker <[email protected]> wrote: > Hello vagrant-up, > > I've tried 3 different debian wheezy images now (chef/debian-7.6, > chef/debian-7.4, and mokote/debian-7) and can't get any of them to have > basic network connectivity through a public_network/bridged device. > > My super simple test is: > > vagrant@box$ ip addr > <copy the eth1 IPv4 address, should be in the same subnet as the host> > vagrant@box$ nc -l 5000 > > me@host$ nc <vm ip> 5000 > > It works as expected with the ubuntu/trusty64 image, so it's not a host > sysctl or anything. > > Any help would be much appreciated! > > --travis > > -- > 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.
