How do I access site.project.rails (running on host) from VMWare fusion?
        Posted  
        
            by Johnny Mnemonic
        on Server Fault
        
        See other posts from Server Fault
        
            or by Johnny Mnemonic
        
        
        
        Published on 2010-01-15T03:23:36Z
        Indexed on 
            2010/06/07
            2:02 UTC
        
        
        Read the original article
        Hit count: 416
        
I have a rails app setup and running on my snow leopard MacBook - the app is being served by Passenger. As part of the setup they had me add entries for 127.0.0.1 site.project.rails in my hosts file so I could reach the site from site.project.rails
I can't for the life of me figure out how to get the app show up in VMWare. I have XP setup and browse to http://site.project.rails and I can't get it to show up.
I setup a basic rails app, being served at localhost:3000 by webrick, I can get that to load by visiting my hosts ip (http://192.168.1.1:3000/). I added the same hosts I added on my Mac to Windows.
I also Bridged the network under settings for the VM. What am I missing?
© Server Fault or respective owner