Hi all,
currently I'm identifying P2P by means of mangle on all other type of traffic (ports < 1024), that is mangle as "known". All other type of traffic is mangled unknown (with both connection and packet mark) and routed on default gateway. I would like to add also a "unknown" mark routing to this type of traffic, so I can route it to other routers different from default gateway:
p2p --->mark connection(unknown)--->mark packet(unknown)---->mark routing(unknown)
P2P traffic shares a simple queue.
Mark routing rule is matched on firewall/mangle, but traffic does not enter into simple queue...
Any advice?
Rgds