Open Hawaiideveloper opened 3 years ago
To enable:
VBoxManage modifyvm Put_your_virtual_machine_name_here --nic1 nat
This will allow two VMs to talk to each other, but it does not solve how to allow public internet access to a Virtual Machine.
[ ] The third one assign to bridge
VM as a bastion host by means of it operating one machine through another.
When trying to access my VM via SSH I was unable to.
Bridge Mode
I think it has to do with the Library not providing an IP address until the machine accepts the terms and conditions. However the machine does not have a physical wifi adapter and thereby it does not make a direct connection to the wifi router to start the captive portal.
By not starting the captive portal, it can not be assigned an IP.
Therefore bridge connection is not possible.