- 论坛徽章:
- 0
|
* Intrusion Detection Feature\r\n\r\n SPI and Anti-DoS firewall protection yes/no\r\n RIP defect yes/no\r\n \r\n\r\n * Stateful Packet Inspection\r\n\r\n Packet Fragmentation \r\n TCP Connection yes/no\r\n UDP Session yes/no\r\n FTP Service yes/no\r\n H.323 Service yes/no\r\n TFTP Service yes/no\r\n\r\n * Connection Policy\r\n\r\n Fragmentation half-open wait: secs\r\n\r\n TCP SYN wait: sec.\r\n\r\n TCP FIN wait: sec.\r\n\r\n TCP connection idle timeout: sec.\r\n\r\n UDP session idle timeout: sec.\r\n\r\n H.323 data channel idle timeout: sec.\r\n\r\n * DoS Detect Criteria:\r\n\r\n Total incomplete TCP/UDP sessions HIGH: session\r\n\r\n Total incomplete TCP/UDP sessions LOW: session\r\n\r\n Incomplete TCP/UDP sessions (per min) HIGH: session\r\n\r\n Incomplete TCP/UDP sessions (per min) LOW: session\r\n\r\n Maximum incomplete TCP/UDP sessions number from same host:\r\n\r\n Incomplete TCP/UDP sessions detect sensitive time period: msec.\r\n\r\n Maximum half-open fragmentation packet number from same host:\r\n\r\n Half-open fragmentation detect sensitive time period: msec.\r\n\r\n Flooding cracker block time: sec.\r\n这里有几个地方搞不明白的.\r\n1. SPI and Anti-DoS firewall protection yes/no这个选项与下面的Stateful Packet Inspection有没有关系啊.网上有说SPI就是 -m state --state ESTABLISHED,RELATED -j ACCEPT,那么后面的那些Stateful Packet Inspection中的参数是什么作用啊,是不是可以理解为:state ESTABLISHED,RELATED -j ACCEPT,然后选中的服务比如说tcp,udp在不满足前满这个状态的情况下可以accept,但是其他的任何服务,到最后全部DROP呢?如果 SPI and Anti-DoS firewall protection yes/no这个选项不选,那么Stateful Packet Inspection中的参数又是什么作用呢?\r\n2.RIP defect.这个是说不响应RIP请求数据包,那么它将保留在输入队列中不能被发送.iptables中有这种匹配可以清除队列中的包的命令么?\r\n3.Connection Policy这个连接policy有时间控制,有什么参数可以匹配空闲时间呢\r\n4.DoS Detect Criteria 这个里面是用session来控制的,也就是说需要用到connlimit.现在有没有可以连udp一起匹配的模块呢...\r\n谢谢 |
|