Exclude fasttrack from specif ip

Hi All,

I need to exclude traffic from a specific public ip from being procesed by fasttrack. The reason is that the site won’t work properly when fasttrack is enable. If somehow I can bypass that connection from fasttrack, I will be able to access the site normally, without having to disable fasstrack.

Any help will be much appreciated.

Thank you all.

You can exclude something from fasttrack by explicitly accepting that using a rule which is placed above fasttrack rule.

Thank you Mkx, I’ve already try adding a chain forward accept rule with the src address. The result was that some traffic was captured by the rule, but the site still fails. Any ideas?

try to add another route below but set the said ip address as dst-address and enable connection-state “established, related” too, so traffic back to the originating IP also does not “fall into” fasttracking

That did the trick!

Thank you both very much!!!