If I mark a packet in prerouting, should I be able to see it as it goes
out the interface.
I added these 2 lines
iptables -t mangle -I PREROUTEING -i eth3 -j MARK --set-mark 2
iptables -A OUTPUT -m mark --mark2 -j LOG --log-level info --log-prefix
"Marked"
I am not seeing the packets as they go out.
The port that they are going out is masqueraded with a -J MASQERADE
Thanks,
Dale Wentz