«

MikroTik RB750Gr3(hEX)跑不满千兆解决-开启快速转发(fasttack)

作者:myluzh 分类: RouterOS 长度:443 阅读:2700


0x01 前言

最近入手了一个mikrotik rb750gr3准备学习,发现出口宽带明明是1000M,但只能跑到200-300M左右,经过一番折腾后发现开启fastttack即可解决。

0x02 ROS开启fastttack的方法

特别注意:如果开启了 fasttrack,simple queue 将失效。
需要两条命令来执行:

/ip firewall filter add chain=forward action=fasttrack-connection connection-state=established,related
/ip firewall filter add chain=forward action=accept connection-state=established,related

routeros ros rb750gr3 fasttack


正文到此结束
版权声明:若无特殊注明,本文皆为 Myluzh Blog 原创,转载请保留文章出处。
文章内容:https://itho.cn/ros/227.html
文章标题:《MikroTik RB750Gr3(hEX)跑不满千兆解决-开启快速转发(fasttack)