NoSpaze wrote:
Am Montag, den 08.03.2010, 22:45 +0800 schrieb Edward. S. P. Leong:
  
Our is fedora 11...
    

Mine is F12.

  
How can we enable the following of firewall function ( modules ), then
the ftp server is good for working ?
modprobe ip_tables
    

# lsmod|grep tables
ip6_tables              9409  1 ip6table_filter

# modprobe ip_tables
FATAL: Module ip_tables not found.

# lsmod|grep ip
ip6t_REJECT             3394  2 
nf_conntrack_ipv6      14859  2 
ip6table_filter         2227  1 
ip6_tables              9409  1 ip6table_filter
ipv6                  223738  22 ip6t_REJECT,nf_conntrack_ipv6
dm_multipath           12324  0 

therefore, there's no such module, suppose I.

  
modprobe ip_nat_ftp
modprobe ip_conntrack
modprobe ip_conntrack_ftp
    

# modprobe ip_nat_ftp
# modprobe ip_conntrack
FATAL: Module ip_conntrack not found.
# modprobe ip_conntrack_ftp

You do not show the output of this three commands, this is mine.

Matches your setup?
  
Dear You,

Mine in here :
[]# modprobe ip_tables
WARNING: Deprecated config file /etc/modprobe.conf, all config files belong into /etc/modprobe.d/.
FATAL: Module ip_tables not found.
[]# modprobe ip_nat_ftp
WARNING: Deprecated config file /etc/modprobe.conf, all config files belong into /etc/modprobe.d/.
[]# modprobe ip_conntrack
WARNING: Deprecated config file /etc/modprobe.conf, all config files belong into /etc/modprobe.d/.
FATAL: Module ip_conntrack not found.
[]# modprobe ip_conntrack_ftp
WARNING: Deprecated config file /etc/modprobe.conf, all config files belong into /etc/modprobe.d/.

So, is there any solution for me ?

Thanks !