On 07/15/2011 08:14 PM, Katherine Lim wrote:
On 07/15/2011 10:13 PM, Tom H wrote: >From a colleague working on our RHEL 6 deployment (similar to F14/F15):root # vi /etc/sysconfig/modules/ip_nat_ftp.modules #!/bin/sh exec /sbin/modprobe ip_nat_ftp root # chmod +x /etc/sysconfig/modules/ip_nat_ftp.modules Perhaps you should also start using the new name, nf_nat_ftp (although its alias, ip_nat_ftp, the previous name, still works). Hi Guys, Okay. I probably need to come clean on this. 1) ip_nat_ftp was not loaded at boot, but nf_nat_ftp was. 2) Tom's method of loading a module at boot time worked perfectly. 3) the error when running /etc/rc.d/init.d/iptables on both ip & nf_nat_ftp not loading was my fault. I forgot the quotes in /etc/sysconfig/iptables-config: Bad: IPTABLES_MODULES=ip_conntrack_netbios ns nf_nat_ftp Good: IPTABLES_MODULES="ip_conntrack_netbios ns nf_nat_ftp" When ..init.d/iptables ran its "include" on iptables-config, it saw nf_nat_ftp as a separate command and not a variable assignment. On the bright side, I did learn how to load a module at boot time. Thank you all for the help (and your patience), -T |
- need modprobe.d syntax help Todd And Margo Chester
- Re: need modprobe.d syntax help William Scott
- Re: need modprobe.d syntax help Todd And Margo Chester
- Re: need modprobe.d syntax help Katherine Lim
- Re: need modprobe.d syntax help Todd And Margo Chester
- Re: need modprobe.d syntax help Todd And Margo Chester
- Re: need modprobe.d syntax he... Tom H
- Re: need modprobe.d synta... Tom H
- Re: need modprobe.d synta... Todd And Margo Chester
- Re: need modprobe.d syntax help Todd And Margo Chester
- Re: need modprobe.d syntax he... Tom H
- Re: need modprobe.d synta... Todd And Margo Chester
- Re: need modprobe.d s... Tom H
- Re: need modprobe.d syntax help William Scott
- Re: need modprobe.d syntax help William Scott
- Re: need modprobe.d syntax he... Todd And Margo Chester
- Re: need modprobe.d synta... William Scott
- Re: need modprobe.d syntax help Andrew Z
