I am a little bit concerned using FastTrack because of this sentence on the wiki:
Currently, my firewall filter forward chain starts like this:Fasttracked packets bypass firewall, connection tracking, simple queues, queue tree with parent=global, ip traffic-flow(restriction removed in 6.33), ip accounting, ipsec, hotspot universal client, vrf assignment
Code: Select all
0 D ;;; special dummy rule to show fasttrack counters
chain=forward
1 chain=forward action=drop connection-state=invalid log=no log-prefix=""
2 X chain=forward action=fasttrack-connection connection-state=established,related log=no log-prefix=""
3 chain=forward action=accept connection-state=established,related log=no log-prefix=""
Thanks.