From mboxrd@z Thu Jan 1 00:00:00 1970 From: David Cannings Subject: Re: FW: Filtering multiple networks Date: Mon, 31 May 2004 11:44:26 +0100 Sender: netfilter-admin@lists.netfilter.org Message-ID: <200405311144.26516.lists@edeca.net> References: Mime-Version: 1.0 Content-Transfer-Encoding: 7bit Return-path: In-Reply-To: Content-Disposition: inline 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 On Monday 31 May 2004 11:32, Markus Zeilinger wrote: > - Thy is DROP bad here? As I see REJECT would send an error message > back to the source, but this would not make any sense on packets coming > on the WAN interface with private IP addresses, or am I wrong? You are not wrong. Personally I would DROP any bogons coming in on a WAN interface. REJECT does not make sense in this case, if they are unallocated or hijacked blocks the replies will not make it anyway. If they are RFC1918 addresses that you are using internally, the replies would be sent to your LAN which would not be desirable. David