Hi all, I am faced with a weird error for IPTABLES version 1.2.9 on 2.4 kernel. The following command: iptables -A INPUT -m iprange --src-range 192.168.0.0-192.168.0.0 -j ACCEPT - fails on 2.4 Kernel with Error: No chain/target/match by that name. - But the same command is working on other systems with 2.6 kernel viz., Fedora Core 6 Desktop and OpenWRT router. As per my initial analsis, - if there is a syntactical mistake in the range, the library extension for iprange is getting called. So it would not be a scenario of iprange extension missing. - If there is any issue with mismatch in range should the above error creep in? Any help with this regard is welcome as I have reached my wits end with this !!! Thanks and Regards, Karthik -- To unsubscribe from this list: send the line "unsubscribe netfilter" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html