Share Pastebin
Guest
Public paste!

Untitled

By: a guest | Mar 22nd, 2010 | Syntax: None | Size: 1.53 KB | Hits: 47 | Expires: Never
Copy text to clipboard
  1. zombie ~: sudo /sbin/iptables -L
  2. Password:
  3. audit_log_user_command(): Connection refused
  4. Chain INPUT (policy ACCEPT)
  5. target     prot opt source               destination        
  6. ACCEPT     all  --  anywhere             anywhere            
  7. REJECT     all  --  anywhere             127.0.0.0/8         reject-with icmp-port-unreachable
  8. ACCEPT     all  --  anywhere             anywhere            state RELATED,ESTABLISHED
  9. ACCEPT     tcp  --  anywhere             anywhere            tcp dpt:http
  10. ACCEPT     tcp  --  anywhere             anywhere            tcp dpt:https
  11. ACCEPT     tcp  --  anywhere             anywhere            tcp dpt:smtp
  12. ACCEPT     tcp  --  anywhere             anywhere            tcp dpt:pop3
  13. ACCEPT     tcp  --  anywhere             anywhere            tcp dpt:pop3s
  14. ACCEPT     tcp  --  anywhere             anywhere            tcp dpt:imap
  15. ACCEPT     tcp  --  anywhere             anywhere            tcp dpt:imaps
  16. ACCEPT     tcp  --  anywhere             anywhere            state NEW tcp dpt:30000
  17. ACCEPT     icmp --  anywhere             anywhere            icmp echo-request
  18. REJECT     all  --  anywhere             anywhere            reject-with icmp-port-unreachable
  19.  
  20. Chain FORWARD (policy ACCEPT)
  21. target     prot opt source               destination        
  22. REJECT     all  --  anywhere             anywhere            reject-with icmp-port-unreachable
  23.  
  24. Chain OUTPUT (policy ACCEPT)
  25. target     prot opt source               destination        
  26. ACCEPT     all  --  anywhere             anywhere