- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hi,
I have WPlayer 16 running on my Win 10 Pro laptop with a CentOS 8 VM. I can access the VM using putty, WinSCP, and the CentOS 8 web client on port 9090 in either NAT or Bridged mode. Currently, I've hard-coded the VM IP number to the apache httpd.conf file:
/root>netstat -tlpn
Active Internet connections (only servers)
Proto Recv-Q Send-Q Local Address Foreign Address State PID/Program name
tcp 0 0 0.0.0.0:111 0.0.0.0:* LISTEN 1/systemd
tcp 0 0 192.168.42.128:80 0.0.0.0:* LISTEN 2191/httpd
tcp 0 0 0.0.0.0:22 0.0.0.0:* LISTEN 996/sshd
tcp6 0 0 :::111 :::* LISTEN 1/systemd
tcp6 0 0 :::22 :::* LISTEN 996/sshd
tcp6 0 0 :::443 :::* LISTEN 2191/httpd
tcp6 0 0 :::9090 :::* LISTEN 1/systemd
/root>
However that and just the default of Listen 80 doesn't work.
How do I allow my Win 10 host web browser access to Port 80 on my VM?
Thanks.
Kevin