2009/6/25 Ritesh Majumdar <r.majumdar@xxxxxxxxxxxxxxx>: > > ipset -N a_ipset iphash > iptables -N a > iptables -N b > iptables -A a -p udp -m set --set a_ipset dst -j b > Isn't it meant to be:- iptables -A a -p udp -m set --set a_ipset,dst -j b (note the insertion of a comma) -- Richard Horton Users are like a virus: Each causing a thousand tiny crises until the host finally dies. http://www.solstans.co.uk - Solstans Japanese Bobtails and Norwegian Forest Cats http://www.pbase.com/arimus - My online photogallery -- To unsubscribe from this list: send the line "unsubscribe netfilter-devel" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html