trying to setup my virtualbox copy of windows xp and have it be able to access my host computer's (win7) IIS 7 express localhost:33369
the virtualbox ipconfig
IP Address: 10.10.2.15
subnet: 255.255.255.0
Default gateway: 10.10.2.2
the win 7 ipconfig on the virtualbox adapter
IPv4 Address. . . . . . . . . . . : 192.168.56.1
Subnet Mask . . . . . . . . . . . : 255.255.255.0
Default Gateway . . . . . . . . . :
in xp, I tried adding 10.0.2.2:33369 staging.com
to the ..etc/hosts
file, but when loading staging.com up in ie6, it doesn't route to my win7 host's version of localhost:33369.
any idea what I'm doing wrong? I think it works fine for port 80 (since this was working for xampp before).. I'm just not able to run this specific site on IIS's port 80 on the win7 machine. it must be on port 33369
Update: current state, on xp,
- i've set staging.com to 10.10.2.2 in hosts file
- navigating to stanging.com in ie6, i get my IIS default screen (port 80)
- Visual studio -> View in Browser -> launches site on win7 on localhost:33369
- in ie6 on xp, i visit staging.com:33369 and am unable to view the site on host machine