On Friday 2010-08-13 15:41, Mamadou Touré wrote: >Hi, >all i'm using tproxy target in my iptable rule: >ex: >iptables -t mangle -A PREROUTING -p tcp --dport 80 -j TPROXY >--tproxy-mark 0x1/0x1 --on-port 3129 > >now in my mangle POSTROUTING i'd like make some action on packet mark >with --tproxy-mark 0x1/0x1. >for exemple ACCEPT all packet mark with --tproxy-mark 0x1/0x1. > >How could i do that. Using -m mark. But the packet won't appear in POSTROUTING anyhow, so there is little point in using -m mark. -- To unsubscribe from this list: send the line "unsubscribe netfilter" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html