Results 1 to 5 of 5
Hi everybody,
I am using FC4.
If firewalls are enabled, I am unable to do ftp transactions.
For this we need to add ip_nat_ftp module.
I am inserting this module ...
- 08-31-2006 #1Linux Newbie
- Join Date
- Jul 2004
- Posts
- 143
load kernel module permenantly
Hi everybody,
I am using FC4.
If firewalls are enabled, I am unable to do ftp transactions.
For this we need to add ip_nat_ftp module.
I am inserting this module with modprobe command, whenever I want to use FTP.
#modprobe ip_nat_ftp
How to add this module permenantly in kernel or How this module will be automatically loaded when we do begin ftp transactions while firewalls are enabled.
Please help me.
Thanks & Regards,
Mummaneni.
- 08-31-2006 #2Linux Guru
- Join Date
- Nov 2004
- Posts
- 6,110
It depends on the distro, often you need to make an entry for the module in /etc/modules.preload
- 08-31-2006 #3Linux Newbie
- Join Date
- Jul 2004
- Posts
- 143
Hi,
I am using FC4. I don't have /etc/modules.preload file.
And also please tell me the syntax of the file.
Regards,
Mummaneni.
- 08-31-2006 #4Linux Guru
- Join Date
- Nov 2004
- Posts
- 6,110
I'm not a Red Hat/Fedora user - maybe someone else can pick this up?
- 09-01-2006 #5Well, not a Fedora but a WhiteBox user.
Originally Posted by bigtomrodney
Write or create the /etc/rc.modules if it doesn't exist and add the line:
You can also use the rc.local file, but rc.modules is executed earlier in the boot process.Code:modprobe mymodule
HTH
Regards


Reply With Quote
