Can ping between Host and Guest, but can't acces webserver with Virtualbox
Posted
by
Gastoni
on Server Fault
See other posts from Server Fault
or by Gastoni
Published on 2010-11-24T05:36:37Z
Indexed on
2011/02/22
15:26 UTC
Read the original article
Hit count: 250
How come I can ping back and forth between host and guest using VirtualBox, but I can't access from the host the web server installed in the guest. I'm using a host-only network.
Host Ubuntu 10.10
vboxnet0 - 192.168.56.1
ping to self, works
ping to guest, works
access to web server in guest, FAILS
Guest Fedora 13
eth1 - 192.168.56.101
ping to self, works
ping to host, works
access to web server in host, works
© Server Fault or respective owner