From mboxrd@z Thu Jan 1 00:00:00 1970 From: prabha Subject: Logging packets with original address Date: Wed, 03 Mar 2004 14:40:09 +0530 Sender: netfilter-admin@lists.netfilter.org Message-ID: <4045A0F1.F7366A69@multitech.co.in> Mime-Version: 1.0 Content-Transfer-Encoding: 7bit Return-path: Errors-To: netfilter-admin@lists.netfilter.org List-Help: List-Post: List-Subscribe: , List-Id: List-Unsubscribe: , List-Archive: Content-Type: text/plain; charset="us-ascii" To: "netfilter@lists.netfilter.org" Hi I want to log some packets in the INPUT and FORWARD chains, but with the original address of the packets. (ie) with the destination address before any DNAT rule has been applied on the packet in the PREROUTING chain. When the packet comes to the INPUT / FORWARD chains, it will be after any DNAT has been applied. I do not want the NATted address to be present in the logs, but the original address as the received interface saw it. Is this possible? Regards Prabha