Skip to main content

You are not logged in. Your edit will be placed in a queue until it is peer reviewed.

We welcome edits that make the post easier to understand and more valuable for readers. Because community members review edits, please try to make the post substantially better than how you found it, for example, by fixing grammar or adding additional resources and hyperlinks.

4
  • The real issue seems to be that you want "localhost" to reference the Windows host. This should work automagically in WSL, but for regular VMs you will need (1) a bridged adapter and (2) to either use the IP or to set "localhost" to the Windows IP in the hosts file.
    – Esther
    Commented Oct 25, 2023 at 16:01
  • Assuming either NAT or Bridged network connections in the guest (not Host Only) you should be able to access the other machine by IP address. To run a Browser on the Windows Host (that is to run an App), you may need to RDP into the machine to use it. I have done both the above here.
    – anon
    Commented Oct 25, 2023 at 22:44
  • Is there any link you could provide that contains the steps?
    – Nitish
    Commented Oct 26, 2023 at 5:35
  • Map a folder on Windows from Linux: SMB://IPaddress/folder . This maps a connection on Windows. RDP: Use RDP on Linux and access the Windows Machine to run an App on the Windows machine.
    – anon
    Commented Oct 26, 2023 at 13:12