Hi.
Im trying to create a policy based rules by marking packets and then add them to prerouting rule but although packet do get marked the prerouting rule dosent seem to mark any of them
Example
I mark http packets with dest port 80,8080
Chain Forward >Protocol TCP > Dest Port 80 >
Action > mark packet HTTP
Then i create a prerouting rule
Chain Prerouting > Packet mark HTTP
Action > Mark Routing
When there is http traffic on the wire the HTTP Forward Dose detect it but Prerouting rule not showing anything ( detects no packets )
Is there anything i missing ?