清除iptables

简介: 从新启动后,iptables清除。

[root@oledb ~]# yum install iptables-services

Loaded plugins: langpacks, ulninfo

Resolving Dependencies

–> Running transaction check

[root@oledb ~]# iptables -F

[root@oledb ~]# service iptables save

iptables: Saving firewall rules to /etc/sysconfig/iptables:[ OK ]

[root@oledb ~]# systemctl disable iptables

[root@oledb ~]# systemctl disable libvirtd.service ##取消关联服务开机启动

Removed symlink /etc/systemd/system/multi-user.target.wants/libvirtd.service.

Removed symlink /etc/systemd/system/sockets.target.wants/virtlogd.socket.

Removed symlink /etc/systemd/system/sockets.target.wants/virtlockd.socket.


systemctl disable firewalld

从新启动后,iptables清除。

相关文章
|
网络协议 网络性能优化 算法
iptables深入解析-mangle篇
      讲了filter、ct、nat 现在剩下最后一个知名模块mangle,但是自身虽然知道内核支持修改数据包的信息,它主要用在策略路由和qos上.我们就具体分析一下.      mangle表主要用于修改数据包的TOS(Type Of Service,服务类型)、TTL(T...
7257 0
|
4月前
|
网络协议 Linux 网络安全
Iptables 命令完整指南
【8月更文挑战第20天】
1057 0
Iptables 命令完整指南
iptables一键设置/清除脚本
iptables一键设置/清除脚本
|
网络协议 Linux Shell