1. 程式人生 > >centos7 linux ailed to stop iptables.service: Unit iptables.service not loaded.

centos7 linux ailed to stop iptables.service: Unit iptables.service not loaded.

因為使用win 下的 虛擬機器 安裝Linux 。

但是 在win 下是可以ping 通 Linux 的。

可是在 win 下使用 瀏覽器方法 Linux 的服務的時候,訪問不了。

懷疑是 防火牆問題。 關閉防火牆

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.

不可以,報錯了, 百度說是命令不對,

[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 雖然有反應了。 可是以測試,還是不行。

 

參考 systemctl stop firewalld.service && systemctl disable firewalld.service 

https://www.cnblogs.com/blueskyli/p/7218570.html

[root@bogon bin]# systemctl stop firewalld.service && systemctl disable firewalld.service

搞定