Firewall config and ftp server

2010-03-08 Thread Edward. S. P. Leong
Dear All, Our is fedora 11... How can we enable the following of firewall function ( modules ), then the ftp server is good for working ? modprobe ip_tables modprobe ip_nat_ftp modprobe ip_conntrack modprobe ip_conntrack_ftp Due to trying the following cmd under fc 11: [~]# modprobe ip_tables

Re: Firewall config and ftp server

2010-03-08 Thread NoSpaze
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

Re: Firewall config and ftp server

2010-03-09 Thread Edward. S. P. Leong
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 >> >> > ># lsmo

Re: Firewall config and ftp server

2010-03-09 Thread NoSpaze
Am Dienstag, den 09.03.2010, 23:09 +0800 schrieb Edward. S. P. Leong: > NoSpaze wrote: > > # modprobe ip_tables > > FATAL: Module ip_tables not found. Again: this module does not exist! Maybe ip_nat or nf_nat? > > # modprobe ip_nat_ftp > > # modprobe ip_conntrack > > FATAL: Module ip_conntrack no

Re: Firewall config and ftp server

2010-03-10 Thread Edward. S. P. Leong
Dear you , In Fedora 9, the iptables function config is good for working as the following : modprobe ip_tables modprobe ip_nat_ftp modprobe ip_conntrack modprobe ip_conntrack_ftp iptables -F iptables -X iptables -F -t nat iptables -X -t nat iptables -F -t mangle iptables -X -t mangle iptables -P

Re: Firewall config and ftp server

2010-03-10 Thread Rick Stevens
On 03/09/2010 07:47 PM, NoSpaze wrote: > Am Dienstag, den 09.03.2010, 23:09 +0800 schrieb Edward. S. P. Leong: >> NoSpaze wrote: >>> # modprobe ip_tables >>> FATAL: Module ip_tables not found. > > Again: this module does not exist! Maybe ip_nat or nf_nat? To clarify, several kernels ago the IPV4 i

Re: Firewall config and ftp server

2010-03-11 Thread Edward. S. P. Leong
Rick Stevens wrote: >On 03/09/2010 07:47 PM, NoSpaze wrote: > > >>Am Dienstag, den 09.03.2010, 23:09 +0800 schrieb Edward. S. P. Leong: >> >> >>>NoSpaze wrote: >>> >>> # modprobe ip_tables FATAL: Module ip_tables not found. >>Again: this module does not exist!

Re: Firewall config and ftp server

2010-03-11 Thread Rick Stevens
On 03/11/2010 08:17 AM, Edward. S. P. Leong wrote: > Rick Stevens wrote: >> On 03/09/2010 07:47 PM, NoSpaze wrote: >> >>> Am Dienstag, den 09.03.2010, 23:09 +0800 schrieb Edward. S. P. Leong: >>> NoSpaze wrote: > # modprobe ip_tables > FATAL: Module ip_tables not found. > >>>

Re: Firewall config and ftp server

2010-03-11 Thread Tom H
>> To clarify, several kernels ago the IPV4 iptables was defaulted to being >> built into the kernel so it doesn't need a modprobe or insmod. Ditto >> with the IPV4 conntrack (snippet of the default kernel config file): >> CONFIG_NF_DEFRAG_IPV4=y <<< Built into kernel >> CONFIG_NF_CONNTRACK_

Re: Firewall config and ftp server

2010-03-27 Thread Edward. S. P. Leong
Rick Stevens wrote: >On 03/11/2010 08:17 AM, Edward. S. P. Leong wrote: > > >>Rick Stevens wrote: >> >> >>>On 03/09/2010 07:47 PM, NoSpaze wrote: >>> >>> >>> Am Dienstag, den 09.03.2010, 23:09 +0800 schrieb Edward. S. P. Leong: >NoSpaze wrote: > >