How To Bypass ICMP Packet ON Simple Queues ?

Hai All

How to Bypass ICMP Packet On Simple Queees ?

Help Me

If your simple queue is matching packet marks, then modify your mangle rules so that they do not mark ICMP.
Or you are not using packet marks now, then you could do the inverse by modifying your simple queue(s) to match using packet-mark=no-mark and then creating a rule in mangle which marks ICMP packets with any mark (e.g. new-packet-mark=icmp) - this mark will cause them to skip the queue.