Re: Firewall config and ftp server
- From: "Edward. S. P. Leong" <edwardspl@xxxxxxxxxx>
- Date: Wed, 10 Mar 2010 21:48:54 +0800
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 INPUT DROP
iptables -P OUTPUT ACCEPT
iptables -P FORWARD ACCEPT
iptables -t nat -P OUTPUT ACCEPT
iptables -t nat -P PREROUTING ACCEPT
iptables -t nat -P POSTROUTING ACCEPT
iptables -t mangle -P PREROUTING ACCEPT
iptables -t mangle -P POSTROUTING ACCEPT
iptables -t mangle -P INPUT ACCEPT
iptables -t mangle -P OUTPUT ACCEPT
iptables -t mangle -P FORWARD ACCEPT
BUT now, how to re-config the format for applying to FC11 system ?
eg: include the following ?
modprobe ip_tables
modprobe ip_nat_ftp
modprobe ip_conntrack
modprobe ip_conntrack_ftp
Thanks !
--
users mailing list
users@xxxxxxxxxxxxxxxxxxxxxxx
To unsubscribe or change subscription options:
https://admin.fedoraproject.org/mailman/listinfo/users
Guidelines: http://fedoraproject.org/wiki/Mailing_list_guidelines
- References:
- Firewall config and ftp server
- From: Edward. S. P. Leong
- Re: Firewall config and ftp server
- From: NoSpaze
- Re: Firewall config and ftp server
- From: Edward. S. P. Leong
- Re: Firewall config and ftp server
- From: NoSpaze
- Firewall config and ftp server
- Prev by Date: Re: Mail Server
- Next by Date: Re: Mail Server
- Previous by thread: Re: Firewall config and ftp server
- Next by thread: Re: Firewall config and ftp server
- Index(es):
Relevant Pages
|