thx for your reply, mr. 'Crossfire'

Anyway, anybody could tell me which module in the kernel configuration I have to set 'Y' and which one is'M'
I'm a newies in Linux, I've tried to change the modules, but still
doesn't work

Anybody can tell me how to recompile kernel with the best way?
What I usually do:
 
make mrproper
make dep bzImage
make modules
make modules_install
cp .........
cp....
 
And this is the last replied from Crossfire
 
--------------------------------------------------------------------------------------------------------------
Phillip was once rumoured to have said:

> I'm having problem with iptables...

> I just upgrade my kernel from 2.2.16 to 2.4.3

[misc stuff and blatently poor kernel build procedure snipped]

> For sure I've choose all option regarding iptables (in the kernel
> configuration I choose 'Y' not 'M')
>
> What should do to make the new iptables working properly?

First, You should read the kernel and netfilter HOWTOs carefully.

secondly, don't just compile in netfilter - I gave the reasons why you
shouldn't during my talk.  Build it as modules.

What you've probably done is built netfilter with the ipfwadm
compatibility compiled in, which is mutually exclusive with iptables
and ipchains support.

C.
--
--------------------------------------------------------------------------------------------------------------

Thank You.

Reply via email to