Linux系統下的防火牆操作

2021-09-23 14:21:33 字數 466 閱讀 2637

檢視防火牆的狀態:firewall-cmd --state或者使用iptables -l

關閉防火牆:systemctl stop firewalld.service,但是開機之後還會啟動防火牆

systemctl disable firewalld.service #禁止firewall開機啟動

檢視防火牆配置:cat /etc/sysconfig/iptables-config

檢視防火牆的狀態:service iptables status 或者使用iptables -l

關閉防火牆:service iptables stop ,但是開機之後還會啟動防火牆

chkconfig iptables off #禁止firewall開機啟動

檢視防火牆配置:cat /etc/sysconfig/iptables

開啟防火牆 :ufw enable

關閉防火牆: ufw disable

linux防火牆操作

1 firewalld的基本使用 啟動 systemctl start firewalld 檢視狀態 systemctl status firewalld 停止 systemctl disable firewalld 禁用 systemctl stop firewalld 2.systemctl是c...

linux 防火牆操作

1 基本操作 service iptables statusservice iptables stopservice iptables startservice iptables restartchkconfig iptables offchkconfig iptables on2 檢視防火牆狀態,...

linux 防火牆操作

1 基本操作 service iptables statusservice iptables stopservice iptables startservice iptables restartchkconfig iptables offchkconfig iptables on2 檢視防火牆狀態,...