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