routeros的配置资料

记录下,备查,另外,升级的功能在

system, packages

封迅雷

ip firewall filter add chain=forward content="octet-stream" action=drop comment="block thunder _octet-stream" disabled=no
ip firewall filter add chain=forward content="Pragma: no-cache" action=drop comment="block thunder _no-cache" disabled=no

贴一个ros的中文博客

批量限速的例子

:for mmc from  to  do={/queue simple add name=("192.168.0." . $mmc) target=("192.168.0." . $mmc) burst-threshold=128K/2M burst-time=10s/10s burst-limit=256K/2M max-limit=128K/2M}

每天在06:30重启ROS:

/ system scheduler add name="Timing ReBoot" on-event="/ system reboot" start-date=Jan// start-time="06:30:00" interval="1d 00:00:00" comment="\B6\A8\CA\B1\D6\D8\C6\F4" disabled=no

 

脚本-自动删除close连接,提升系统资源

/ system scheduler add name="del_close" on-event="/ip firewall connection remove [/ip firewall connection find tcp-state=close]" start-date=jan// start-time=:: interval=1m comment="" disabled=no

固件下载地址

下载mipsbe的

6.34.4貌似比较稳定

上一篇:Android黑科技,读取用户短信+修改系统短信数据库


下一篇:subversion实用命令整理