01 2012 档案

摘要:Web 80端口优先/ip firewall mangleadd chain=prerouting protocol=tcp dst-port=80 action=mark-packet new-packet-mark=web passthrough=yes comment="web" disabled=no/queue treeadd name="web" parent=ether1-WAN packet-mark="web" limit-at=0 queue=default priority=3 max-limit=0 burst 阅读全文
posted @ 2012-01-14 01:40 wwh 阅读(1005) 评论(0) 推荐(0)
摘要:/ip firewall filter add chain=input connection-state=invalid action=drop comment="丢弃非法连接数据" disabled=no/ip firewall filter add chain=input protocol=icmp action=drop comment="禁止外网Ping" disabled=no in-interface=ADSLadd chain=input protocol=tcp psd=21,3s,3,1 action=drop comment=&quo 阅读全文
posted @ 2012-01-14 01:39 wwh 阅读(690) 评论(0) 推荐(0)