Results 1 to 5 of 5
Hai
plz help me
I am a new user of iptables and i want to set quota for users when i use --quota match got an error " module not ...
- 01-23-2007 #1Just Joined!
- Join Date
- Jan 2007
- Posts
- 11
problem in iptables module
Hai
plz help me
I am a new user of iptables and i want to set quota for users when i use --quota match got an error " module not found".
How I load modules for iptable in linux ES - 4?
Thanks in advence
- 01-25-2007 #2
1. Did you try it with
?Code:-m quota
2. If yes, check if you have ipt_quota.o module installed.
3. If not try inserting that module
4. If that module is not there, re-compile your kernel to get this module by enabling this option: CONFIG_IP_NF_MATCH_QUOTA in kernel's netfilter configuration part.
Gud luk
- 01-27-2007 #3Just Joined!
- Join Date
- Jan 2007
- Posts
- 11
recompile the kernel
Sir,
Actually i have no idea for recompile the kernel. I seach on net, when i try that i got an error
make *** No rule to make target 'menuconfig' . Stop.
and also there is no directory or file in /usr/src
Would you please suggest me that how i recompile the kernel and load the quota module for iptables.
thanks in advance.
regards
- 01-27-2007 #4
Ajay,
If you want the modules to be thr on the kernel, then u have to customize ur kernel.
1. Download the latest kernel source (kernel.org)
2. Configure it for the required support
3. Compile and install the modules.
4. Reboot ur system with the latest kernel compiled
- 02-02-2007 #5Just Joined!
- Join Date
- Jan 2007
- Posts
- 11
sir
I try so much time but i am not able to configure the kernel so plz send me the steps to configure it


Reply With Quote
