ppggff
ppggff
This time it seems to be a timeout issue? Some solutions found by google: * https://www.kublermdk.com/2019/07/11/vagrant-plugin-update/ ``` vagrant plugin update ``` * https://glebovdev.medium.com/fix-for-unable-to-resolve-dependency-vagrant-issue-on-macos-61228f8fa5fc ``` # try to repair first (failed)...
I tried with your config, it works with the correct ip. ``` ❯ vagrant ssh worker1 Welcome to Ubuntu 22.04.1 LTS (GNU/Linux 5.15.0-57-generic aarch64) * Documentation: https://help.ubuntu.com * Management: https://landscape.canonical.com...
This is the expected behavior. The ip address in the configuration file (192.168.51.10) is the internal address of the virtual machine. It's works like behind a NAT network. The port...
@UriZafrir What version of the plugin do you use? And please try a full restart?
see #40 for future develop of private network
@smitjainsj yes, you can: * use `extra_qemu_args` to add new configs for the second network card * set `net_device` to `nil` to disable the default first network card (if you...
Thanks, I will try to add these custom commands.
Please try the example "Work with a x86_64 box (basic config)" or "Force Multicore (x86)" in the readme.
Bridge type network is not supported right now. See #40 for details.
Please try the temporary solution: https://github.com/ppggff/vagrant-qemu/wiki/Create-Libvirt-Box