access private VM from other computer over wifi
问题 I have a private network VM for developing on my mac. I'd like for my android device to be able to communicate with the VM on my mac. Currently I can visit the IP defined in my Vagrantfile, 10.10.10.10, on my mac and access it just fine but I can't access it via my phone on the same wifi. What do I need to do to make it available across my local network and visible to my phone over wifi? Here's my Vagrantfile Vagrant.configure("2") do |config| config.vm.box = "precise64" config.vm.box_url =