Network issue using the vagrant tutorial

 config.vm.define "stable", primary: true do |stable|
stable.vm.box = "yunohost/jessie-stable"
stable.vm.network :private_network, ip: "192.168.33.80"

end

yet there is no way to access the machine over lan, any suggestions ?

Hello,

well, one possibility (though I’m really not a vagrant expert at all) it that the stable box is a outdated… Only the ‘unstable’ one is updated from time to time, so maybe that one will work :s

looks like the code needs to be stable.vm.network :public_network, ip: "192.168.xx.xx