Dear this commend not workingMethod 1:Please make configuration for me I will just copy paste in mikrotik terminal please
add action=fasttrack-connection chain=forward comment="fasttrack not tunneled" connection-state=established,related disabled=no hw-offload=yes in-interface=bridge1 out-interface=ether1
add action=fasttrack-connection chain=forward comment="fasttrack not tunneled" connection-state=established,related disabled=no hw-offload=yes in-interface=ether1 out-interface=bridge1
Thats it.
Method 2:
Disable your existing routing marks:
add action=mark-routing chain=prerouting dst-port=\
3478,34784,45395,50318,59234,5222,4244,5223,5228 new-routing-mark=\
WhatsApp+imo passthrough=yes protocol=tcp src-address-list=out disabled=yes
add action=mark-routing chain=prerouting dst-port=\
3478,34784,45395,50318,59234,5222,4244,5223,5228 new-routing-mark=\
WhatsApp+imo passthrough=yes protocol=udp src-address-list=out disabled=yes
Modify your previous routing marks to connection marks like this:
add action=mark-connection connection-mark=no-mark connection-state=new chain=prerouting dst-port=3478,34784,45395,50318,59234,5222,4244,5223,5228 new-connection-mark=cm_WhatsApp+imo passthrough=yes protocol=tcp src-address-list=out
add action=mark-connection connection-mark=no-mark connection-state=new chain=prerouting dst-port=3478,34784,45395,50318,59234,5222,4244,5223,5228 new-connection-mark=cm_WhatsApp+imo passthrough=yes protocol=udp src-address-list=out
Now mark routing for marked connections:
add action=mark-routing chain=prerouting connection-mark=cm_WhatsApp+imo new-routing-mark=WhatsApp+imo passthrough=yes
add action=mark-routing chain=output connection-mark=cm_WhatsApp+imo new-routing-mark=WhatsApp+imo passthrough=yes
Add fattrack rule for non-marked only:
add action=fasttrack-connection chain=forward comment="defconf: fasttrack" connection-mark=no-mark connection-state=established,related hw-offload=yes
ps: use latest 7.13.1 ROS
Statistics: Posted by shahzaddj1 — Sat Jan 13, 2024 9:46 pm