Search code examples
ip-addresswazuh

how to get the ip address of Wazuh manager OVA file in vmware workstation


I have used the Wazuh OVA file in VirtualBox without any problem. But when I launch the Wazuh OVA file in VMware Workstation and try to know the IP address by typing ip addr I get this ---

enter image description here

Can anyone help me understand where or what the IP address of my Wazuh manager is?

and what does 00:0c:29:7e:c1:16 mean?

I tried ifconfig --- no result found I tried ipconfig --- Definity no result to be found Then I used the ip addr and you already see what I got.


Solution

  • You could check the IP address of your server with the following command:

    ip a
    

    enter image description here

    Then, identify your network adapter (note that you configure this adapter in your VM's network settings).

    enter image description here

    Depending on the network configuration you have set up on the VM, you will have different IP addresses.