由於使用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