由于使用win 下的 虚拟机 安装Linux 。html
可是 在win 下是能够ping 通 Linux 的。浏览器
但是在 win 下使用 浏览器方法 Linux 的服务的时候,访问不了。测试
怀疑是 防火墙问题。 关闭防火墙code
root@bogon bin]# chkconfig iptables off error reading information on service iptables: No such file or directory [root@bogon bin]# service iptables stop Redirecting to /bin/systemctl stop iptables.service Failed to stop iptables.service: Unit iptables.service not loaded.
不能够,报错了, 百度说是命令不对,orm
[root@bogon bin]# systemctl disable firewalld Removed symlink /etc/systemd/system/multi-user.target.wants/firewalld.service. Removed symlink /etc/systemd/system/dbus-org.fedoraproject.FirewallD1.service. [root@bogon bin]# systemctl disable firewalld [root@bogon bin]# service iptables stop Redirecting to /bin/systemctl stop iptables.service Failed to stop iptables.service: Unit iptables.service not loaded.
经过 systemctl disable firewalld 虽然有反应了。 但是以测试,仍是不行。htm
参考 systemctl stop firewalld.service && systemctl disable firewalld.service blog
https://www.cnblogs.com/blueskyli/p/7218570.htmlip
[root@bogon bin]# systemctl stop firewalld.service && systemctl disable firewalld.service
搞定get