Page 1 of 5
Systemnotes.org RHCE Study Guide for RHEL5 v1.1
Page 2 of 5
Systemnotes.org RHCE Study Guide for RHEL5 v1.1
Page 3 of 5
Systemnotes.org RHCE Study Guide for RHEL5 v1.1
Automount NTP
• mkdir /net • /etc/ntp.conf
• vi /etc/auto.master • ntpstat
• start services -- portmap, autofs • service ntpd restart
FTP Firewall
• install vsftpd • /etc/sysconfig/iptables
• create incoming directory • iptables -L
• mkdir -p /var/ftp/incoming • iptables -F
• vi /etc/vsftpd/vsftpd.conf • service iptables save
• start vsftpd • service iptables restart
• service vsftpd start • chkconfig iptables on
SSH
• /etc/ssh/
• ~/.ssh/
DNS
Install bind, bind-utils, and caching-nameserver
• vi /etc/named.conf
To verify:
• named-checkconf
• named-checkzone example.com
example.com.zone
• Check /etc/resolv.conf on client machines
Page 4 of 5
Systemnotes.org RHCE Study Guide for RHEL5 v1.1
Page 5 of 5