From mboxrd@z Thu Jan 1 00:00:00 1970 From: Michele Petrazzo - Unipex srl Subject: Re: Help me... please Date: Sat, 02 Aug 2008 11:09:26 +0200 Message-ID: <48942446.30304@unipex.it> References: Mime-Version: 1.0 Content-Transfer-Encoding: 7bit Return-path: In-Reply-To: Sender: netfilter-owner@vger.kernel.org List-ID: Content-Type: text/plain; charset="us-ascii"; format="flowed" To: "linuxmc@libero.it" Cc: netfilter linuxmc@libero.it wrote: > I have tried to remove de "-m state --state" but nothing change. I > have attached the section of the firewall log file with the defect. > Look to the first and to the last line..... > > Would be better if you say us your ethernet flow: incoming ports and outgoing, ip, etc... Little suggestion (seem the same problem that happen to me): are you trying to filter also the incoming data (the return one? If yes and if that is dropped, pay attention that you cannot filter by mac address since the firewall don't know which is the mac client to forward to the data on the forward state, but only on the postrouting one. (but there is no mac-destination on the mac match target!) Michele