Posts

How to create virtualbox host-only network and access the vm remotely within same network

Image
I have already written this information on my blog. I believe this could be useful for others.  This information is related to accessing your vm within same network remotely, such as machines connected in LAN. I have read various information about connecting to VM from the same machine however I could not find information such as how to connect to VM within same network from different machine, so I thought it would worth sharing this information.  The below concept can be implemented at your organization or at enterprise level with less or more modifications in configuration as per the requirement. In order to create this setup you would require two machines. One machine should run the VirtualBox as a server and other machine should run the client terminal to access the VM remotely. Bridged Network in VirtualBox. What I understand from different resources that VM bridge network is used when we need our vm to be accessible in our network same as our ho...