I’m using this method, which was mentioned here to test IE on a development server through OS X.
URLs such as foobar.com resolve, but if I try to go to my development server such as dev-8.foobar.com:3000, it won’t resolve.
I even tried changing the hosts file, but that didn’t do anything worthwhile. Has anyone else had this issue?
I can’t remember exactly how I did it, but the key is to get the IP address that the Windows VM uses to access the host Mac system. I found this by opening up command line utility (Start > Run > “cmd” > ) and typing the command “ipconfig”. I think that’s what it was. Not sure and don’t have time to check now. You should be able to figure out the IP to use Windows’ hosts file from there.
Next time I’ll try to be even more vague…