I am running a .NET server running on localhost in a virtual box VM. I would like to access the VM localhost from a browser in my mac - I am developing a new javascript client for the project and would prefer to do so on my mac.
There are tons of answers about doing the opposite of the above (that is, connecting to the mac localhost from the VM) but I can't find a good answer about connecting to the VM localhost from the host.
Mac uses 10.1.10.173
$ ifconfig
--> inet 10.1.10.173 ...
VM uses 10.0.3.15 (found in Network Settings)
I have attempted using a Bridged Network adapter and NAT with Port Forwarding. There must be a way to do this - any thoughts?