1

I'm developing a web app for my degree. Due to security reason I installed Ubuntu Server on VMware Workstation and, with IP that I found thanks to ifconfig command I can reach the app from desktop browser (the same PC Dekstop with VM Workstation).

However, I can't connect to IP from my smartphone Android (which is connected to the same home router). Any tips?

Thanks in advance

db92
  • 13

1 Answers1

1

If you want to access the guest from outside the host you need to use "bridged adaptor". This will give an independent IP for the guest. Have a look at this useful post: How do I access Ubuntu server running in VirtualBox from outside

Ron
  • 20,938