Messages in this thread |  | | Date | Sun, 30 Sep 2001 12:12:26 -0700 | From | Jeremy Jackson <> | Subject | Re: 2.4.10 and ipchains support. |
| |
John Gluck wrote: > > Hi All > > I have been trying to get ipchains support in the 2.4.10 kernel. > I do a make xconfig and it's greyed out. > Has ipchains support been dropped and is this just an artifact??
Definitely not. RedHat 7.1 default install uses 2.4.2 kernel with ipchains. You can also say "service ipchains stop; rmmod ipchains; service iptables start" and switch without rebooting; The KEY is to remove all ipchains modules before loading the iptables ones. It works, I do this on a regular basis.
> > Iptables support works but some of the modules have undefineds when they > are loaded. > This symbol problem for iptables seems to come and go in 2.4.x kernels. > I complie support into the kernel and everything else as modules.
If the above does not solve your problem, make sure you are configuring the kernel properly. One easy way to do this is to take a working config - the kernel-source-2.4.XXX.i386.rpm from redhat 7.1 contains an extra directory /config with the actual .config files used to compile redhat kernels (BTW anyone know why I can't do rpm --rebuild with the kernels in RH7.1?) You should use these as an example. (or some other documentation) Once again, this DOES work (anyone- is there some issue specifically with 2.4.10?) - To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/
|  |