CentOS running inside VMware as WebServer times out on outside connection
Posted
by
Tom Hart
on Super User
See other posts from Super User
or by Tom Hart
Published on 2014-06-07T23:52:38Z
Indexed on
2014/06/08
3:28 UTC
Read the original article
Hit count: 524
webserver
|virtual-machine
I have a CentOS machine running inside VMware, and I have got PHP and Apache set up on it, so if I open a browser (on the VM) and go to either localhost, or 192.168.0.3, I get a phpinfo page I made in /var/www/html/index.php
, but, if on the host (Windows 7), in my browser I go to 192.168.0.3, it times out.
I can ping the IP address from Windows and get a response, I just can't through the browser.
Does anyone have any ideas what I need to do to get this working? This is my first time using a VM and I'm getting lost in the network settings.
© Super User or respective owner