LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Newbie (https://www.linuxquestions.org/questions/linux-newbie-8/)
-   -   iptables connmark and mark match problem (https://www.linuxquestions.org/questions/linux-newbie-8/iptables-connmark-and-mark-match-problem-705596/)

sodoojin 02-18-2009 04:50 AM

iptables connmark and mark match problem
 
sorry i can't speak english..

i want using iptables connmark match with mark match.
Code:

iptables -t mangle -A PREROUTING -m mark --mark 1 -m connmark --mark 2 -j ACCEPT
this code is impossible?
can't use connmark and mark matching?
what can i do for using connmark with mark match?

anybody help me please.

my linux version is debian sarge kernel-2.6.26.6
iptables version is 1.4.2


All times are GMT -5. The time now is 06:19 AM.