我已经在 Windows 10 上的 VMware 上安装了 Redhat 7。
现在,我尝试localhost(10.10.1.***)
从访问 RHEL Host(Windows)
。我可以10.10.1.***
通过 putty 从 Windows访问但在浏览器上测试时不起作用。
在 RHEL 上10.10.1.***:8080
显示 apache 默认页面,但测试时不起作用10.10.1.***:8080
。RHEL VMware 网络设置已经是桥接的。
我还更改了c:\windows\System32\drivers\etc\hosts
#127.0.0.1 localhost
#::1 localhost
10.10.1.### localhost
::1 localhost
答案1
您是否检查过防火墙和 SELinux 状态?您可以通过运行以下命令来执行此操作:
检查 SELinux 状态:
sestatus
在您的配置文件中添加或取消注释此行:
setenforce Permissive
要检查防火墙状态,请使用:
systemctl status firewalld
firewall-cmd --get-active-zones
firewall-cmd --zone=public --list-all