Ok I went back and created a a log for the input chain, here is a copy. Im going to ping
www.blanks.us for a test and reference..
-------------------
Chain INPUT (policy ACCEPT)
target prot opt source destination
ACCEPT tcp -- anywhere anywhere tcp dpt:ssh
ACCEPT tcp -- anywhere anywhere tcp dpt:ident
ACCEPT tcp -- anywhere anywhere tcp dpts:33000:44000
DROP tcp -- anywhere anywhere
LOG all -- anywhere anywhere LOG level warning prefix `testx '
Chain FORWARD (policy ACCEPT)
target prot opt source destination
Chain OUTPUT (policy ACCEPT)
target prot opt source destination
--------------------------
PING blanks.us (66.252.10.247) 56(84) bytes of data.
64 bytes from 66.252.10.247: icmp_seq=1 ttl=47 time=62.5 ms
64 bytes from 66.252.10.247: icmp_seq=5 ttl=47 time=94.9 ms
64 bytes from 66.252.10.247: icmp_seq=6 ttl=47 time=74.0 ms
64 bytes from 66.252.10.247: icmp_seq=7 ttl=47 time=84.1 ms
64 bytes from 66.252.10.247: icmp_seq=8 ttl=47 time=60.5 ms
64 bytes from 66.252.10.247: icmp_seq=10 ttl=47 time=68.9 ms
^X^H64 bytes from 66.252.10.247: icmp_seq=11 ttl=47 time=58.8 ms
--- blanks.us ping statistics ---
11 packets transmitted, 7 received, 36% packet loss, time 34519ms
rtt min/avg/max/mdev = 58.852/71.991/94.913/12.416 ms
------
here is the log from /var/log/messages
------------------
Aug 11 14:37:52 level kernel: testx IN=eth0 OUT= MAC=ff:ff:ff:ff:ff:ff:08:00:20:a2:f7:84:08:00 SRC=128.82.6.17$SRC=128.82.6.176 DST=128.82.6.255 LEN=78 TOS=0x00 PREC=0x00 TTL=1 ID=55261 DF PROTO=UDP SPT=137 DPT=137$ LEN=58
Aug 11 14:41:12 level kernel: testx IN=eth0 OUT= MAC=00:04:75:90:b0:8e:00:01:30:f3:cf:70:08:00 SRC=66.252.10.247 DST=128.82.6.231 LEN=84 TOS=0x00 PREC=0x00 TTL=47 ID=49102 DF PROTO=ICMP TYPE=0 CODE=0 ID=29447 SEQ=1
--------
those were just two lines of many, I would copy all of them but they clear my screen enabling me to copy most of it. My goal with my iptables is to filter incoming and allow all out, eggdrop is just a bot program i use for irc. When I run it and I have my iptables the way they are it can not connect to anything out side, and when i bring the iptables down, and allow it to go back online, then restart my iptables it pings out offline. I am unclear what i am doing wrong in my chain definitions.