From mboxrd@z Thu Jan 1 00:00:00 1970 From: =?ISO-8859-15?Q?J=F6rg_Harmuth?= Subject: Re: Log everything from iptables Date: Fri, 17 Jun 2005 13:47:37 +0200 Message-ID: <42B2B859.5040003@mnemon.de> References: <00c901c571ce$95902260$ec0211ac@PIVT> <200506161536.54612.weinert@sys2.de> Mime-Version: 1.0 Content-Transfer-Encoding: 7bit Return-path: In-Reply-To: <200506161536.54612.weinert@sys2.de> List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: netfilter-bounces@lists.netfilter.org Errors-To: netfilter-bounces@lists.netfilter.org Content-Type: text/plain; charset="us-ascii" To: netfilter@lists.netfilter.org Michael Weinert schrieb: [SNIP]> just put: > > iptables -I INPUT 1 -j LOG > iptables -I OUTPUT 1 -j LOG > iptables -I FORWARD 1 -j LOG > > in a script and run it. It pushes a Log-entry as the first rule in the table. If you have to deal with much traffic, you could be interested in reading this thread: https://lists.netfilter.org/pipermail/netfilter/2005-May/060220.html Have a nice time Joerg