PDA

View Full Version : FTP Server


akounga
12th January 2010, 05:14 PM
Hi all,

My OS is F11
I've the FTP server running but i cannot set the default firewall policies to accept the following setup by issuing the following commands while logged in as root:
- ipchains -F
- ipchains -P input ACCEPT
- ipchains -P forward ACCEPT
- ipchains -P output ACCEPT

when i type the command ipchains -F i've this result; bash: ipchains: command not found.

Can someone help me!

Thanks,

Alain

forkbomb
12th January 2010, 05:46 PM
ipchains is deprecated. Use iptables instead.