Share Pastebin
Guest
Public paste!

Untitled

By: a guest | Mar 22nd, 2010 | Syntax: None | Size: 3.58 KB | Hits: 115 | Expires: Never
Copy text to clipboard
  1. iptables -v -L
  2. Chain INPUT (policy ACCEPT 706 packets, 63096 bytes)
  3.  pkts bytes target     prot opt in     out     source               destination        
  4.  1212  159K RAIN       all  --  any    any     anywhere             anywhere            
  5.  1212  159K IPFLTIN    all  --  any    any     anywhere             anywhere            
  6.  1212  159K REIN       all  --  any    any     anywhere             anywhere            
  7.   488 95045 ACCEPT     all  --  ppp_0_0_35_1 any     anywhere             anywhere            state RELATED,ESTABLISHED
  8.     5   240 LOG        tcp  --  ppp_0_0_35_1 any     anywhere             anywhere            tcp flags:SYN,RST,ACK/SYN limit: avg 6/hour burst 5 LOG level alert prefix `Intrusion -> '
  9.    18  1185 DROP       all  --  ppp_0_0_35_1 any     anywhere             anywhere            
  10.  
  11. Chain FORWARD (policy ACCEPT 4577 packets, 624K bytes)
  12.  pkts bytes target     prot opt in     out     source               destination        
  13.  8825 1569K VSFWD      all  --  any    any     anywhere             anywhere            
  14.  8825 1569K DMZFWD     all  --  any    any     anywhere             anywhere            
  15.  8825 1569K IPFLTINFWD  all  --  any    any     anywhere             anywhere            
  16.  8825 1569K IPFLTOUTFWD  all  --  any    any     anywhere             anywhere            
  17.   855 42708 TCPMSS     tcp  --  any    ppp_0_0_35_1  anywhere             anywhere            tcp flags:SYN,RST/SYN TCPMSS clamp to PMTU
  18.   829 40404 TCPMSS     tcp  --  ppp_0_0_35_1 any     anywhere             anywhere            tcp flags:SYN,RST/SYN TCPMSS clamp to PMTU
  19.  3737  921K ACCEPT     all  --  ppp_0_0_35_1 any     anywhere             anywhere            state RELATED,ESTABLISHED
  20.     0     0 LOG        tcp  --  ppp_0_0_35_1 any     anywhere             anywhere            tcp flags:SYN,RST,ACK/SYN limit: avg 6/hour burst 5 LOG level alert prefix `Intrusion -> '
  21.     0     0 DROP       all  --  ppp_0_0_35_1 any     anywhere             anywhere            
  22.  
  23. Chain OUTPUT (policy ACCEPT 1183 packets, 168K bytes)
  24.  pkts bytes target     prot opt in     out     source               destination        
  25.     0     0 DROP       all  --  any    ppp_0_0_35_1  anywhere             239.255.255.250    
  26.  
  27. Chain DMZFWD (1 references)
  28.  pkts bytes target     prot opt in     out     source               destination        
  29.  
  30. Chain IPFLTIN (1 references)
  31.  pkts bytes target     prot opt in     out     source               destination        
  32.  
  33. Chain IPFLTINFWD (1 references)
  34.  pkts bytes target     prot opt in     out     source               destination        
  35.  
  36. Chain IPFLTOUTFWD (1 references)
  37.  pkts bytes target     prot opt in     out     source               destination        
  38.   507 24336 DROP       tcp  --  br0    any     anywhere             anywhere            tcp dpts:8085:65000
  39.     4   220 DROP       udp  --  br0    any     anywhere             anywhere            udp dpts:8085:65000
  40.  
  41. Chain RAIN (1 references)
  42.  pkts bytes target     prot opt in     out     source               destination        
  43.     0     0 ACCEPT     tcp  --  ppp_0_0_35_1 any     anywhere             anywhere            tcp dpt:www
  44.  
  45. Chain REIN (1 references)
  46.  pkts bytes target     prot opt in     out     source               destination        
  47.  
  48. Chain VSFWD (1 references)
  49.  pkts bytes target     prot opt in     out     source               destination        
  50.     0     0 ACCEPT     udp  --  ppp_0_0_35_1 any     anywhere             192.168.1.5         udp dpt:999
  51.     0     0 ACCEPT     tcp  --  ppp_0_0_35_1 any     anywhere             192.168.1.5         tcp dpt:999
  52. >