Hi everyone.
I noticed that FastTrack is working only in one direction.
My setup is using a RB2011, a PPPoE client for getting IP address from my ISP, one masquerade rule for giving Internet access to my LAN and the following firewall rules:
/ip firewall filter
add action=accept chain=input comment="accept established,related,untracked" \
connection-state=established,related,untracked in-interface-list=WAN
add action=drop chain=input comment="drop invalid" connection-state=invalid \
in-interface-list=WAN
add action=accept chain=input comment=ICMP in-interface-list=WAN protocol=\
icmp
add action=drop chain=input comment="drop all other from WAN" \
in-interface-list=WAN
add action=fasttrack-connection chain=forward comment=FastTrack
add action=accept chain=forward comment="related, established, untracked" \
connection-state=established,related,untracked
However, I get the following on every connection:

How can I fix this?