From mboxrd@z Thu Jan 1 00:00:00 1970 From: Martijn Lievaart Subject: Re: verifying set-mark Date: Sun, 24 Feb 2008 18:30:23 +0100 Message-ID: <47C1A9AF.8030406@rtij.nl> References: <18523854.231203870972481.JavaMail.root@tomcat.phantombsd.org> Mime-Version: 1.0 Content-Transfer-Encoding: 7bit Return-path: In-Reply-To: <18523854.231203870972481.JavaMail.root@tomcat.phantombsd.org> Sender: netfilter-owner@vger.kernel.org List-ID: Content-Type: text/plain; charset="us-ascii"; format="flowed" To: Casey Scott Cc: Rob Sterenborg , netfilter@vger.kernel.org Casey Scott wrote: > Thanks for that link. I realized that I was marking on > POSTROUTING rather than FORWARD. The correction solved the problem > of throttling, however, I'd still like to know how to use tcpdump to > verify the mark is being set. > You cannot. The mark is a kernel internal thingy. Tcpdump sees the packets "on the wire", the mask is long gone by that time. HTH, M4