Apache does not serve non-locally
- by yodaj007
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?