电脑桌面
添加小米粒文库到电脑桌面
安装后可以在桌面快捷访问

ROS防火墙策略与网页断流解决等系列方法VIP免费

ROS防火墙策略与网页断流解决等系列方法_第1页
1/8
ROS防火墙策略与网页断流解决等系列方法_第2页
2/8
ROS防火墙策略与网页断流解决等系列方法_第3页
3/8
本脚本为网吧通用防火墙,导入命令:im *.RSC 请复制以下代码,保存为*.rsc ------------------------------------------------------------------------------------------------------------------ / ip firewall connection tracking set enabled=yes tcp-syn-sent-timeout=5s tcp-syn-received-timeout=30s \ tcp-established-timeout=5d tcp-fin-wait-timeout=2m \ tcp-close-wait-timeout=1m tcp-last-ack-timeout=30s \ tcp-time-wait-timeout=2m tcp-close-timeout=10s udp-timeout=30s \ udp-stream-timeout=3m icmp-timeout=30s generic-timeout=10m / ip firewall filter add chain=input connection-state=invalid action=drop comment="drop invalid \ packets" disabled=no add chain=input connection-state=related action=accept comment="accept related \ packets" disabled=no add chain=input connection-state=established action=accept comment="accept \ established packets" disabled=no add chain=input protocol=tcp psd=21,3s,3,1 action=drop comment="detect and \ drop port scan connections" disabled=no add chain=input protocol=tcp connection-limit=3,32 src-address-list=black_list \ action=tarpit comment="suppress DoS attack" disabled=no add chain=input protocol=tcp connection-limit=10,32 \ action=add-src-to-address-list address-list=black_list \ address-list-timeout=1d comment="detect DoS attack" disabled=no add chain=input dst-address-type=!local action=drop comment="drop all that is \ not to local" disabled=no add chain=input src-address-type=!unicast action=drop comment="drom all that \ is not from unicast" disabled=no add chain=input protocol=icmp action=jump jump-target=ICMP comment="jump to \ chain ICMP" disabled=no add chain=input action=jump jump-target=services comment="jump to chain \ services" disabled=no add chain=services protocol=tcp dst-port=53 action=accept comment="allow DNS \ request" disabled=no add chain=services protocol=udp dst-port=53 ...

1、当您付费下载文档后,您只拥有了使用权限,并不意味着购买了版权,文档只能用于自身使用,不得用于其他商业用途(如 [转卖]进行直接盈利或[编辑后售卖]进行间接盈利)。
2、本站所有内容均由合作方或网友上传,本站不对文档的完整性、权威性及其观点立场正确性做任何保证或承诺!文档内容仅供研究参考,付费前请自行鉴别。
3、如文档内容存在违规,或者侵犯商业秘密、侵犯著作权等,请点击“违规举报”。

碎片内容

ROS防火墙策略与网页断流解决等系列方法

确认删除?
VIP
微信客服
  • 扫码咨询
会员Q群
  • 会员专属群点击这里加入QQ群
客服邮箱
回到顶部