Vagrant
How to install Vagrant on Manjaro
Probably you will get an error to run vagrant up, The vboxdrv kernel module is not loaded.
Symptoms:
Solution:
Arch-Linux, Manjaro
Virtualbox have no access to USB devices
Reason
Solution
How to add user name and password to vagrant file
note indeed, you need to make sure those users exist on the guest os (generally most vagrant box are created with vagrant user)
To have the connection between your different VMs, you can easily do that if you assign fix IP to the VM.
when you connect to your second VM, you can run ssh vagrant@192.168.45.15
and it will ssh to the first VM
How to add public IP dhcp to vagrantfile
Fix vagrant-hostmanager 127.0.0.1 with docker
How to Configure vagrant box names
Virtualbox GUI Name
vm hostname
vagrant status name
Change "vmhostname" to your desired hostname
Change "showvagrantupboxname" to your desired box name, this will show in the vagrant status
change "ShowVirtualboxGUIname" this will show in the Virtual box GUI
Last updated
Was this helpful?