Preparing Virtualization Environment

Virtualization environment can be used when preparing mobile platform server based on Ubuntu, Astra Linux, Rocky Linux. Foresight Mobile Platform supports Oracle VirtualBox, VMware Workstation and Microsoft Hyper-V.

Consider creating of a virtual machine on a local computer by means of Oracle VirtualBox 7.0.20.

To prepare virtualization environment:

  1. Download the Ubuntu OS ISO image with 22.04 version.

  2. Create a virtual machine in Oracle VirtualBox using the Create Virtual Machine dialog box:

Set the parameters:

  1. Make sure that the NAT connection type is select in virtual machine network settings and set up port forwarding, for example, the 1022 port of the local computer will correspond to the 22 port of the virtual machine:

  1. Connect to the virtual machine on the local computer via SSH. To do this, select execute the command in the command line:

ssh -p <port number> <IP address>

In the substitutions:

For example:

ssh -p 1022 127.0.0.1

After executing the operations the virtualization environment is prepared, that is, the virtual machine is created and set up on the local computer.

To exchange files between the local computer and the virtual machine, use the WinSCP or FileZilla utility.

To work with the administrator console, after installing mobile platform server set up port forwarding of the local computer and the virtual machine to the 80 port.

See also:

Knowledgebase | Deployment and Preparation of Ubuntu-Based Server | Deployment and Preparation of Astra Linux-Based Server | Deployment and Preparation of Rocky Linux-Based Server