Hello,
I am trying to set up a web server so I can test some HTML/PHP code. I installed and configured Ubuntu Server in the guest machine, but can't get to it.
What works so far:
- Accessing the webserver in the same machine (w3m http://localhost/)
- Accessing webmin in the same machine (w3m https://localhost:10000/)
- Ping from host to guest
What doesn't work:
- Accessing the webserver from the host (http://192.168.52.131/)
- Accessing webmin from the host (https://192.168.52.131:10000/)
- Ping from guest to host
What I did so far:
- iptables -F
- Installed VMware Tools
Another problem is that I don't know exactly what log(s) should I post here or how to do it, so if someone can help, please tell me and I'll copy them here. I'm guessing it's something with the configuration of the guest itself, being a server OS and all.
Thanks!