first of all I'm not a networking technician, so my networking lingo is very much limited.
I'm trying to help my coworker with troubleshooting a problem. So far I only rely on using search engine to find English-language solutions, and I haven't got any for this one.
We're trying to setup a (I quote from him) "web server httpd" using a CentOS 8 running on VMWare (the original server machine is running Win 10 and not a server version). Currently, the CentOS is running this command:
php artisan serve --host 192.168.xx.xx --port 8081
After that, we tried to open the said IP with the port on the vmware CentOS's Firefox. It opens up the intended page. The exact same can be said when I open the same thing on the machine's original OS.
The problem right now is that we can't open the same IP on other PCs (run Win7 and Win10) that is connected to the same ethernet. Pinging the IP via cmd always gives request time out
, let alone opening the IP address on a web browser.
What we're trying to achieve is to have the other/client PCs to be able to open up the VMware IP address and thus displays the web server we have. What we've tried so far are listed below, and they haven't worked so far:
- Turning off the server's PC firewall
- Stopping the server's VMWare firewalld
- Changing the VMware network setting from NAT to Bridged
- Turning off client PC firewall.
- Changing the IP address of the CentOS VMware to static.
What do we need to do to be able to get what we trying to achieve?
EDIT: just to be clear, the IP address written above is not the real one used, I replaced some number to xx
here for privacy reason