Ao tentar configurar ambiente public network default e com Static IP não obtive sucesso. Comportamento: não consigo acessar o servidor pelo IP.
Ao executar o comando vagrant ssh:
C:\Users\10\estudos\vagrant\ambiente_dev\bionic>vagrant ssh Welcome to Ubuntu 18.04.3 LTS (GNU/Linux 4.15.0-58-generic x86_64)
Documentation: https://help.ubuntu.com
Management: https://landscape.canonical.com
Support: https://ubuntu.com/advantage
System information as of Sat Mar 20 13:45:51 UTC 2021
System load: 0.73 Processes: 93
Usage of /: 2.6% of 61.80GB Users logged in: 0
Memory usage: 13% IP address for eth0: 10.0.2.15
Swap usage: 0% IP address for eth1: 192.168.0.17
Introducing self-healing high availability clusters in MicroK8s. Simple, hardened, Kubernetes for production, from RaspberryPi to DC.
218 packages can be updated. 166 updates are security updates.
Last login: Sat Mar 20 13:39:04 2021 from 10.0.2.2
Meu arquivo Vangrantfile:
Vagrant.configure("2") do |config|
config.vm.box = "hashicorp/bionic64"
config.vm.network :forwarded_port, guest: 80, host: 8081
config.vm.network "public_network", ip: "192.168.0.17"
`
Já tentei dar o comando destroy em ambos os casos, no default e setando static IP