How to access VMWare localhost from my mac?
- by Abe Miessler
I have developed a asp.net application on my VMWare virtual machine that I can access (on my VM) by going to http://localhost:1044
How can I access this from safari on my Mac that is running the VM?
I tried running ipconfig on my VM and then using the IP address that was given for "Ethernet adapter Local Area Connection", something like this: http://192.168.179.139:1044/ but this throws a not found error. I am currently using NAT.
How can I get to localhost on my VM from my mac?