Hi,
I'm going to try to pass RHCSA version 6 (not 7, yes, I know, I'm already late...

) in a few weeks.
Two questions:
1 - Can I safely turn off the firewall via "iptables -F" on the exam?
2 - If I do that, can I safely omit typing these lines if I'm I asked to configure a vsftpd server?
iptables -I INPUT -m state --state NEW -m tcp -p tcp --dport
20 -j ACCEPT
iptables -I INPUT -m state --state NEW -m tcp -p tcp --dport
21 -j ACCEPT
Edit the
/etc/sysconfig/iptables-config file and change the
IPTABLES_MODULES directive:
IPTABLES_MODULES="nf_conntrack_ftp nf_nat_ftp"
What do you think?