RH 8.0 uses iptables and a gui frontend to create a firewall called lokkit.
The config file for the firewall is in /etc/sysconfig/iptables and the program that creates the file is in /usr/sbin/lokkit
Use the service scripts to start, stop or reload the firewall: "service iptables start".
Basically, make a firewall with a "high" security level in lokkit and only open the ports you need: http, ssh, maybe smtp or ftp if you're using those. The networking scripts should automatically punch a hole in the firewall for named (DNS) services without you having to do anything.
The man pages, lokkit docs in /usr/share/doc, or the Red Hat site have more info in iptables firewalls.