how to acces host services in virtual box with out additional networking

Posted by jspeshu on Server Fault See other posts from Server Fault or by jspeshu
Published on 2011-01-13T05:31:09Z Indexed on 2011/01/13 10:55 UTC
Read the original article Hit count: 194

i have ubuntu 10.04 and virtual box running win xp now i want to test my page layout in ie so i want to access apache from with in my virtual box how can i set up this with out additional networking on the host (i.e. i want to have some kind'a peer to peer connection between the host and the guest)

EDIT:

auto eth0
iface eth0 inet static
    address 192.168.0.100
    netmask 255.255.255.0
    network 192.168.0.0
    broadcast 192.168.0.255
    gateway 192.168.0.1

and for the win xp i gave a static ip

address 192.168.0.200 netmask 255.255.255.0 gateway 192.168.0.1

© Server Fault or respective owner

Related posts about Windows

Related posts about ubuntu