From mboxrd@z Thu Jan 1 00:00:00 1970 From: "hard__ware" Subject: (no subject) Date: Mon, 30 Sep 2002 16:38:20 +1000 Sender: netfilter-admin@lists.netfilter.org Message-ID: 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" To: talora-listas@talora.com.br Cc: netfilter@lists.netfilter.org Hello, Talora Wrote: >I've just downloaded, compiled and installed kernel 2.4.19 from >kernel.org on a RedHat 7.3 system. I've reviewed the options selected >for compilation, but I couldn't find out why rules using "-m unclean" >return the following: > > iptables: no chain/target/match by that name > >Any sugestions, please? ok heres a few for ya , :D did you try to insmod / lsmod to make sure this module was even loaded before trying to load it through iptables ... if not do an 'lsmod' to make sure you have the module loaded, if it isnt loaded try using something like this to see what errors it gives us back ... insmod ipt_unclean or depmod -a did that give any errors ? actually do a slocate on your system for the file does it exist ? tell us how you go bye :D Hard__warE