I can provide the entire rules file.....but that seems difficult to
digest.  Unless you feel that would be best.  I've included below a print
out of the entire iptables -v -L output hoping that that's more
digestible.

I really appreciate the help!  

----- CUT HERE

<fw.chentero.com:root> iptables -v -L 
Chain INPUT (policy DROP 31 packets, 7233 bytes)
 pkts bytes target     prot opt in     out     source
destination         
    0     0 DROP       icmp --  any    any     anywhere
anywhere           
    0     0 ACCEPT     udp  --  ppp0   any     anywhere
anywhere           udp dpts:1024:65535 state ESTABLISHED 
    0     0 ACCEPT     all  --  lo     any     anywhere
anywhere           
  151  9640 ALLOW_PORTS  tcp  --  ppp0   any     anywhere
anywhere           
    0     0 ACCEPT     tcp  --  ppp0   any     anywhere
anywhere           tcp dpts:1024:65535 state ESTABLISHED 
   12   720 ACCEPT     tcp  --  eth1   any     192.168.104.0/24
anywhere           
    0     0 DROP       tcp  --  eth1   any    !192.168.104.0/24
anywhere           

Chain FORWARD (policy DROP 0 packets, 0 bytes)
 pkts bytes target     prot opt in     out     source
destination         
   51 17136 ACCEPT     udp  --  ppp0   any     anywhere
anywhere           udp dpts:1024:65535 state ESTABLISHED 
    8   344 ACCEPT     tcp  --  ppp0   any     anywhere
anywhere           tcp dpts:1024:65535 state ESTABLISHED 
  550 49622 ACCEPT     all  --  eth1   any     anywhere
anywhere           
    0     0 ACCEPT     tcp  --  ppp0   any     209.11.34.16
suction            tcp dpt:ssh 
  804 50424 ACCEPT     tcp  --  ppp0   any     206.28.215.90
suction            tcp dpt:ssh 
    0     0 ACCEPT     tcp  --  ppp0   any     209.10.193.8
suction            tcp dpt:ssh 
    0     0 ACCEPT     tcp  --  ppp0   any     63.108.123.17
suction            tcp dpt:ssh 
    0     0 ACCEPT     tcp  --  ppp0   any     anywhere
suction            tcp dpt:smtp 
    0     0 ACCEPT     tcp  --  ppp0   any     anywhere
suction            tcp dpt:http 
    0     0 ACCEPT     tcp  --  ppp0   any     anywhere
suction            tcp dpt:https 

Chain OUTPUT (policy DROP 2813 packets, 190K bytes)
 pkts bytes target     prot opt in     out     source
destination
        
    0     0 DROP       icmp --  any    any     anywhere
anywhere           
    0     0 ACCEPT     udp  --  any    ppp0    anywhere
anywhere           udp spts:1024:65535 state NEW 
    0     0 ACCEPT     all  --  any    lo      anywhere
anywhere           
  102 11827 ACCEPT     tcp  --  any    ppp0    anywhere
anywhere           
   12   480 ACCEPT     tcp  --  any    eth1    anywhere
192.168.104.0/24   
    0     0 DROP       tcp  --  any    eth1    anywhere
!192.168.104.0/24   

Chain ALLOW_PORTS (1 references)
 pkts bytes target     prot opt in     out     source
destination         
  151  9640 ACCEPT     tcp  --  any    any     anywhere
anywhere           state NEW,ESTABLISHED tcp dpt:7876 




Reply via email to