networking - How Do I Access The Host Machine From The Guest Machine? -


i've created new windows xp vm on mac using vmware fusion. vm using nat share host's internet connection.

how access rails application, accessible on mac using http://localhost:3000?

on xp machine, find ip address going command prompt , typing "ipconfig". try replacing last number 1 or 2. example, if ip address 192.168.78.128, use http://192.168.78.1:3000.


Comments

Popular posts from this blog

c++ - How do I get a multi line tooltip in MFC -

asp.net - In javascript how to find the height and width -

c# - DataTable to EnumerableRowCollection -