I use paralells for web development work, specifically, to test front end code on sites that I build. Typically, I build the sites on my mac, using the built in apache server, and php.
As it is, I need to use a dynamic DNS system to access the mac http://localhost/ server from the guest os--that works fine if I am connected to a network with internet access, but it doesn't work if I am travelling, at a no-wifi coffee shop or am working on a project that is too sensitive to be broadcasted via a dynamic dns service.
It would be great, if there was some kind of proxy system available in the paralells network driver, such that typing http://localhost/ would retrieve output from the mac localhost server, rather than the guest os's localhost server. It would probably be just as useful to be able to reverse this situation and read the guest localhost server from the mac (though I suspect that would be a lot more difficult for you guys to do).
I know that I can probably do what I want by messing around with my hosts files and maybe configuring a proxy server but ... who wants to deal with all that stuff?
As it is, I need to use a dynamic DNS system to access the mac http://localhost/ server from the guest os--that works fine if I am connected to a network with internet access, but it doesn't work if I am travelling, at a no-wifi coffee shop or am working on a project that is too sensitive to be broadcasted via a dynamic dns service.
It would be great, if there was some kind of proxy system available in the paralells network driver, such that typing http://localhost/ would retrieve output from the mac localhost server, rather than the guest os's localhost server. It would probably be just as useful to be able to reverse this situation and read the guest localhost server from the mac (though I suspect that would be a lot more difficult for you guys to do).
I know that I can probably do what I want by messing around with my hosts files and maybe configuring a proxy server but ... who wants to deal with all that stuff?