From mboxrd@z Thu Jan 1 00:00:00 1970 From: Phil Oester Subject: Re: iptables as landmine subnet rejector Date: Tue, 19 Nov 2013 08:23:57 -0800 Message-ID: <20131119162357.GA13678@home> References: <20131113221711.GA9944@home> 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 Thu, Nov 14, 2013 at 09:12:07AM -0800, Jim Mellander wrote: > tcpdump output: > 1384448210.669303 IP bad_host.23870 > landmine_host.61871: UDP, length 20 > 1384448210.669325 IP myip > bad_host ICMP bad_host udp port 61871 > unreachable, length 56 > > Note that the ICMP port unreachable didn't come from landmine_host, as expected. That is how the REJECT target works. The ICMP will come from the gateway. Phil