Hi I can't get my PREROUTING iptables rule to mark my packets via --set-mark on Ubuntu iptables -t mangle -A PREROUTING -p tcp --sport 80 -j MARK --set-mark 2 rule add fwmark 2 table 2 iptables -t mangle -A PREROUTING -j MARK --set-mark 2 iptables -t mangle -A INPUT -j MARK --set-mark 2 iptables -t nat -A INPUT -j MARK --set-mark 2 iptables -t nat -A PREROUTING -j MARK --set-mark 2 None of the above pass trough the table2 but this does pass trough the table 2 with this rule: ip rule add from 192.168.2.0/24 table 2 ---- Is there a problem marking packets in Ubuntu 14.04.1 LTS and iptables v1.4.21? Thks! -- 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