How can I use vagrant IP and port from another device?

Hi all,

Please let me know how to use vagrant IP and port from another device. I mean I have created vagrant box for Ubuntu 18.04 in my windows 10 machine, now I have run some applications in ubuntu vm and would like to access from Windows machine and another device so how can I do this.

I hope this helps to understand the problem.

Thanks,

learning

any idea will appreciate

Have you configured networking for your Vagrant VM?

If you’re using DHCP, log into your VM once with vagrant ssh <vm name> to get the IP address or assign your VM an IP address directly. This will let you access services from your Windows host.