infabo
1
Help Docs say on the topic “Avoiding tethering speed throttling” to use these mangle rules:
https://help.mikrotik.com/docs/display/ROS/LTE#LTE-Avoidingtetheringspeedthrottling
IPv4 mangle rule:
/ip firewall mangle
add action=change-ttl chain=postrouting new-ttl=set:65 out-interface=lte1 passthrough=yes
IPv6 mangle rule:
/ipv6 firewall mangle
add action=change-hop-limit chain=postrouting new-hop-limit=set:65 passthrough=yes
My question is: why is the “out-interface=lte1” absent on the ipv6 mangle rule?
Thanks!
krafg
2
I never worked with IPv6 but anyway you can add it. And of course, add these rule only is usefull if your ISP provides to you IPv6 address.
Regards.
Kentzo
3
Looks like a bug in the doc, worth reporting to Mikrotik.
infabo
4
The general question is: where to report to?
Amm0
5
Perhaps they should have a different category. But I’ve reported doc issues as “bugs” in past at help.mikrotik.com.
Same.
Last one I flagged via that channel was a doc issues for AX Lite. Difference between paper in box and online doc, both were wrong.