On Friday 10 November 2006 08:38, utteerna wrote: > Here's steps i followed and error details. Please let me know if i > missed something Are you running Debian or a Debian derivative? > > 1)Downloaded linux-2.6.18.2 and put it in /usr/src dir and untarred it > 2)Downloaded iptables-1.3.6 and put it in /usr/src dir and untarred it > 3)Downloaded patch-o-matic-ng-20061108.tar and put it in /usr/src dir > and untarred it Since you are installing patch-o-matic, I assume you are going to compile ipsets... is that why you need patch-o-matic? I just did this recently because I use ipsets with Shorewall. I am also not sure why you did not install the iptables package that comes with your distribution, unless it is because you need a newer version for ipsets. I would configure the kernel first, and least through the 'make config' part even if you don't compile it. If you do that and then apply the patches, all you need to do is run 'make oldconfig' if you are running Linux. Then you know that you will need to say "Y" to the new options. After you have patched the kernel and added the new options as I mentioned above, you can compile the kernel. Also, if you are running Debian or a derivative of Debian, I can explain how to compile a kernel the Debian way. I have not had to do it "the old way" in a long time. 8)