how to get the ipaddress of a virtual box running on local machine [closed]
Login to virtual machine use below command to check ip address. (anyone will work) ifconfig ip addr show If you used NAT for your virtual machine settings(your machine ip will be 10.0.2.15), then you have to use port forwarding to connect to machine. IP address will be 127.0.0.1 If you used bridged networking/Host only networking, … Read more