I tried all day to get a public network using Vagrant 1.6.5 with VirtualBox. I really need to have access to all my Homestead sites on my other devices (iPad, iPhone, Android, etc.) on my local network. The box provides a fine, but the sites are all time out.
homestead.rb
config.vm.network "public_network", :bridge => "en0: Wi-Fi (AirPort)", :ip => "192.168.1.200"
My host is OS X mavericks using DHCP ( 192.168.1.137).
The private network is working fine, but I cannot get public networks to work with any changes to the above configuration.
source
share