-2

I am trying to connect to my client VM through my home network but I am not able to do so. Hopefully I am able to explain my situation - it is way out of my field. :/ The client runs Ember-cli server.

Through the Virtual Network Editor and NAT settings, I am able to expose the client's Ember port (4200) to the same port of my Host. So hitting localhost:4200 shows the ember application.

My host is ethernet-connected to the router and has an ip 192.168.1.110 which I can access through the Wi-Fi network. What I am trying to achieve is hitting 192.168.1.110:4200 through the Wi-Fi network and exposing the Ember application.

I am not sure if what I want to achieve has to do with my router's forwarding, with VMWare settings, or anything else. :/

Edit: Host is running Windows 10.

Gennady Dogaev
  • 5,902
  • 1
  • 15
  • 23
scooterlord
  • 15,124
  • 11
  • 49
  • 68

1 Answers1

0

You can try ping 192.168.1.110 from your machine where you installed, if it's reachable then you should not be having any problem with accessing http://192.168.1.110:4200.

Ember Freak
  • 12,918
  • 4
  • 24
  • 54