From mboxrd@z Thu Jan 1 00:00:00 1970 From: "yomega" Subject: AW: AW: IP Traffic Accounting / Own Chains Date: Sat, 22 Jun 2002 17:35:12 +0200 Sender: netfilter-admin@lists.samba.org Message-ID: References: <20020622151809.UBP2755.mta05-svc.ntlworld.com@there> Mime-Version: 1.0 Content-Transfer-Encoding: quoted-printable Return-path: In-Reply-To: <20020622151809.UBP2755.mta05-svc.ntlworld.com@there> Errors-To: netfilter-admin@lists.samba.org List-Help: List-Post: List-Subscribe: , List-Id: List-Unsubscribe: , List-Archive: Content-Type: text/plain; charset="iso-8859-1" To: netfilter@lists.samba.org Hi PPL, WAHOOOOOoo *startsdancing* now its doin fine :) THX THX THX THX THX :) Greetz, stephan > -----Urspr=FCngliche Nachricht----- > Von: netfilter-admin@lists.samba.org > [mailto:netfilter-admin@lists.samba.org]Im Auftrag von Antony Stone > Gesendet: Samstag, 22. Juni 2002 17:18 > An: netfilter@lists.samba.org > Betreff: Re: AW: IP Traffic Accounting / Own Chains > > > On Saturday 22 June 2002 4:18 pm, yomega wrote: > > > OK so i do: > > iptables -N [CHAIN NAME] > > and then add rules for example this one: > > iptables -A [CHAIN NAME] -p tcp --dport 80 -j ACCEPT > > so now i've made some traffic on my webbie and typed in that: > > > > iptables -L -n -v -x > > > > now the list is printed :) INPUT and the other Chains are > correct but this > > chain (my own one) didn count anything. > > Did you put a rule anywhere which says > > iptables -A FORWARD ....... -j [CHAIN NAME] > > so that packets get fed into your new chain ? > > > > Antony. > >