-
iptables配置場景1補充 iptables -D INPUT -p tcp --dport 80 -j ACCEPT 刪除http訪問的規則 iptables -I INPUT -p tcp -s 10.10.188.233 --dport 80 -j ACCEPT 只允許10.10.188.233通過htpp請求訪問本機查看全部
-
iptables配置場景1存在的問題 1、iptables -I INPUT -i lo -j ACCEPT ;-i 對應的網卡 2、iptables -I INPUT -m state --state ESTABLISHED,RELATED -j ACCEPT查看全部
-
場景1配置命令查看全部
-
netstat -luntp 查看端口情況 iptables -v iptables -Ln (列出iptables 規則) (白名單原規則設置) iptables -F 清空原iptables 規則 iptables -I INPUT -p tcp --dport 80 -j ACCEPT iptables -I INPUT -p tcp --dport 22 -j ACCEPT iptables -I INPUT -p tcp --dport 22 -j ACCEPT iptables -I INPUT -p icmp -j ACCEPT 檢測目標服務器端口開啟情況:nmap -sS -p 0-1000 192.168.5.123查看全部
-
iptables配置場景查看全部
-
iptables組成部分:四張表+五條鏈+規則查看全部
-
iptables規則組成查看全部
-
數據包在規則表、鏈匹配流程查看全部
-
nat表:地址轉發查看全部
-
filter表:訪問控制、規則匹配查看全部
-
mangele表:修改數據包,改變包頭中內容(TTL,TOS,MARK)查看全部
-
iptables中的4張表和5條鏈查看全部
-
iptables規則組成查看全部
-
netfilter與iptables查看全部
-
netfilter查看全部
舉報
0/150
提交
取消