From mboxrd@z Thu Jan 1 00:00:00 1970 From: vikrant Subject: Re: Problem after applying patch for "nth" module Date: Tue, 06 Dec 2005 17:24:06 +0530 Message-ID: <43957BDE.9080305@saysnetsoft.com> References: <55531.61.12.43.109.1133854488.squirrel@saysnetsoft.com> Mime-Version: 1.0 Content-Transfer-Encoding: 7bit Return-path: In-Reply-To: <55531.61.12.43.109.1133854488.squirrel@saysnetsoft.com> List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: netfilter-bounces@lists.netfilter.org Errors-To: netfilter-bounces@lists.netfilter.org Content-Type: text/plain; charset="us-ascii"; format="flowed" To: vikrant@saysnetsoft.com Cc: netfilter@lists.netfilter.org Sorry,i missed some steps in the following procedure:- > >After,the above failure i have tried the another way to use "nth", add nth >as a Module as follows:- > > [step missed] first store the " ipt_nth.h" to the "netfilter_ipv4" directory. then, i wrote a Makefile >---------------------------------------------------------------- >obj-m += ipt_nth.o > >all: > make -C /lib/modules/$(shell uname -r)/build M=$(PWD) modules > >clean: > make -C /lib/modules/$(shell uname -r)/build M=$(PWD) clean >----------------------------------------------------------------------- >then execute >#make >#insmod ./ipt_nth.ko > > [step missed] make clean iptables. [step missed] make and make install iptables. Thanks Vikrant