I need to test web applications in IE6.7 from my OSX workstation. I develop and run test servers locally on my OSX system. VirtualBox is currently running Windows XP.
Question: How do I view pages in IE (guest os) hosted with OSX (host os)?
From Firefox on the host (OSX), the page can be viewed on localhost: 8084 or localhost: 8000 and the IP address of the workstation is 192.168.1.100:8084 or: 8000 (depending on whether I am developing with Tomcat / JSP or Django).
VBox network parameters: NAT, bridge, internal, host only. I am currently using Bridged.
source share