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

搞定

 

 

转载于:https://my.oschina.net/ouminzy/blog/3073543

你可能感兴趣的:(centos7 linux ailed to stop iptables.service: Unit iptables.service not loaded.)