From mboxrd@z Thu Jan 1 00:00:00 1970 From: Brent Clark Subject: REJECT --reject-with icmp-host-unreachable vs DROP Date: Mon, 27 Mar 2006 10:47:25 +0200 Message-ID: <4427A69D.6010702@eccotours.co.za> Mime-Version: 1.0 Content-Transfer-Encoding: 7bit Return-path: List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: netfilter-bounces@lists.netfilter.org Errors-To: netfilter-bounces@lists.netfilter.org Content-Type: text/plain; charset="us-ascii"; format="flowed" To: netfilter@lists.netfilter.org Hi all Just something I would like to pick someones brain with. If I use the default policy of drop, BUT at the end of the chain use the following $IPT -t filter -A FORWARD -j REJECT --reject-with icmp-host-unreachable Would that be ok, or does is another ICMP message I can reply back with. Reason I ask this is because I find that by using the default policy (DROP), some applications keep retrying to make a connection etc. Where as this approach, seems to slow things down (I stand to correction on this). If someone could maybe help me understand this or assit I would be most grateful. Kind Regards Brent Clark