Well, if you are doing a kernel build why not download the latest iptables release (1.2.7a) from Netfilter.gnumonks.org and compile that into your kernel, too. Firewalling software is wonderful. Be sure to check the digital signature on the source and the MD5 sum in case someone trojaned it. Bob Cochran Greenbelt, Maryland, USA On Fri, 2002-10-11 at 22:01, BitBasher wrote: > Errrraaattttaaaa in my previous post. Fixed below... > > 3. Ok, let's assume you want to build pretty much what RedHat shipped with. > In my case that's the i686 uni-processor build. So here goes... > > cd /usr/src/linux-2.4.18-14custom > # edit Makefile to set EXTRAVERSION to what you really want. > make mrproper #<--- ya really should do this! > cp configs/kernel-2.4.18-i686.config .config > make menuconfig > # in menuconfig, do nothing, just EXIT and SAVE. > # Doing this will create a "good" autoconf.h file. > make dep > make bzImage > make modules > # be root for the rest of this! > make modules_install > mkinitrd /boot/initrd-2.4.18-14custom.img 2.4.18-14custom > # copy over the kernel files to /boot, as required. > # reconfig lilo and/or grub appropriately. > > > > -- > Psyche-list mailing list > Psyche-list@redhat.com > https://listman.redhat.com/mailman/listinfo/psyche-list >