Skip to content
This repository has been archived by the owner on May 3, 2024. It is now read-only.

Latest commit

 

History

History
32 lines (17 loc) · 1.31 KB

troubleshoot_virtual_network.rst

File metadata and controls

32 lines (17 loc) · 1.31 KB

Troubleshooting your virtual network configuration

In order to run CORTX, it must be able to acquire IP addresses. To test whether it has, run ip a l and you should hopefully see something like the following:

images/networks.png

If you do not see IP addresses and you are running in a virtual machine hypervisor such as VMWare Workstation, you probably have misconfigured virtual networks. The following instructions have been known to fix the problem in VMWare Workstation.

  1. Edit your virtual machine settings and set every network adapter to use a Bridged connection and to 'Replicate physical network connection state':

    images/config_networks3.png
  2. Then select the 'Edit->Virtual Network Editor' menu item:

    images/config_networks4.png
  3. In the Virtual Network Editor, make sure you select the right NIC to bridge:

    images/config_networks2.png
  4. Reboot your VM and recheck ip a l. Hopefully you now have IP addresses showing and your CORTX system will run correctly! If you still do not see IP addresses, the following commands may be useful:

    ifdown <interface> # e.g. ifdown ens192

    ifup <interface> # e.g. ifup ens192

    If not, please contact the community and we'll figure it out together. ☺️