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.
