2023年8月17日 星期四

Centos7 firewall-cmd 重置規則方法


Centos 預設使用的防火牆firewalld工具,設定的規則太亂想要重新設定,這裡教你如何將規則全部清空重置。



#當前設定的防火牆規則



#清除firewall規則配置文件
rm -rf /etc/firewalld/zones
rm -rf /usr/etc/firewalld/zones


#清除iptables 規則
iptables -X #刪除用戶創建規則
iptables -F #清空過濾規則表
iptables -Z #將網路流量計數器歸零



#重啟防火牆
systemctl restart firewalld  #這邊注意如果是用ssh連線,重啟後就會被訪火牆擋住導致斷線

#查看firewall規則,都清除掉了








沒有留言:

張貼留言