Tag Archives: 软路由

使用ROS地下城与勇士组队卡的解决办法

← Continue Reading
/ ip firewall mangle add chain=prerouting src-address=192.168.1.0/24 protocol=tcp \ dst-port=10010-10049 action=mark-packet new-packet-mark=netgame \ passthrough=yes comment="地下城与勇士" disabled=no  把192...

ROS小包优先、带宽均分、简单队列限制上传速度

← Continue Reading
小包优先的脚本如下: ip firewall mangle add chain=forward p2p=all-p2p action=mark-connection    new-connection-mark=p2p_conn passthrough=yes comment="" disabled=no add chain=forward connection-mark=p2p_conn act...

ros2.9.x回流的做法

← Continue Reading

Ros限制网吧收银IP开网站

← Continue Reading
Ros限制网吧收银IP开网站,不限制其他 现在网上搜索限制IP的方法 /ip firewall filter add chain=forward src-address=收银机IP dst-address=!点卡网站IP action=drop comment="" disabled=no 这样就可以只能上 充值网站了. 但收银台用的万象和过滤王收费.数据是又是什么实名,那些的数据 所以这样不太实...