Hi! For traffic accounting purposes i need some hosts to be excluded from fasttrack. I do need other hosts to have fastrack functionality though.
I got this rule:
/ip firewall filter print
chain=forward action=fasttrack-connection connection-state=established,related src-address-list=!Special log=no log-prefix=""
However i see that connections that are created from the addresses in the “Special” address list are still getting fasttrack mark:
/ip firewall address-list print
108 D Special 192.168.11.111
/ip firewall connection print
49 SAC Fs tcp 192.168.11.111:38769 192.64.118.106:80 established 4m2s 0bps 0bps 9 1 380
Any ideas what i’m doing wrong?