can someone tell me what the problem with this error is...:
/lib/modules/2.4.20-8/kernel/net/ipv4/netfilter/ip_nat_ftp.o: init_module: Device or resource busy
Hint: insmod errors can be caused by incorrect module parameters, including invalid IO or IRQ parameters.
You may find more information in syslog or the output from dmesg
/lib/modules/2.4.20-8/kernel/net/ipv4/netfilter/ip_nat_ftp.o: insmod /lib/modules/2.4.20-8/kernel/net/ipv4/netfilter/ip_nat_ftp.o failed
/lib/modules/2.4.20-8/kernel/net/ipv4/netfilter/ip_nat_ftp.o: insmod ip_nat_ftp failed
the script of the nat_ftp looks like this...:
...
modprobe ip_tables
modprobe ip_conntrack_ftp
modprobe ip_conntrack_irc
modprobe iptable_nat
modprobe ip_nat_ftp ports=1138
modprobe ip_nat_irc
echo 1 > /proc/sys/net/ipv4/ip_forward
echo 1 > /proc/sys/net/ipv4/ip_dynaddr
...
B52


