From mboxrd@z Thu Jan 1 00:00:00 1970 From: utteerna Subject: Re: Small doubt from a newbie :) Date: Tue, 14 Nov 2006 09:52:30 +0530 Message-ID: <45594486.9010304@gmail.com> References: <45504519.3070907@gmail.com> <4551C53D.6020306@gmail.com> <45543A8E.7070606@gmail.com> Mime-Version: 1.0 Content-Transfer-Encoding: 7bit Return-path: In-Reply-To: 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: Marco Berizzi Cc: netfilter@lists.netfilter.org Working finally :) :) :). Thank you Marco for your time and patience for helping me out. I really appreciate it :). Marco Berizzi wrote: > utteerna wrote: > > >> 3)Downloaded patch-o-matic-ng-20061108.tar and put it in /usr/src dir >> and untarred it >> > > You don't need POM. > > >> ---QUESTION-->> Do i have to compile them in to the kernel rather than >> compiling them as modules??? >> > > There is no difference. If you compile as a module > you must load it before use. Nothing else. > > >> 8) cd /usr/src/iptables-1.3.6 >> [/usr/src/iptables-1.3.6]# make clean >> [/usr/src/iptables-1.3.6]#make >> > > Nope! You must run 'make KERNEL_DIR=/usr/src/linux-2.6.18.2' > > >> [/usr/src/iptables-1.3.6]#make install >> > > Nope! You must run 'make install KERNEL_DIR=/usr/src/linux-2.6.18.2' > > > >