From mboxrd@z Thu Jan 1 00:00:00 1970 From: Phil Oester Subject: Re: iptables as landmine subnet rejector Date: Wed, 13 Nov 2013 14:17:12 -0800 Message-ID: <20131113221711.GA9944@home> References: Mime-Version: 1.0 Return-path: Content-Disposition: inline In-Reply-To: Sender: netfilter-owner@vger.kernel.org List-ID: Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: Jim Mellander Cc: netfilter@vger.kernel.org On Wed, Nov 13, 2013 at 09:58:13AM -0800, Jim Mellander wrote: > For tcp, I tried the simpler > -A INPUT -d a.b.c.d/xx-p tcp -j REJECT --reject-with tcp-reset If this isn't intended for the firewall itself, you should not add this to the INPUT chain. Try FORWARD instead. Phil