Reputation: 630
My OS is Windows 10. I'm using VmWare to run MacOs as a virtual machine. On my host I have web development server running on localhost:44399. I have Nat connection in the settings. I've tried a lot of ways to establish the connection but nothing helped. Already modified the hosts file and so on but I can't access localhost:44399 from MacOs guest. Can anyone help me? Here are the app settings
Upvotes: 1
Views: 336
Reputation: 104
Instead of localhost
, you need put your host IP address. localhost
on your guest pointing to your guest no host machine.
Upvotes: 1