针对RouterOS 7 调整后的规则,Ponte诊断工具速度及结果都有改善
`
/ip firewall filter add chain=forward action=accept protocol=tcp dst-address=192.168.124.161 dst-port=6000-7000 in-interface-list=WAN comment="Ponte TCP"
/ip firewall filter add chain=forward action=accept protocol=udp dst-address=192.168.124.161 dst-port=6000-7000 in-interface-list=WAN comment="Ponte UDP"
/ip firewall nat add action=endpoint-independent-nat chain=srcnat out-interface-list=WAN protocol=udp comment=FullCone-Nat
/ip firewall nat add action=endpoint-independent-nat chain=dstnat in-interface-list=WAN protocol=udp comment=FullCone-Nat
/ip firewall nat add chain=dstnat action=dst-nat to-addresses=192.168.124.161 to-ports=6000-7000 protocol=tcp in-interface-list=WAN dst-port=6000-7000 comment="Ponte TCP"
/ip firewall nat add chain=dstnat action=dst-nat to-addresses=192.168.124.161 to-ports=6000-7000 protocol=udp in-interface-list=WAN dst-port=6000-7000 comment="Ponte UDP"
`
现在提示未收到 192.168.124.161:6208 
Apple tv没升级Surge以前这里都可以测试通过,大佬可以帮忙解决下吗?