-
iptables配置場景1補充 iptables -D INPUT -p tcp --dport 80 -j ACCEPT 刪除http訪問的規(guī)則 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 對應的網(wǎng)卡 2、iptables -I INPUT -m state --state ESTABLISHED,RELATED -j ACCEPT查看全部
-
場景1配置命令查看全部
-
netstat -luntp 查看端口情況 iptables -v iptables -Ln (列出iptables 規(guī)則) (白名單原規(guī)則設置) iptables -F 清空原iptables 規(guī)則 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組成部分:四張表+五條鏈+規(guī)則查看全部
-
iptables規(guī)則組成查看全部
-
數(shù)據(jù)包在規(guī)則表、鏈匹配流程查看全部
-
nat表:地址轉(zhuǎn)發(fā)查看全部
-
filter表:訪問控制、規(guī)則匹配查看全部
-
mangele表:修改數(shù)據(jù)包,改變包頭中內(nèi)容(TTL,TOS,MARK)查看全部
-
iptables中的4張表和5條鏈查看全部
-
iptables規(guī)則組成查看全部
-
netfilter與iptables查看全部
-
netfilter查看全部
舉報
0/150
提交
取消