From mboxrd@z Thu Jan 1 00:00:00 1970 From: Sudheer Divakaran Subject: 'recent' module HOWTO Date: Wed, 11 Aug 2004 11:08:34 +0530 Sender: netfilter-admin@lists.netfilter.org Message-ID: <4119B0DA.6030903@svw.com> Mime-Version: 1.0 Content-Transfer-Encoding: 7bit Return-path: 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"; format="flowed" To: netfilter@lists.netfilter.org Hi, Where can I find detailed documentation of 'recent' module?. To test the recent module, I've given the following commands and pinged to my machine from another one. But I got the reply 'Destination port Unreachable'. What is wrong in it? iptables -F iptables -P INPUT ACCEPT iptables -P OUTPUT ACCEPT iptables -A INPUT -m recent -p icmp --icmp-type echo-request --update --seconds 10 -j REJECT iptables -A INPUT -m recent -p icmp --icmp-type echo-request --set -j ACCEPT Kind Regards, Sudheer