紀錄工作上的點點滴滴

關閉centos7防火牆firewalld改用傳統的iptables

2024-11-21 linux firewalld iptables

關閉 centos7 防火牆 firewalld 改用傳統的 iptables 這樣做的原因 因為firewalld 政策是對外嚴謹對內寬鬆,所以當需求是需要對內嚴謹時無法滿足需求 處理方式 預設開機不啟動 且 立即停止 systemctl disable --now firewalld ... Read More

Firewalld Common Questions

2024-11-21 linux firewalld

firewalld 問題整理 AllowZoneDrifting is enabled. 出現 AllowZoneDrifting is enabled. [root@ex-ap test]# systemctl status firewalld ● firewalld.service - ... Read More

Firewalld 學習筆記

2024-11-21 linux firewalld

以下是 firewalld 學習筆記 firewall 網路來源優先 有設定 IP source 優先 有設定 網卡 優先 預設區域 區域簡介 firewalld 的區域(zone)可用來設定網路連線、介面等所處的運作環境,對內使用的區域其防火牆規則會較為寬鬆,反之若是對外的區域其規則會較為嚴謹。 ... Read More

Firewalld Forward Port 防火牆轉發

2024-11-21 linux firewalld

# firewall-cmd --add-forward-port=port=port-number:proto=tcp|udp|sctp|dccp:toport=port-number sudo firewall-cmd --query-masquerade # 查詢有IP 偽裝 sudo ... Read More