早教吧作业答案频道 -->其他-->
Linux防火墙效率问题两种iptables规则发下#规则一iptables-AINPUT-mstate--stateRELATED,ESTABLISHED-jACCEPTiptables-AINPUT-ptcp-mstate--stateNEW-mtcp--dport22-jACCEPTiptables-AINPUT-ptcp-mstate--stateNEW-mt
题目详情
Linux防火墙效率问题
两种iptables规则发下
#规则一
iptables -A INPUT -m state --state RELATED,ESTABLISHED -j ACCEPT
iptables -A INPUT -p tcp -m state --state NEW -m tcp --dport 22 -j ACCEPT
iptables -A INPUT -p tcp -m state --state NEW -m tcp --dport 21 -j ACCEPT
....(以下N行全是 -m state --state NEW)
iptables -A INPUT -j DROP
#规则二
iptables -A INPUT -m state --state RELATED,ESTABLISHED -j ACCEPT
iptables -A -m state ! --state NEW -j DROP
iptables -A INPUT -p tcp -m tcp --dport 22 -j ACCEPT
......(以下N行全没有 -m state --state NEW)
iptables -A INPUT -j DROP
这两种两法区别就是其中规则一后面N条规则都带有参数“ -m state --state NEW”,规则二不带,但规则多多了一条“-A -m state ! --state NEW -j DROP”。
这两种写法那种现实中用比较合理些呢,当然效率问题是关键,并解释下原因,谢谢。
两种iptables规则发下
#规则一
iptables -A INPUT -m state --state RELATED,ESTABLISHED -j ACCEPT
iptables -A INPUT -p tcp -m state --state NEW -m tcp --dport 22 -j ACCEPT
iptables -A INPUT -p tcp -m state --state NEW -m tcp --dport 21 -j ACCEPT
....(以下N行全是 -m state --state NEW)
iptables -A INPUT -j DROP
#规则二
iptables -A INPUT -m state --state RELATED,ESTABLISHED -j ACCEPT
iptables -A -m state ! --state NEW -j DROP
iptables -A INPUT -p tcp -m tcp --dport 22 -j ACCEPT
......(以下N行全没有 -m state --state NEW)
iptables -A INPUT -j DROP
这两种两法区别就是其中规则一后面N条规则都带有参数“ -m state --state NEW”,规则二不带,但规则多多了一条“-A -m state ! --state NEW -j DROP”。
这两种写法那种现实中用比较合理些呢,当然效率问题是关键,并解释下原因,谢谢。
▼优质解答
答案和解析
直接用 iptables -A INPUT -p tcp --dport 22 -j ACCEPT 不就行了吗?不需要加m参数的。
看了 Linux防火墙效率问题两种...的网友还看了以下:
China Daily,established in 1981,is the only natio 2020-05-16 …
Linux防火墙效率问题两种iptables规则发下#规则一iptables-AINPUT-mst 2020-05-17 …
1 The Great Western Cake Company (GWCC) is a well- 2020-05-21 …
5 The directors of Blaina Packaging Co (BPC), a we 2020-05-21 …
(b) The Superior Fitness Co (SFC), which is well e 2020-05-21 …
3 You are the manager responsible for the audit of 2020-05-21 …
若要显示所有已建立的有效连接,正确的命令是()。A.tracert-nB.netstat-nC.ro 2020-05-24 …
Is the sum of all budgets established for the work 2020-05-26 …
如果一个TCP连接处于ESTABLISHED状态,这表示 (61) 。A.已经发出了连接请求B.连接 2020-05-26 …
You and a co-worker have established wireless comm 2020-05-31 …