Skip to main content
2 of 4
deleted 7 characters in body
Joseph R.
  • 40.5k
  • 8
  • 113
  • 146

Access VirtualBox Debian Apache Guest on Windows Host

I am running Oracle VirtualBox with Debian as guest OS on a Windows 7 host. I have installed Apache and specified the following two network adapters in VM:

  1. Bridge
  2. Host-only w/ the same IP set as below.

My interfaces network settings on the Debian VM are:

auto lo
iface lo inet loopback

allow-hotplug eth0
iface eth0 inet dhcp
auto eth1 
    iface eth1 inet static
    address 192.168.1.110
    netmask 255.255.255.0

which all seems to work well enough via ping test between guest and host. However, when I try to browse to my guest instance in a web browser http://192.168.1.110 I keep getting a 404 message. Any help would be appreciated.

geo derek
  • 183
  • 1
  • 6