Access your vagrant box from other machines

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

Leave a Reply

Dette site anvender Akismet til at reducere spam. Læs om hvordan din kommentar bliver behandlet.