Dear All I follow the example of ip range feature to block my incoming connection starting from IP 192.168.0.76 to 254, but allowing 192.168.0.1 to 75 to pass. So I use : iptables -A FORWARD -m iprange --src-range 192.168.0.76-192.168.0.254 -p TCP -j DROP. It shows error that iptables can not find libipt_iprange. I've check /lib/iptables and no any file about iprange. But I know my kernel already compiled with iprange enabled and ipt_iprange is already loaded as module ( I can see it from lsmod ). How do I get libipt_iprange.so ? What is the connection of the file with the kernel module of ipt_iprange.so ? Thank you so much __________________________________ Do you Yahoo!? The New Yahoo! Shopping - with improved product search http://shopping.yahoo.com