First of all, yes, that's exactly what I did (I was typing my post as you posted yours). Also, yeah, I've been using xcdroast for burning every ISO I download, only had trouble recently... I don't know, there might have been something wrong with the CD's... or maybe it was the settings... whatever.
I want it to be at... medium I guess is fine... specifically I want to have some ports (25, 22 and 110) open...
Anyway, here's that information.
ls -l /etc/sysconfig
total 136
-rw-r--r-- 1 root root 4580 Jun 23 2002 apmd
drwxr-xr-x 2 root root 4096 Aug 17 14:43 apm-scripts
-rw-r--r-- 1 root root 112 Aug 17 14:55 authconfig
-rw-r--r-- 1 root root 44 Aug 17 14:55 clock
drwxr-xr-x 2 root root 4096 Sep 4 2002 console
-rw-r--r-- 1 root root 16 Aug 17 14:57 desktop
-rw-r--r-- 1 root root 17 Aug 17 14:04 firstboot
-rw-r--r-- 1 root root 88 Jun 23 2002 gpm
-rw-r--r-- 1 root root 25 Aug 17 14:55 grub
-rw-r--r-- 1 root root 1331 Jun 26 2002 harddisks
-rw-r--r-- 1 root root 4453 Aug 20 22:22 hwconf
-rw-r--r-- 1 root root 80 Aug 17 14:55 i18n
-rw-r--r-- 1 root root 952 Jun 18 2002 init
-rw-r--r-- 1 root root 74 Aug 17 14:55 installinfo
-rw------- 1 root root 621 Aug 18 19:00 iptables
-rw-r--r-- 1 root root 58 Jul 9 2002 irda
-rw-r--r-- 1 root root 32 Aug 17 14:55 keyboard
-rw-r--r-- 1 root root 168 Sep 3 2002 kudzu
-rw-r--r-- 1 root root 90 Aug 17 14:55 mouse
-rw-r--r-- 1 root root 46 Aug 17 14:55 network
drwxr-xr-x 4 root root 4096 Aug 17 14:42 networking
drwxr-xr-x 2 root root 4096 Aug 17 14:55 network-scripts
-rw-r--r-- 1 root root 85 Aug 31 2002 ntpd
-rw-r--r-- 1 root root 38 Aug 17 14:55 pcmcia
-rw-r--r-- 1 root root 153 Jul 25 2000 rawdevices
-rw-r--r-- 1 root root 146 Sep 3 2002 redhat-config-users
-rw-r--r-- 1 root root 869 Sep 3 2002 redhat-logviewer
drwxr-xr-x 2 root root 4096 Aug 17 19:50 rhn
-rw-r--r-- 1 root root 111 Apr 6 00:47 samba
-rw-r--r-- 1 root root 20 Mar 26 05:19 sendmail
-rw-r--r-- 1 root root 454 Jun 23 2002 syslog
-rw-r--r-- 1 root root 41 Apr 16 13:05 xinetd
cat /etc/sysconfig/iptables
# Firewall configuration written by lokkit
# Manual customization of this file is not recommended.
# Note: ifup-post will punch the current nameservers through the
# firewall; such entries will *not* be listed here.
*filter
:INPUT ACCEPT [0:0]
:FORWARD ACCEPT [0:0]
:o UTPUT ACCEPT [0:0]
:RH-Lokkit-0-50-INPUT - [0:0]
-A INPUT -j RH-Lokkit-0-50-INPUT
-A FORWARD -j RH-Lokkit-0-50-INPUT
-A RH-Lokkit-0-50-INPUT -i lo -j ACCEPT
-A RH-Lokkit-0-50-INPUT -p udp -m udp -s 192.168.0.1 --sport 53 -d 0/0 -j ACCEPT
-A RH-Lokkit-0-50-INPUT -p tcp -m tcp --syn -j REJECT
-A RH-Lokkit-0-50-INPUT -p udp -m udp -j REJECT
COMMIT
umm... ok, I noticed what it said about "lokkit" in that second part, so I found lokkit, ran it, and changed some stuff... now this is what it says (although the actual settings don't seem any different)
cat /etc/sysconfig/iptables
# Firewall configuration written by lokkit
# Manual customization of this file is not recommended.
# Note: ifup-post will punch the current nameservers through the
# firewall; such entries will *not* be listed here.
*filter
:INPUT ACCEPT [0:0]
:FORWARD ACCEPT [0:0]
:o UTPUT ACCEPT [0:0]
:RH-Lokkit-0-50-INPUT - [0:0]
-A INPUT -j RH-Lokkit-0-50-INPUT
-A FORWARD -j RH-Lokkit-0-50-INPUT
-A RH-Lokkit-0-50-INPUT -p tcp -m tcp --dport 22 --syn -j ACCEPT
-A RH-Lokkit-0-50-INPUT -p tcp -m tcp --dport 25 --syn -j ACCEPT
-A RH-Lokkit-0-50-INPUT -i lo -j ACCEPT
-A RH-Lokkit-0-50-INPUT -p tcp -m tcp --dport 0:1023 --syn -j REJECT
-A RH-Lokkit-0-50-INPUT -p tcp -m tcp --dport 2049 --syn -j REJECT
-A RH-Lokkit-0-50-INPUT -p udp -m udp --dport 0:1023 -j REJECT
-A RH-Lokkit-0-50-INPUT -p udp -m udp --dport 2049 -j REJECT
-A RH-Lokkit-0-50-INPUT -p tcp -m tcp --dport 6000:6009 --syn -j REJECT
-A RH-Lokkit-0-50-INPUT -p tcp -m tcp --dport 7100 --syn -j REJECT
COMMIT
(Edit: first, I should have disabled smilies before... it garbled some of the info. It should be fixed now. Also, forgot to say, thanks for responding.)
[ August 21, 2003: Message edited by: Dirk Gently ]