> hello,
> I need an kernel 2.2.12 rpm for a Redhat 6.0 box,
> but need a kernel supporting IP Masquerading,
> if I remember there was one on rawhide without.
> 
> can someone please point me to a URL to get
> an ip-masquerading enabled kernel-2.2.12 rpm,
> without having to recompile the kernel, since I must install it
> on an old P133, where recompiling modules takes ages.
> I saw kernel-2.2.12-i386/i586/i686 on rawhide,
> does anyone know if one of these kernel has IP-Masquerading enabled.

I regularly build kernels here on a P133. I reckon I can compile one a 
darn sight faster than I can download it, especially if I stop to ask 
questions first.

install your source rpm, then as root "chown -R me: /usr/src/linux*" 
changing 'me"to your own account

cd /usr/src/linux
make xconfig
        Spend time here
make dep
make modules
su
make install
make modules_install

Should take less than an hour, including think time.

I think the RH config file's in the rpm someplace if you want to start 
with that; it's not in the obviou splace though.

-- 
Cheers
John Summerfield
http://os2.ami.com.au/os2/ for OS/2 support.
Configuration, networking, combined IBM ftpsites index.


-- 
To unsubscribe:
mail -s unsubscribe [EMAIL PROTECTED] < /dev/null

Reply via email to