In order to access your vagrant box from other machines you need to add this to your Vagrantfile
config.vm.network “public_network”, :bridge => ‘eno1’, use_dhcp_assigned_default_route: true
This was tried on an ubuntu 16.04 host
from Martin Callesen
In order to access your vagrant box from other machines you need to add this to your Vagrantfile
config.vm.network “public_network”, :bridge => ‘eno1’, use_dhcp_assigned_default_route: true
This was tried on an ubuntu 16.04 host