From mboxrd@z Thu Jan 1 00:00:00 1970 From: Antony Stone Subject: Re: mangle table traversal Date: Thu, 20 Jun 2002 22:17:02 +0100 Sender: netfilter-admin@lists.samba.org Message-ID: <20020620211704.TSSN2755.mta05-svc.ntlworld.com@there> References: Mime-Version: 1.0 Content-Transfer-Encoding: 8bit Return-path: In-Reply-To: Errors-To: netfilter-admin@lists.samba.org List-Help: List-Post: List-Subscribe: , List-Id: List-Unsubscribe: , List-Archive: Content-Type: text/plain; charset="us-ascii" To: netfilter@lists.samba.org On Thursday 20 June 2002 10:14 pm, Ben wrote: > Interestingly, iptables 1.2.6a won't let me attach a LOG target to any of > the output chains. I get this: > > bash-2.05a# iptables -t mangle -I OUTPUT -j LOG --log-prefix-OutMangle > iptables v1.2.6a: Unknown arg `--log-prefix-OutMangle' Sorry - my typo.... try using iptables -t mangle -I OUTPUT -j LOG --log-prefix=OutMangle instead :-) Antony.