Apache does not serve non-locally

Posted by yodaj007 on Super User See other posts from Super User or by yodaj007
Published on 2011-11-27T07:54:16Z Indexed on 2011/11/27 9:55 UTC
Read the original article Hit count: 258

Filed under:
|

I have a freshly installed instance of Fedora Core 16 inside VirtualBox using bridged networking. On it, as root I typed in:

yum -y install httpd
service httpd start
ifconfig

Inside the VM, I can open a web browser to 'localhost' and I get the Apache test page. It works.

But in Windows (the machine hosting the VM), I point my browser to the IP address returned by ifconfig (192.168.2.122). The connection times out. I can go to a command prompt and ping the VM.

Is there a firewall or something that comes with Fedora by default? Or is there something I need to change in a config file?

© Super User or respective owner

Related posts about fedora

Related posts about apache