From mboxrd@z Thu Jan 1 00:00:00 1970 From: George Alexandru Dragoi Subject: Re: No PREROUTING for OUTPUT? Date: Mon, 18 Oct 2004 14:11:51 +0300 Sender: netfilter-bounces@lists.netfilter.org Message-ID: <3063e5041018041127fd0308@mail.gmail.com> References: <5FCB4E67C52322BD4ABBF882@10.0.0.4> <3063e504101713315f8fb386@mail.gmail.com> <06B6B683FC4088203BA6B8D7@10.0.0.4> Reply-To: George Alexandru Dragoi Mime-Version: 1.0 Content-Transfer-Encoding: 7bit Return-path: In-Reply-To: <06B6B683FC4088203BA6B8D7@10.0.0.4> List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: netfilter-bounces@lists.netfilter.org Content-Type: text/plain; charset="us-ascii" To: Netfilter Users -t mangle -A OUTPUT or -t nat OUTPUT or -A OUTPUT (same with -t filter -A OUTPUT) Depends on what you need to do. On Sun, 17 Oct 2004 14:10:24 -0700, Kenneth Porter wrote: > --On Sunday, October 17, 2004 11:31 PM +0300 George Alexandru Dragoi > wrote: > > > The routing decision is done after OUTPUT chains in both nat and > > mangle tables, and before POSTROUTING of course. Is this what you > > meant? > > Ah, so for the output path, I need to use "-t mangle -A OUTPUT" instead of > "-A PREROUTING"? I just need to add the extra rule, then. > > -- Bla bla