LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Software (https://www.linuxquestions.org/questions/linux-software-2/)
-   -   iptables MARK (https://www.linuxquestions.org/questions/linux-software-2/iptables-mark-479600/)

ImpactDNI 09-01-2006 08:32 PM

iptables MARK
 
Can't seem to find any info..

Say I have the following two rules (in this order)

MARK tcp 10.1.1.0/24 anywhere MARK set 0x1
MARK tcp 10.1.1.0/24 anywhere tcp dpt:http MARK set 0x3


How would the packet end up being marked?
In other words, does it mark the packet and skip the rest of the chain? Or does the last rule that matches override the other marks?

ImpactDNI 09-02-2006 01:40 PM

Anyone know?


All times are GMT -5. The time now is 12:13 PM.